Author: ips
Date: Wed Jan  5 11:51:21 2005
New Revision: 124256

URL: http://svn.apache.org/viewcvs?view=rev&rev=124256
Log:
removed some unused goals

Modified:
   incubator/hermes/trunk/maven.xml

Modified: incubator/hermes/trunk/maven.xml
Url: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/maven.xml?view=diff&rev=124256&p1=incubator/hermes/trunk/maven.xml&r1=124255&p2=incubator/hermes/trunk/maven.xml&r2=124256
==============================================================================
--- incubator/hermes/trunk/maven.xml    (original)
+++ incubator/hermes/trunk/maven.xml    Wed Jan  5 11:51:21 2005
@@ -10,7 +10,9 @@
          xmlns:j="jelly:core"

          xmlns:util="jelly:util"

          xmlns:maven="jelly:maven">

+         

   <property environment="env" /> 

+  

   <preGoal name="java:prepare-filesystem">

     <j:if test="${context.getVariable('maven.ajar.src.enabled')}" >

        <attainGoal name="ajar:update-src"/>

@@ -100,6 +102,7 @@
     <property name="forrest.home" location="${env.FORREST_HOME}" />    

     <property name="forrest.install.dir" location="${forrest.home}/../.." />

     <property name="forrest.ant.home" 
location="${forrest.install.dir}/tools/ant" />

+

     <java classname="org.apache.tools.ant.Main"

           fork="true"

           failonerror="true"

@@ -374,38 +377,10 @@
      />

   </goal>

   

-<!--

-  <preGoal name="xdoc:register-reports">    

-    <attainGoal name="install-findbugs-plugin" />

-    <attainGoal name="install-statcvs-plugin" /> 

-  </preGoal>

--->

-

-  <goal name="install-statcvs-plugin">

-    <j:set var="groupId" value="statcvs"/>

-    <j:set var="artifactId" value="maven-statcvs-plugin"/>

-    <j:set var="version" value="2.5"/>

-    <attainGoal name="install-plugin" />   

-  </goal>

-

-  <goal name="install-findbugs-plugin">

-    <j:set var="groupId" value="maven-plugins"/>

-    <j:set var="artifactId" value="maven-findbugs-plugin"/>

-    <j:set var="version" value="0.8.4"/>

-    <attainGoal name="install-plugin" />   

-  </goal>

-

-  <goal name="install-plugin">    

-    <attainGoal name="plugin:download-artifact" /> 

-    <j:set var="plugin.filename" value="${artifactId}-${version}.jar"/>

-    <move file="${maven.repo.local}/${groupId}/plugins/${plugin.filename}" 
todir="${maven.plugin.dir}" 

-          overwrite="false" verbose="true" />    

-    <unjar src="${maven.plugin.dir}/${plugin.filename}" 
dest="${maven.plugin.unpacked.dir}/${artifactId}-${version}" />        

-  </goal>

-

   <goal name="test:html-report" 

         prereqs="maven-junit-report-plugin:report, xdoc:transform" 

         description="Runs test plugin and creates an HTML report in 
target/docs/" />

+

   <goal name="findbugs:html-report" 

         prereqs="install-findbugs-plugin"

         description="Runs findbugs plugin and creates an HTML report in 
target/docs/">

@@ -413,6 +388,7 @@
      <attainGoal name="maven-findbugs-plugin:report" />

      <attainGoal name="xdoc:transform" />

   </goal>  

+

   <!-- NOTE: DO NOT use a prereq for running statcvs:report since it will cause

              a Maven validation error if the statcvs plugin is not yet 
installed -->

   <goal name="statcvs:html-report" 


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

Reply via email to