Order entries.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03880cf5b2
commit
cd2db19a0f
@ -25,6 +25,7 @@ maven.html2xdoc.enabled=true
|
|||||||
|
|
||||||
# Changelog plugin properties
|
# Changelog plugin properties
|
||||||
maven.changelog.svn.baseurl=http://svn.apache.org/viewcvs.cgi
|
maven.changelog.svn.baseurl=http://svn.apache.org/viewcvs.cgi
|
||||||
|
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
|
||||||
|
|
||||||
# Choose aggregators to use for the dashboard plugin report
|
# Choose aggregators to use for the dashboard plugin report
|
||||||
maven.dashboard.aggregators = csall,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,simiantdl,tasklist,jiraopen,jirascheduled
|
maven.dashboard.aggregators = csall,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,simiantdl,tasklist,jiraopen,jirascheduled
|
||||||
@ -38,15 +39,14 @@ maven.multiproject.navigation=independent
|
|||||||
maven.multiproject.overviewPage.title=Plugins supplied with Maven
|
maven.multiproject.overviewPage.title=Plugins supplied with Maven
|
||||||
maven.multiproject.overviewPage.text=The following Maven plugins are available as part of the Maven Project. Please refer also to the list of available <a href="../3rdparty.html">Third Party Plugins</a> and the <a href="../../plugins-sandbox/index.html">Sandbox</a>.
|
maven.multiproject.overviewPage.text=The following Maven plugins are available as part of the Maven Project. Please refer also to the list of available <a href="../3rdparty.html">Third Party Plugins</a> and the <a href="../../plugins-sandbox/index.html">Sandbox</a>.
|
||||||
maven.multiproject.excludes=plugin-parent/project.xml,examples/project.xml
|
maven.multiproject.excludes=plugin-parent/project.xml,examples/project.xml
|
||||||
|
|
||||||
maven.multichanges.excludes=${maven.multiproject.excludes}
|
maven.multichanges.excludes=${maven.multiproject.excludes}
|
||||||
|
|
||||||
maven.xdoc.date = left
|
maven.xdoc.date = left
|
||||||
maven.xdoc.date.format = dd MMMM yyyy HH:mm z
|
maven.xdoc.date.format = dd MMMM yyyy HH:mm z
|
||||||
maven.xdoc.version =
|
maven.xdoc.version =
|
||||||
|
maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
|
||||||
|
|
||||||
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
|
|
||||||
maven.site.stage.address=people.apache.org
|
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/maven-1.x/style/maven-stylus.css
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user