Make latex plugin run when maven site runs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
976dea4693
commit
8864cdb650
@ -57,11 +57,11 @@
|
||||
</j:if>
|
||||
</goal>
|
||||
|
||||
<postGoal name="site:generate">
|
||||
<preGoal name="xdoc">
|
||||
<j:if test="${!latexSrcDir.equals('MAVEN_LATEX_SRC_DIR_NOT_SET')}">
|
||||
<attainGoal name="latex:generate"/>
|
||||
</j:if>
|
||||
</postGoal>
|
||||
</preGoal>
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-latex-plugin</id>
|
||||
<name>Maven Latex 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/latex/</url>
|
||||
|
||||
18
latex/xdocs/changes.xml
Normal file
18
latex/xdocs/changes.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?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="fix">
|
||||
Make plugin run when maven site is invoked
|
||||
</action>
|
||||
</release>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user