upgraded m-site-p to 3.1 and removed workaround for MSITE-602
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1343017 13f79535-47bb-0310-9956-ffa450edef68master
parent
35a27f33fe
commit
255e64684e
14
pom.xml
14
pom.xml
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<name>Maven Plugin Tools</name>
|
<name>Maven Plugin Tools</name>
|
||||||
<description>The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages.</description>
|
<description>The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages.</description>
|
||||||
<url>${siteUrl}</url>
|
<url>http://maven.apache.org/plugin-tools/</url>
|
||||||
<inceptionYear>2004</inceptionYear>
|
<inceptionYear>2004</inceptionYear>
|
||||||
|
|
||||||
<contributors>
|
<contributors>
|
||||||
|
|
@ -152,14 +152,12 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>apache.website</id>
|
<id>apache.website</id>
|
||||||
<url>${siteDeployUrl}</url>
|
<url>scp://people.apache.org/www/maven.apache.org/plugin-tools/</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<pluginTestingHarnessVersion>1.2</pluginTestingHarnessVersion>
|
<pluginTestingHarnessVersion>1.2</pluginTestingHarnessVersion>
|
||||||
<siteDeployUrl>scp://people.apache.org/www/maven.apache.org/plugin-tools/</siteDeployUrl>
|
|
||||||
<siteUrl>http://maven.apache.org/plugin-tools/</siteUrl>
|
|
||||||
<mavenVersion>2.2.1</mavenVersion>
|
<mavenVersion>2.2.1</mavenVersion>
|
||||||
<antVersion>1.7.1</antVersion>
|
<antVersion>1.7.1</antVersion>
|
||||||
<mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
|
<mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
|
||||||
|
|
@ -338,6 +336,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
|
<version>3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools-${project.version}</stagingSiteURL>
|
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools-${project.version}</stagingSiteURL>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
@ -438,12 +437,5 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>snapshot-doc</id>
|
|
||||||
<properties>
|
|
||||||
<siteDeployUrl>scp://people.apache.org/www/maven.apache.org/plugin-tools-${project.version}/</siteDeployUrl>
|
|
||||||
<siteUrl>http://maven.apache.org/plugin-tools-${project.version}/</siteUrl>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue