aggregate jxr
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1404834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79e3e0cf94
commit
2605010994
4
pom.xml
4
pom.xml
|
@ -803,6 +803,10 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>${jxrVersion}</version>
|
||||
<inherited>false</inherited>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue