You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by be...@apache.org on 2009/06/06 12:26:52 UTC

svn commit: r782220 - /maven/doxia/trunks/pom.xml

Author: bentmann
Date: Sat Jun  6 10:26:52 2009
New Revision: 782220

URL: http://svn.apache.org/viewvc?rev=782220&view=rev
Log:
o Added dummy repository for deployments during CI

Modified:
    maven/doxia/trunks/pom.xml

Modified: maven/doxia/trunks/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/trunks/pom.xml?rev=782220&r1=782219&r2=782220&view=diff
==============================================================================
--- maven/doxia/trunks/pom.xml (original)
+++ maven/doxia/trunks/pom.xml Sat Jun  6 10:26:52 2009
@@ -36,4 +36,12 @@
     <module>doxia-sitetools</module>
     <module>doxia-tools</module>
   </modules>
+
+  <distributionManagement>
+    <!-- This POM is not meant to be released but for CI we need some dummy repo or the Deploy Plugin bails out -->
+    <repository>
+      <id>junk</id>
+      <url>file:///${basedir}/target/junk-repo</url>
+    </repository>
+  </distributionManagement>
 </project>