Author: mac
Date: Thu Aug 25 00:16:04 2005
New Revision: 240008

URL: http://svn.apache.org/viewcvs?rev=240008&view=rev
Log:
Fixed maven goal build uncommenting jar:install from common-build/maven.xml

Modified:
    webservices/jaxme/branches/MAVEN/common-build/maven.xml
    webservices/jaxme/branches/MAVEN/maven.xml

Modified: webservices/jaxme/branches/MAVEN/common-build/maven.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/common-build/maven.xml?rev=240008&r1=240007&r2=240008&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/common-build/maven.xml (original)
+++ webservices/jaxme/branches/MAVEN/common-build/maven.xml Thu Aug 25 00:16:04 
2005
@@ -36,9 +36,8 @@
 

        <attainGoal name="fo:fo"/>      

        <attainGoal name="pdf:pdf"/>

-       <attainGoal name="jar:install"/>

-

 -->            

+       <attainGoal name="jar:install"/>

        <attainGoal name="site"/>

 

 </goal>


Modified: webservices/jaxme/branches/MAVEN/maven.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/maven.xml?rev=240008&r1=240007&r2=240008&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/maven.xml (original)
+++ webservices/jaxme/branches/MAVEN/maven.xml Thu Aug 25 00:16:04 2005
@@ -23,6 +23,7 @@
 

        <goal name="build">

 

+               <echo>Cleaning output folder</echo>

                <ant:delete dir="${maven.build.dir}"/>

                

                <echo>Gathering project list</echo>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to