You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/09/25 21:54:00 UTC

cvs commit: jakarta-commons project.xml

tobrien     2003/09/25 12:54:00

  Modified:    .        project.xml
  Log:
  The url for a Maven generate project should be the substring(8) of the project identifier and then the index.html of the generated maven site.
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-commons/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	25 Jan 2003 19:56:48 -0000	1.11
  +++ project.xml	25 Sep 2003 19:54:00 -0000	1.12
  @@ -15,7 +15,7 @@
     <package>org.apache.commons.*</package>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     
  -  <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}.html</url>
  +  <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/index.html</url>
     <issueTrackingUrl>http://nagoya.apache.org/</issueTrackingUrl>
     
     <siteAddress>jakarta.apache.org</siteAddress>