aboutsummaryrefslogtreecommitdiff
path: root/.idea/compiler.xml
diff options
context:
space:
mode:
authorSergey Mashkov <sergey.mashkov@jetbrains.com>2015-07-10 15:10:36 +0300
committerSergey Mashkov <sergey.mashkov@jetbrains.com>2015-07-13 17:57:44 +0300
commit549ef194efc7a3eee948eac2da4ac36c2e47a6a1 (patch)
treeb712c97ac6de7706adc689f710b85090c6e7ab20 /.idea/compiler.xml
parent526eb3bce36a582a3b4e9af002273b91ed6b1f63 (diff)
downloaddokka-549ef194efc7a3eee948eac2da4ac36c2e47a6a1.tar.gz
dokka-549ef194efc7a3eee948eac2da4ac36c2e47a6a1.tar.bz2
dokka-549ef194efc7a3eee948eac2da4ac36c2e47a6a1.zip
Maven plugin initial implementation
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r--.idea/compiler.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 217af471..1f71f978 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -17,7 +17,16 @@
<profile default="true" name="Default" enabled="false">
<processorPath useClasspath="true" />
</profile>
+ <profile default="false" name="Maven default annotation processors profile" enabled="true">
+ <sourceOutputDir name="target/generated-sources/annotations" />
+ <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
+ <outputRelativeToContentRoot value="true" />
+ <processorPath useClasspath="true" />
+ <module name="maven-plugin" />
+ </profile>
</annotationProcessing>
+ <bytecodeTargetLevel>
+ <module name="maven-plugin" target="1.5" />
+ </bytecodeTargetLevel>
</component>
-</project>
-
+</project> \ No newline at end of file