diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-07-07 09:36:35 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-07-07 09:36:35 +0000 |
commit | c3e0319a8130a6a502b5c78da7b61f95a81c74ce (patch) | |
tree | 8913900591e43490dba87bb63a7f46f34a8423b2 | |
parent | e9128d18f52aa7fc43086dd7fe373648fa733430 (diff) | |
download | archiva-c3e0319a8130a6a502b5c78da7b61f95a81c74ce.tar.gz archiva-c3e0319a8130a6a502b5c78da7b61f95a81c74ce.zip |
temporarily commented out enforcer-plugin to check if that causes the problems with the release
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674432 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ </execution> </executions> </plugin> - <plugin> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>1.0-alpha-3</version> @@ -90,7 +90,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin--> <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-maven-plugin</artifactId> |