You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/08/11 02:05:26 UTC

svn commit: r231358 - in /portals/pluto/trunk: portal/maven.xml project.properties

Author: ddewolf
Date: Wed Aug 10 17:05:23 2005
New Revision: 231358

URL: http://svn.apache.org/viewcvs?rev=231358&view=rev
Log:
Patches to deploy portal jar to repository.

Modified:
    portals/pluto/trunk/portal/maven.xml
    portals/pluto/trunk/project.properties

Modified: portals/pluto/trunk/portal/maven.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/portal/maven.xml?rev=231358&r1=231357&r2=231358&view=diff
==============================================================================
--- portals/pluto/trunk/portal/maven.xml (original)
+++ portals/pluto/trunk/portal/maven.xml Wed Aug 10 17:05:23 2005
@@ -29,6 +29,10 @@
     <attainGoal name="jar:install"/>
   </preGoal>
 
+  <preGoal name="war:deploy">
+    <attainGoal name="jar:deploy"/>
+  </preGoal> 
+
   <preGoal name="tomcat:deploy">
     <j:set var="maven.war.final.name" value="pluto.war"/>
   </preGoal>

Modified: portals/pluto/trunk/project.properties
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/project.properties?rev=231358&r1=231357&r2=231358&view=diff
==============================================================================
--- portals/pluto/trunk/project.properties (original)
+++ portals/pluto/trunk/project.properties Wed Aug 10 17:05:23 2005
@@ -38,3 +38,9 @@
 
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
+maven.repo.list=apachecvs
+maven.repo.apachecvs=scp://cvs.apache.org
+maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
+maven.repo.apachecvs.username=${maven.username}
+maven.repo.apachecvs.privatekey=${user.home}/.ssh/id_dsa
+maven.repo.apachecvs.group=portals