It's pretty much a copy and hack to make it fit into maven at present. Needs to have customisation added to it (at present it generates hibernate.pdf!) Have a look in hibernate CVS for example files (which have to be put in src/reference/src in your project) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114587 13f79535-47bb-0310-9956-ffa450edef68
36 lines
1007 B
XML
36 lines
1007 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="1.2-dev" date="In progress">
|
|
<action dev="bwalding" type="add">
|
|
added functionality to generate pdfs from docbook (ala hibernate documentation)
|
|
</action>
|
|
</release>
|
|
<release version="1.1" date="2003-09-29">
|
|
<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>
|
|
<action dev="dion" type="update">
|
|
update to commons-lang 1.0.1
|
|
</action>
|
|
<action dev="dion" type="fix">
|
|
Applied Maven-436 to allow docbook dtds offline
|
|
</action>
|
|
</release>
|
|
<release version="1.0" date="2002-07-14">
|
|
<action dev="dion" type="add">
|
|
Original release for Maven 1.0-beta7
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|
|
|