mirror of https://github.com/apache/activemq.git
Added javadoc reports
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2139881476
commit
b36cf8c30b
7
pom.xml
7
pom.xml
|
@ -811,6 +811,13 @@
|
|||
</build>
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>jxr-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>surefire-report-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue