mirror of https://github.com/apache/archiva.git
move reporting plugin version to a property
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b54ccd8dd
commit
11fc35f401
|
@ -85,7 +85,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>${maven-project-info-reports-plugin.version}</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<reporting><!-- no migration to 3.0 without ack of olamy :p -->
|
||||
<reporting>
|
||||
<plugins>
|
||||
|
||||
<!-- jxr first -->
|
||||
|
@ -87,7 +87,7 @@
|
|||
<!-- No need for the standard project reports -->
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>${maven-project-info-reports-plugin.version}</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
|
|
Loading…
Reference in New Issue