Skip to content

Commit

Permalink
Move the usage examples to their own profile
Browse files Browse the repository at this point in the history
Osmorc, the OSGi plugin of Intellij, is unable to extract the right configuration from the pom.xml file. It's a bug on their side. To turn around this, the osgi-examples are moved to their own profile and not built by default.
  • Loading branch information
cescoffier committed Jun 21, 2015
1 parent 4f8cd95 commit 879bf72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<module>metrics-examples</module>
<module>mail-examples</module>
<module>openshift-example</module>
<module>osgi-examples</module>
<module>maven-service-factory-examples</module>
<module>service-proxy-examples</module>
<module>spring-examples</module>
Expand All @@ -47,5 +46,11 @@
<module>docker-examples/vertx-docker-java-fatjar</module>
</modules>
</profile>
<profile>
<id>osgi</id>
<modules>
<module>osgi-examples</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 879bf72

Please sign in to comment.