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>