MAVEN-548. Move common reporting properties to defaults
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
<ant:property name="maven.linkcheck.cache"
|
||||
value="${pom.getPluginContext('maven-linkcheck-plugin').getVariable('maven.linkcheck.cache')}"/>
|
||||
<ant:property name="maven.gen.docs"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
|
||||
|
||||
<goal name="maven-ashkelon-plugin:register">
|
||||
<doc:registerReport
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ashkelon-plugin</id>
|
||||
<name>Maven Ashkelon Plug-in</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Java Project Management Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ashkelon/</url>
|
||||
|
||||
16
ashkelon/xdocs/changes.xml
Normal file
16
ashkelon/xdocs/changes.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="jason@zenplex.com">Jason van Zyl</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
xmlns:doc="doc">
|
||||
|
||||
<goal name="maven-changes-plugin:register">
|
||||
<ant:property name="maven.docs.src"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}"/>
|
||||
<util:file var="changes" name="${maven.docs.src}/changes.xml"/>
|
||||
<j:if test="${changes.exists()}">
|
||||
<doc:registerReport
|
||||
@@ -31,10 +29,6 @@
|
||||
<goal
|
||||
name="changes:report"
|
||||
description="Generate a changes report">
|
||||
<j:set var="maven.docs.src"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}"/>
|
||||
<j:set var="maven.docs.outputencoding"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.outputencoding')}"/>
|
||||
|
||||
<doc:jsl
|
||||
input="${maven.docs.src}/changes.xml"
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="evenisse" type="add">
|
||||
<a href="http://jira.codehaus.org/ViewIssue.jspa?key=MAVEN-587">Maven-587</a>.
|
||||
Add index table of release.
|
||||
|
||||
@@ -165,8 +165,6 @@
|
||||
|
||||
</ant:checkstyle>
|
||||
|
||||
<j:set var="maven.docs.outputencoding" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.outputencoding')}"/>
|
||||
|
||||
<doc:jsl
|
||||
input="${maven.build.dir}/checkstyle-raw-report.xml"
|
||||
output="checkstyle-report.xml"
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="2.0" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Add maven dependency and classes directory to classpath. This stops
|
||||
'Unable to get class information for '<classname>' errors.
|
||||
|
||||
@@ -77,9 +77,7 @@
|
||||
|
||||
<clover-setup initstring="${maven.clover.database.dir}/clover_coverage.db"/>
|
||||
|
||||
<j:set
|
||||
var="cloverReportDirectory"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/clover"/>
|
||||
<j:set var="cloverReportDirectory" value="${maven.docs.dest}/clover"/>
|
||||
|
||||
<maven:addPath id="maven.dependency.classpath" refid="clover.classpath"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
3
dist/plugin.jelly
vendored
3
dist/plugin.jelly
vendored
@@ -59,8 +59,7 @@
|
||||
</ant:copy>
|
||||
|
||||
<!-- Copy documentation -->
|
||||
<j:set var="docsDest"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
|
||||
<j:set var="docsDest" value="${maven.docs.dest}"/>
|
||||
<ant:copy todir="${maven.dist.bin.assembly.dir}/docs">
|
||||
<ant:fileset dir="${docsDest}">
|
||||
<ant:include name="**"/>
|
||||
|
||||
3
dist/xdocs/changes.xml
vendored
3
dist/xdocs/changes.xml
vendored
@@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
prereqs="xdoc:init"
|
||||
description="Transform any docbook-simple source into xdocs for later use">
|
||||
|
||||
<j:set var="genDocs"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
|
||||
<j:set var="genDocs" value="${maven.gen.docs}"/>
|
||||
|
||||
${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
|
||||
<j:set var="dtd" value="${maven.docbook.dtd}"/>
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to xalan 2.4.1
|
||||
</action>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<util:file var="destfileFile" name="${destfile}"/>
|
||||
<j:set var="destfile" value="${destfileFile.canonicalPath}"/>
|
||||
|
||||
<j:set var="outputencoding" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.outputencoding')}"/>
|
||||
<j:set var="outputencoding" value="${maven.docs.outputencoding}"/>
|
||||
|
||||
<util:available file="${srcfile}">
|
||||
<j:set var="srcFileExists" value="true" />
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-faq-plugin</id>
|
||||
<name>Maven FAQ Plug-in</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<!-- Gump integration -->
|
||||
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
|
||||
16
faq/xdocs/changes.xml
Normal file
16
faq/xdocs/changes.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
</ant:javadoc>
|
||||
<ant:record name="${maven.build.dir}/javadoc/report.txt" action="stop" />
|
||||
|
||||
<j:set var="genDocs" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}" />
|
||||
<j:set var="genDocs" value="${maven.gen.docs}" />
|
||||
<doc:text-xdoc
|
||||
title="Javadoc Report"
|
||||
section="Javadoc Report"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.javadoc.author = true
|
||||
maven.javadoc.destdir = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/apidocs
|
||||
maven.javadoc.destdir = ${maven.docs.dest}/apidocs
|
||||
|
||||
# optional properties for specifying a custom doclet
|
||||
#maven.javadoc.docletpath=
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
<ant:property name="maven.jdiff.dir" value="${maven.build.dir}/jdiff"/>
|
||||
<ant:mkdir dir="${maven.jdiff.dir}"/>
|
||||
|
||||
<j:set var="docsDest"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
|
||||
<j:set var="docsDest" value="${maven.docs.dest}"/>
|
||||
<j:set var="javadocDestdir"
|
||||
value="${pom.getPluginContext('maven-javadoc-plugin').getVariable('maven.javadoc.destdir')}"/>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jdiff-plugin</id>
|
||||
<name>Maven JDiff Plugin</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Java Project Management Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jdiff/</url>
|
||||
|
||||
15
jdiff/xdocs/changes.xml
Normal file
15
jdiff/xdocs/changes.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
@@ -88,8 +88,7 @@
|
||||
<!-- sets the classpath used for doclet invocations -->
|
||||
<goal name="jellydoc:init">
|
||||
|
||||
<j:set var="genDocs"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
|
||||
<j:set var="genDocs" value="${maven.gen.docs}"/>
|
||||
|
||||
<!-- just in case this is ran before a compile -->
|
||||
<ant:mkdir dir="${genDocs}"/>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<body>
|
||||
|
||||
<release version="1.1" date="In CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to dom4j 1.4
|
||||
</action>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
# JXR Plugin.
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.jxr.destdir = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/xref
|
||||
maven.jxr.destdir.test = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/xref-test
|
||||
maven.jxr.destdir = ${maven.docs.dest}/xref
|
||||
maven.jxr.destdir.test = ${maven.docs.dest}/xref-test
|
||||
|
||||
maven.jxr.stylesheet = ${plugin.resources}/stylesheet.css
|
||||
maven.jxr.templateDir = ${plugin.resources}/templates
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
Move to oro 2.0.7
|
||||
</action>
|
||||
|
||||
@@ -72,8 +72,7 @@
|
||||
description="Generate a xml file from your license file">
|
||||
|
||||
<j:set var="licenseFile"><license:fileName /></j:set>
|
||||
<j:set var="genDocs"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
|
||||
<j:set var="genDocs" value="${maven.gen.docs}"/>
|
||||
|
||||
<util:available file="${licenseFile}">
|
||||
<j:set var="licensePresent" value="true"/>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
xmlns:doc="doc">
|
||||
|
||||
<property name="maven.linkcheck.cache" value="${pom.getPluginContext('maven-linkcheck-plugin').getVariable('maven.linkcheck.cache')}"/>
|
||||
<property name="maven.gen.docs" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
|
||||
|
||||
<goal name="maven-linkcheck-plugin:register">
|
||||
<doc:registerReport
|
||||
@@ -50,6 +49,7 @@
|
||||
|
||||
<j:if test="${online.trim().length() > 0}">
|
||||
<j:forEach var="report" items="${reports}">
|
||||
<!-- FIXME: Why special case linkcheck - fix it! -->
|
||||
<j:if test="${report.get('pluginName').equals('maven-linkcheck-plugin')}">
|
||||
<attainGoal name="maven-linkcheck-plugin:report-real"/>
|
||||
</j:if>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<body>
|
||||
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to dom4j 1.4
|
||||
</action>
|
||||
|
||||
@@ -8,11 +8,6 @@
|
||||
xmlns:util="jelly:util"
|
||||
xmlns:velocity="jelly:velocity">
|
||||
|
||||
<j:set var="maven.gen.docs"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
|
||||
<j:set var="maven.docs.dest"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
|
||||
|
||||
<!--==================================================================-->
|
||||
<!-- Default goal: builds sites for all subprojects -->
|
||||
<!--==================================================================-->
|
||||
@@ -120,8 +115,6 @@
|
||||
template="navigation-${navType}.xml"/>
|
||||
</j:if>
|
||||
|
||||
<j:set var="maven.docs.src"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}" />
|
||||
<j:set var="userNav" value="${maven.docs.src}/navigation.xml" />
|
||||
|
||||
<!-- FIXME: Will the xdoc stuff screw this up?? -->
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="2003-08-28">
|
||||
|
||||
@@ -6,10 +6,8 @@
|
||||
name="pdf:init"
|
||||
prereqs="xdoc:init">
|
||||
|
||||
<j:set var="docsDest"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
|
||||
<j:set var="docsSrc"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}"/>
|
||||
<j:set var="docsDest" value="${maven.docs.dest}"/>
|
||||
<j:set var="docsSrc" value="${maven.docs.src}"/>
|
||||
|
||||
</goal>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-pdf-plugin</id>
|
||||
<name>Maven PDF Plug-in</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Java Project Management Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/pdf/</url>
|
||||
|
||||
@@ -6,7 +6,11 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="Unknown">
|
||||
<action dev="dion" type="add">
|
||||
Upgraded to xerces 2.3.0, xalan 2.4.1 and fop 0.20.5rc2
|
||||
</action>
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
<goal name="site:generate" prereqs="site"/>
|
||||
|
||||
<goal name="site:init" prereqs="xdoc:init">
|
||||
<j:set var="docsDest"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
|
||||
<j:set var="docsDest" value="${maven.docs.dest}"/>
|
||||
</goal>
|
||||
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
@@ -56,7 +56,6 @@
|
||||
<!-- FIXME : We must use, with cvs, the connection string define in project.xml -->
|
||||
<cvs command="-q log" output="${statcvs.logfile}"/>
|
||||
|
||||
<property name="maven.docs.dest" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
|
||||
<ant:mkdir dir="${maven.docs.dest}"/>
|
||||
|
||||
<java jar="${plugin.getDependencyPath('statcvs')}" fork="true">
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="evenisse" type="fix" due-to="Alwyn Schoeman">
|
||||
Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory if doesn't exist.
|
||||
</action>
|
||||
|
||||
@@ -32,10 +32,8 @@
|
||||
prereqs="xdoc:init"
|
||||
description="Generate a list of tasks from @todo tags in your code">
|
||||
|
||||
<j:set var="genDocs"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
|
||||
<j:set var="encoding"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.outputencoding')}"/>
|
||||
<j:set var="genDocs" value="${maven.gen.docs}"/>
|
||||
<j:set var="encoding" value="${maven.docs.outputencoding}"/>
|
||||
|
||||
<j:set var="taskTag" value="${maven.tasklist.taskTag}"/>
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<body>
|
||||
|
||||
<release version="2.2" date="In CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
@@ -28,8 +28,7 @@
|
||||
</fileset>
|
||||
</fileScanner>
|
||||
|
||||
<j:set var="docsDest"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
|
||||
<j:set var="docsDest" value="${maven.docs.dest}"/>
|
||||
|
||||
<j:forEach var="file" items="${wordFiles.iterator()}">
|
||||
<echo>Generating from ${file} to ${docsDest}</echo>
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2003-08-28">
|
||||
<action dev="dion" type="fix">
|
||||
Correctly handle files with <code>..</code> in the names
|
||||
|
||||
@@ -139,23 +139,17 @@
|
||||
|
||||
-->
|
||||
<j:if test="${outputDirectory == null}">
|
||||
<j:set
|
||||
var="outputDirectory"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"
|
||||
<j:set var="outputDirectory" value="${maven.gen.docs}"
|
||||
/>
|
||||
</j:if>
|
||||
|
||||
<!-- Set default encoding if not set. -->
|
||||
<j:if test="${encoding == null}">
|
||||
<j:set
|
||||
var="encoding"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.outputencoding')}"
|
||||
/>
|
||||
<j:set var="encoding" value="${maven.docs.outputencoding}" />
|
||||
</j:if>
|
||||
|
||||
<j:if test="${omitXmlDeclaration == null}">
|
||||
<j:set var="omitXmlDeclaration"
|
||||
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.omitXmlDeclaration')}"/>
|
||||
<j:set var="omitXmlDeclaration" value="${maven.docs.omitXmlDeclaration}"/>
|
||||
</j:if>
|
||||
|
||||
<mkdir dir="${outputDirectory}"/>
|
||||
|
||||
@@ -4,12 +4,6 @@
|
||||
# Xdoc plugin.
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.docs.src = ${basedir}/xdocs
|
||||
maven.docs.dest = ${maven.build.dir}/docs
|
||||
maven.docs.outputencoding = ISO-8859-1
|
||||
maven.docs.omitXmlDeclaration=false
|
||||
maven.gen.docs = ${maven.build.dir}/generated-xdocs
|
||||
|
||||
maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
|
||||
maven.xdoc.includeProjectDocumentation = yes
|
||||
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev='dion' type='fix'>
|
||||
Move maven.docs.* and maven.gen.docs to defaults.properties instead of xdoc plugin
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fix for MAVEN-698. Fix the broken build if repository/connection is not present.
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user