Skip to content

Commit

Permalink
FIXUP: add profile control for Java 8 module
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Mar 15, 2016
1 parent fab1a6a commit e621bc8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -96,10 +96,18 @@
<module>examples</module>
<module>maven-archetypes/starter</module>
<module>maven-archetypes/examples</module>
<module>java8tests</module>
</modules>

<profiles>
<profile>
<id>java8-tests</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<modules>
<module>java8tests</module>
</modules>
</profile>
<profile>
<id>doclint-java8-disable</id>
<activation>
Expand Down

0 comments on commit e621bc8

Please sign in to comment.