Skip to content

Commit

Permalink
Update javadoc configuration in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Jun 2, 2015
1 parent 6a17a5f commit b26bf30
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -516,6 +516,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadoc.plugin.version}</version>
</plugin>
<plugin>
<groupId>com.lazerycode.jmeter</groupId>
<artifactId>jmeter-maven-plugin</artifactId>
Expand Down Expand Up @@ -1193,7 +1198,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>${javadoc.plugin.version}</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit b26bf30

Please sign in to comment.