aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-08-07 17:35:56 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-08-07 17:35:56 +0200
commit7bfec219dd241b136ee3bc5b362569ff60043dd7 (patch)
treec3a3ddd3bf2094e1c5bb8eaa2ffcfc9864726e2d /pom.xml
parent34c21f95bf2a80f35e24dd8581940bf918dd5627 (diff)
Remove annotations from parent pom
The bundle plugin depends on annotations, and annotations should therefor only be build as part of maven-plugins. The bundle plugin will sometimes fail during osgi manifest generation if annotations is installed as part of the build.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fed58f3ea68..0feb2bbb9e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -931,7 +931,6 @@
</properties>
<modules>
- <module>annotations</module>
<module>application</module>
<module>application-deploy-plugin</module>
<module>application-model</module>