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:
parent
25aa30ae2d
commit
781222e6b0
@ -24,6 +24,7 @@
|
|||||||
<name>Maven JDiff Plugin</name>
|
<name>Maven JDiff Plugin</name>
|
||||||
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
||||||
<shortDescription>JDiff reports on the differences in the public API of two releases.</shortDescription>
|
<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>
|
<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>
|
<url>http://maven.apache.org/reference/plugins/jdiff/</url>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>
|
||||||
|
|||||||
@ -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.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
|
||||||
maven.site.deploy.method=rsync
|
maven.site.deploy.method=rsync
|
||||||
|
|
||||||
|
maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css
|
||||||
|
|||||||
@ -30,11 +30,11 @@
|
|||||||
<organization>
|
<organization>
|
||||||
<name>Apache Software Foundation</name>
|
<name>Apache Software Foundation</name>
|
||||||
<url>http://www.apache.org/</url>
|
<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>
|
</organization>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<package>org.apache.maven</package>
|
<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>
|
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
|
||||||
<siteAddress>people.apache.org</siteAddress>
|
<siteAddress>people.apache.org</siteAddress>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user