update site

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@295000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-10-05 05:41:04 +00:00
parent 25aa30ae2d
commit 781222e6b0
3 changed files with 4 additions and 2 deletions

View File

@ -24,6 +24,7 @@
<name>Maven JDiff Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<shortDescription>JDiff reports on the differences in the public API of two releases.</shortDescription>
<shortDescription>JDiff - Report the differences in the public API of two releases</shortDescription>
<description>Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.</description>
<url>http://maven.apache.org/reference/plugins/jdiff/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>

View File

@ -46,3 +46,4 @@ maven.site.stage.address=people.apache.org
maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
maven.site.deploy.method=rsync
maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css

View File

@ -30,11 +30,11 @@
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
<logo>http://maven.apache.org/images/apache-maven-project.png</logo>
<logo>http://maven.apache.org/images/apache-maven-project-2.png</logo>
</organization>
<inceptionYear>2001</inceptionYear>
<package>org.apache.maven</package>
<logo>http://maven.apache.org/images/maven-small.gif</logo>
<logo>http://maven.apache.org/images/maven-logo-2.gif</logo>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>