<artifactId>docbook-sample</artifactId>
<name>DocBook XSL sample</name>
<packaging>pom</packaging>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<description>Sample of DocBook maven artifacts</description>
<url>http://sourceforge.net/projects/docbook/</url>
<parent>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook</artifactId>
- <version>5.0</version>
+ <version>5.0-2</version>
</parent>
<dependencies>
<dependency>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook-xsl</artifactId>
- <version>1.75.2</version>
+ <version>1.77.1</version>
<type>zip</type>
<classifier>ns-resources</classifier>
</dependency>
<dependency>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook-xml</artifactId>
- <version>5.0-all</version>
+ <version>5.1b4-all</version>
<type>zip</type>
<classifier>resources</classifier>
</dependency>
<dependency>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook-xsl-saxon</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1-pre</version>
</dependency>
</dependencies>
</plugin>
<?xml version="1.0" encoding="UTF-8"?>
-<article version="5.0" xmlns="http://docbook.org/ns/docbook"
+<article version="5.1b4" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<parent>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook</artifactId>
- <version>5.0</version>
+ <version>5.0-2</version>
</parent>
<properties>
<artifactId>docbook-xsl-saxon</artifactId>
<name>DocBook XSL Saxon extension</name>
<packaging>jar</packaging>
- <version>1.0.0</version>
+ <version>1.0.1-pre</version>
<description>These are Java extensions for use with the DocBook XML stylesheets and the Saxon XSLT engine.
</description>
<url>http://sourceforge.net/projects/docbook/</url>
<parent>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook</artifactId>
- <version>5.0</version>
+ <version>5.0-2</version>
</parent>
<properties>
- <docbook.xsl.saxon.release>docbook-xsl-saxon-1.00</docbook.xsl.saxon.release>
+ <docbook.xsl.saxon.release>docbook-xsl-saxon-1.01-snapshot-08232012</docbook.xsl.saxon.release>
</properties>
<dependencies>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
+ <configuration>
+ <sourcepath>${project.basedir}/target/saxon/${docbook.xsl.saxon.release}/src/</sourcepath>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>docbook-xsl-webhelpindexer</artifactId>
<name>DocBook XSL WebHelp Indexer extension</name>
<packaging>jar</packaging>
- <version>1.0.0</version>
+ <version>1.0.1-pre</version>
<description>DocBook XSL WebHelp Indexer extension
</description>
<url>http://sourceforge.net/projects/docbook/</url>
<parent>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook</artifactId>
- <version>5.0-1</version>
+ <version>5.0-2</version>
</parent>
<properties>
- <docbook.xsl.webhelpindexer.release>docbook-xsl-webhelpindexer-1.00</docbook.xsl.webhelpindexer.release>
+ <docbook.xsl.webhelpindexer.release>docbook-xsl-webhelpindexer-1.01-snapshot-08232012</docbook.xsl.webhelpindexer.release>
</properties>
<dependencies>
<build>
<plugins>
- <plugin>
+ <!--plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
<version>1.0-beta-3</version>
</configuration>
</execution>
</executions>
- </plugin>
+ </plugin-->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<echo>Extracting docbook xsl webhelpindexer sources ${docbook.xsl.webhelpindexer.release}.zip.</echo>
<unzip dest="${project.build.directory}/tmp">
- <fileset dir="${project.build.directory}/lib" includes="${docbook.xsl.webhelpindexer.release}.zip"/>
+ <fileset dir="lib/" includes="${docbook.xsl.webhelpindexer.release}.zip"/>
<patternset>
<include name="${docbook.xsl.webhelpindexer.release}/src/**"/>
</patternset>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
+ <configuration>
+ <sourcepath>${project.build.directory}/tmp/${docbook.xsl.webhelpindexer.release}/src/</sourcepath>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<artifactId>docbook-xsl-xalan</artifactId>
<name>DocBook XSL Xalan extension</name>
<packaging>jar</packaging>
- <version>1.0.0</version>
+ <version>1.0.1-pre</version>
<description>These are Java extensions for use with the DocBook XML stylesheets and the Xalan-Java XSLT engine.
</description>
<url>http://sourceforge.net/projects/docbook/</url>
<parent>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook</artifactId>
- <version>5.0</version>
+ <version>5.0-2</version>
</parent>
<artifactId>docbook-xsl</artifactId>
<name>DocBook XSL Stylesheets</name>
<packaging>pom</packaging>
- <version>1.76.1</version>
+ <version>1.77.1</version>
<description>These are XSL stylesheets for transforming DocBook XML document instances into various output formats.
</description>
<url>http://sourceforge.net/projects/docbook/</url>
<parent>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook</artifactId>
- <version>5.0-1</version>
+ <version>5.0-2</version>
</parent>
<properties>
- <docbook.xsl.release>docbook-xsl-1.76.1</docbook.xsl.release>
- <docbook.xslns.release>docbook-xsl-ns-1.76.1</docbook.xslns.release>
+ <docbook.xsl.release>docbook-xsl-1.77.1</docbook.xsl.release>
+ <docbook.xslns.release>docbook-xsl-ns-1.77.1</docbook.xslns.release>
</properties>
<build>
<artifactId>docbook</artifactId>\r
<name>DocBook</name>\r
<packaging>pom</packaging>\r
- <version>5.0-1</version>\r
- <description>Docbook</description>\r
+ <version>5.0-2</version>\r
+ <description>DocBook is an XML vocabulary that lets you create documents in a presentation-neutral form that captures\r
+ the logical structure of your content. Using free tools along with the DocBook XSL stylesheets, you can publish your\r
+ content as HTML pages and PDF files, and in many other formats.\r
+ </description>\r
+ <url>http://docbook.sourceforge.net/</url>\r
+ <licenses>\r
+ <license>\r
+ <name>MIT like</name>\r
+ <url>http://wiki.docbook.org/DocBookLicense</url>\r
+ </license>\r
+ </licenses>\r
\r
<scm>\r
<connection>scm:svn:https://docbook.svn.sourceforge.net/svnroot/docbook/trunk</connection>\r
<system>sourceforge</system>\r
<url>http://sourceforge.net/tracker/?group_id=21935</url>\r
</issueManagement>\r
- <distributionManagement>\r
- <repository>\r
- <id>docbook-sourceforge</id>\r
- <name>Docbook Repository</name>\r
- <url>sftp://web.sourceforge.net/home/groups/d/do/docbook/htdocs/maven/repository</url>\r
- </repository>\r
- <snapshotRepository>\r
- <id>docbook-snapshot-sourceforge</id>\r
- <name>Docbook Snapshot Repository</name>\r
- <url>sftp://web.sourceforge.net/home/groups/d/do/docbook/htdocs/maven/snapshots</url>\r
- </snapshotRepository>\r
- </distributionManagement>\r
\r
<developers>\r
<developer>\r
</developer>\r
</developers>\r
\r
+ <parent>\r
+ <groupId>org.sonatype.oss</groupId>\r
+ <artifactId>oss-parent</artifactId>\r
+ <version>7</version>\r
+ </parent>\r
+\r
\r
<modules>\r
<module>docbook-xsl</module>\r
<module>docbook-xsl-webhelpindexer</module>\r
</modules>\r
\r
-\r
+ <build>\r
+ <plugins>\r
+ <plugin>\r
+ <groupId>org.apache.maven.plugins</groupId>\r
+ <artifactId>maven-gpg-plugin</artifactId>\r
+ <executions>\r
+ <execution>\r
+ <id>sign-artifacts</id>\r
+ <phase>verify</phase>\r
+ <goals>\r
+ <goal>sign</goal>\r
+ </goals>\r
+ </execution>\r
+ </executions>\r
+ </plugin>\r
+ </plugins>\r
+ </build>\r
</project>\r