Author: hboutemy
Date: Sun Apr 13 10:03:55 2014
New Revision: 1586948
URL: http://svn.apache.org/r1586948
Log:
simplified configuration: values are either inherited or default values
Modified:
maven/enforcer/trunk/pom.xml
Modified: maven/enforcer/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1586948&r1=1586947&r2=1586948&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sun Apr 13 10:03:55 2014
@@ -246,15 +246,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-publish-plugin</artifactId>
- <configuration>
- <content>${project.build.directory}/staging</content>
-
<checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
- <tryUpdate>true</tryUpdate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/enforcer-archives/enforcer-LATEST</topSiteURL>