pre-release cleanup, site plugin 3.0, etc.
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1164601 13f79535-47bb-0310-9956-ffa450edef68master
parent
e0ae576de1
commit
1b4cf03cea
|
|
@ -296,7 +296,7 @@
|
||||||
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||||
<settingsFile>src/it/settings.xml</settingsFile>
|
<settingsFile>src/it/settings.xml</settingsFile>
|
||||||
<filterProperties>
|
<filterProperties>
|
||||||
<sitePluginVersion>2.0.1</sitePluginVersion>
|
<sitePluginVersion>3.0</sitePluginVersion>
|
||||||
</filterProperties>
|
</filterProperties>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>verify</goal>
|
<goal>verify</goal>
|
||||||
|
|
@ -315,26 +315,5 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>maven-3</id>
|
|
||||||
<activation>
|
|
||||||
<file>
|
|
||||||
<!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
|
|
||||||
<exists>${basedir}</exists>
|
|
||||||
</file>
|
|
||||||
</activation>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-invoker-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<filterProperties>
|
|
||||||
<sitePluginVersion>3.0-beta-3</sitePluginVersion>
|
|
||||||
</filterProperties>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,12 @@ under the License.
|
||||||
<project>
|
<project>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>org.apache.maven</groupId>
|
||||||
|
<artifactId>maven-parent</artifactId>
|
||||||
|
<version>21</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.maven.its</groupId>
|
<groupId>org.apache.maven.its</groupId>
|
||||||
<artifactId>plugin-report</artifactId>
|
<artifactId>plugin-report</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
|
@ -74,7 +80,7 @@ under the License.
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.4</version>
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<reports>
|
<reports>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue