You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/03/28 20:47:28 UTC

svn commit: r642347 - /logging/log4cxx/trunk/pom.xml

Author: carnold
Date: Fri Mar 28 12:47:26 2008
New Revision: 642347

URL: http://svn.apache.org/viewvc?rev=642347&view=rev
Log:
LOGCXX-62: Maven now seems to need a distribution repo

Modified:
    logging/log4cxx/trunk/pom.xml

Modified: logging/log4cxx/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/pom.xml?rev=642347&r1=642346&r2=642347&view=diff
==============================================================================
--- logging/log4cxx/trunk/pom.xml (original)
+++ logging/log4cxx/trunk/pom.xml Fri Mar 28 12:47:26 2008
@@ -235,6 +235,10 @@
     </plugins>
   </reporting>
  <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>file:///${user.dir}/target/site-deploy</url>