Author: jvanzyl
Date: Fri Dec 8 21:05:14 2006
New Revision: 484916
URL: http://svn.apache.org/viewvc?view=rev&rev=484916
Log: (empty)
Modified:
maven/sandbox/proficio/pom.xml
Modified: maven/sandbox/proficio/pom.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/proficio/pom.xml?view=diff&rev=484916&r1=484915&r2=484916
==============================================================================
--- maven/sandbox/proficio/pom.xml (original)
+++ maven/sandbox/proficio/pom.xml Fri Dec 8 21:05:14 2006
@@ -33,6 +33,18 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <distributionManagement>
+ <repository>
+ <id>proficio-repository</id>
+ <name>Proficio Repository</name>
+ <url>file://${basedir}/target/deploy</url>
+ </repository>
+ <site>
+ <id>website</id>
+ <name>Proficio Site</name>
+ <url>file://${basedir}/target/site</url>
+ </site>
+ </distributionManagement>
<modules>
<module>proficio-model</module>
<module>proficio-api</module>