You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/05/24 02:11:51 UTC

cvs commit: maven-new/fetch maven.xml project.properties

bwalding    2003/05/23 17:11:51

  Added:       fetch    maven.xml project.properties
  Log:
  New component
  
  Revision  Changes    Path
  1.1                  maven-new/fetch/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="java:jar"
    xmlns:j="jelly:core"
    xmlns:doc="doc"
    xmlns:m="maven"
    xmlns:reactor="reactor"
    xmlns:deploy="deploy">
        
        <preGoal name="site:generate">
            <attainGoal name="jar"/>
            <copy file="target/dep-1.0-dev.jar" todir="target/docs/dep-SNAPSHOT.jar"/>
        </preGoal>
  	<postGoal name="xdoc:register-reports">
      	<attainGoal name="maven-linkcheck-plugin:deregister"/>
  	</postGoal>      
  </project>
  
  
  
  1.1                  maven-new/fetch/project.properties
  
  Index: project.properties
  ===================================================================
  maven.xdoc.poweredby.image=maven-bolt.png
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org