You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2012/10/09 14:30:39 UTC

svn commit: r1395997 - /logging/log4j/companions/extras/trunk/pom.xml

Author: grobmeier
Date: Tue Oct  9 12:30:38 2012
New Revision: 1395997

URL: http://svn.apache.org/viewvc?rev=1395997&view=rev
Log:
removed release plugin and repositories as these should come from the Apache parent now (using nexus). Site deploy is not longer necessary with svnpubsub

Modified:
    logging/log4j/companions/extras/trunk/pom.xml

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=1395997&r1=1395996&r2=1395997&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Tue Oct  9 12:30:38 2012
@@ -237,13 +237,6 @@
             </instructions>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-9</version>
-        <configuration>
-          <goals>package site-deploy assembly:attached deploy</goals>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <dependencies>
@@ -284,16 +277,4 @@
           <optional>true</optional>
       </dependency>
   </dependencies>
-    <!--
-  <distributionManagement>
-    <repository>
-      <id>logging.repo</id>
-      <url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
-    </repository>
-    <site>
-      <id>logging.site</id>
-      <url>scp://localhost/${user.dir}/target/site-deploy</url>
-    </site>
-  </distributionManagement>
-  -->
 </project>