Author: hboutemy
Date: Sun May 12 17:00:41 2013
New Revision: 1481607
URL: http://svn.apache.org/r1481607
Log:
prepare release
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1481607&r1=1481606&r2=1481607&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sun May 12
17:00:41 2013
@@ -100,6 +100,12 @@ under the License.
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/MPIR</url>
</issueManagement>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+ </site>
+ </distributionManagement>
<properties>
<doxiaVersion>1.4</doxiaVersion>
@@ -109,6 +115,7 @@ under the License.
<scmVersion>1.8</scmVersion>
<sitePluginVersion>3.2</sitePluginVersion>
<mavenPluginVersion>3.2</mavenPluginVersion>
+
<maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>
<dependencies>
@@ -178,7 +185,6 @@ under the License.
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>${mavenPluginVersion}</version>
<scope>provided</scope>
</dependency>
@@ -412,6 +418,12 @@ under the License.
<keyalg>RSA</keyalg>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <releaseProfiles>apache-release,rat,run-its</releaseProfiles><!--
TODO add to parent pom -->
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>