You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2004/02/16 20:37:25 UTC

cvs commit: jakarta-commons/commons-build project.xml

mdiggory    2004/02/16 11:37:25

  Modified:    commons-build project.xml
  Log:
  reports possibly can be default to commons build.
  
  Revision  Changes    Path
  1.15      +18 -1     jakarta-commons/commons-build/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	16 Feb 2004 19:00:43 -0000	1.14
  +++ project.xml	16 Feb 2004 19:37:25 -0000	1.15
  @@ -27,7 +27,7 @@
     <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
     
     <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
  +  <siteDirectory>/www/jakarta.apache.org/commons-mavenized/${pom.artifactId.substring(8)}/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
     
     <repository>
  @@ -76,4 +76,21 @@
       <jars></jars>
     </build>
   
  +  <reports>
  +  	<!--
  +  	<report>maven-changelog-plugin</report>
  +   	<report>maven-changes-plugin</report>
  +    <report>maven-checkstyle-plugin</report>
  +    <report>maven-clover-plugin</report>
  +    <report>maven-developer-activity-plugin</report>
  +    <report>maven-file-activity-plugin</report>
  +    <report>maven-javadoc-plugin</report>
  +    <report>maven-jdepend-plugin</report>
  +    <report>maven-junit-report-plugin</report>
  +    <report>maven-jxr-plugin</report>
  +    <report>maven-license-plugin</report>
  +    <report>maven-statcvs-plugin</report>
  +    <report>maven-tasklist-plugin</report>
  +    -->
  +  </reports>
   </project>
  
  
  

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