Update of /cvsroot/jrobin/maven
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31757
Modified Files:
pom.xml
Log Message:
publish on the site
Index: pom.xml
===================================================================
RCS file: /cvsroot/jrobin/maven/pom.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pom.xml 14 Sep 2007 14:46:35 -0000 1.17
--- pom.xml 5 Oct 2007 18:29:31 -0000 1.18
***************
*** 213,216 ****
--- 213,221 ----
</dependencies>
<distributionManagement>
+ <site>
+ <id>opennms-site</id>
+ <name>OpenNMS Site</name>
+ <url>scpexe://repo.opennms.org/var/www/sites/opennms.org/site/repo/sites/jrobin/${project.version}/</url>
+ </site>
<!-- use the following if you're not using a snapshot version. -->
<repository>
|