Skip to content

Commit

Permalink
fix javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
cardillo committed Sep 14, 2018
1 parent 3a5d6e5 commit 026a7f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<slf4j.version>1.7.7</slf4j.version>

<!-- use property to allow redefining via profiles/command line -->
<groups>!joinery.perf.PerformanceTests</groups>
<test.groups>!joinery.perf.PerformanceTests</test.groups>
<parallel>all</parallel>
</properties>

Expand Down Expand Up @@ -155,7 +155,7 @@
<!-- parallel tests -->
<parallel>${parallel}</parallel>
<threadCount>8</threadCount>
<groups>${groups}</groups>
<groups>${test.groups}</groups>
</configuration>
</plugin>

Expand Down Expand Up @@ -195,15 +195,15 @@
<docletArtifact>
<groupId>com.google.doclava</groupId>
<artifactId>doclava</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</docletArtifact>
<doclet>com.google.doclava.Doclava</doclet>
<additionalparam>
<additionalOptions>
-quiet
-hdf project.name "${project.name}"
-d ${project.build.directory}/apidocs
-templatedir ${basedir}/src/main/resources/templates
</additionalparam>
</additionalOptions>
<useStandardDocletOptions>false</useStandardDocletOptions>
<excludePackageNames>joinery.impl</excludePackageNames>
</configuration>
Expand Down Expand Up @@ -353,7 +353,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- exclude performance tests (they take a while) -->
<groups>${groups}</groups>
<groups>${test.groups}</groups>
</configuration>
</plugin>

Expand Down Expand Up @@ -473,7 +473,7 @@
<profile>
<id>release</id>
<properties>
<groups />
<test.groups />
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -533,7 +533,7 @@
</property>
</activation>
<properties>
<groups />
<test.groups />
<parallel>none</parallel>
</properties>
</profile>
Expand Down

0 comments on commit 026a7f9

Please sign in to comment.