You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "David H. DeWolf" <dd...@apache.org> on 2005/08/10 04:16:50 UTC

1.0.1-SNAPSHOT Available in Maven Repo

A big thank you to Jeremy Boynes for submitting the patch that made it 
very easy to upload the 1.0.1-SNAPSHOT builds to the 
cvs.apache.org/repository Maven repo.

The distributions (as of tonight) have been uploaded and are now 
available.

David


Re: 1.0.1-SNAPSHOT Available in Maven Repo

Posted by "David H. DeWolf" <dd...@apache.org>.
Done.  Patch applied and new snapshots deployed.

David

Jeremy Boynes wrote:
> David H. DeWolf wrote:
> 
>> A big thank you to Jeremy Boynes for submitting the patch that made it 
>> very easy to upload the 1.0.1-SNAPSHOT builds to the 
>> cvs.apache.org/repository Maven repo.
>>
>> The distributions (as of tonight) have been uploaded and are now 
>> available.
>>
> 
> Please could you add the pluto-portal jar into the distribution as well. 
> I think the following patch will do that automatically:
> 
> Index: portal/maven.xml
> ===================================================================
> --- portal/maven.xml    (revision 231339)
> +++ portal/maven.xml    (working copy)
> @@ -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>
> 


Re: 1.0.1-SNAPSHOT Available in Maven Repo

Posted by Jeremy Boynes <jb...@apache.org>.
David H. DeWolf wrote:
> A big thank you to Jeremy Boynes for submitting the patch that made it 
> very easy to upload the 1.0.1-SNAPSHOT builds to the 
> cvs.apache.org/repository Maven repo.
> 
> The distributions (as of tonight) have been uploaded and are now available.
> 

Please could you add the pluto-portal jar into the distribution as well. 
I think the following patch will do that automatically:

Index: portal/maven.xml
===================================================================
--- portal/maven.xml    (revision 231339)
+++ portal/maven.xml    (working copy)
@@ -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>