Maven Repository - POM file for Web Framework docbkx-maven-plugin 2.0.14 2.0.14

Summary

Docbkx Maven Plugin.

A Maven plugin for generating HTML from DocBook..

Declaration

Here is the list of declaration for docbkx-maven-plugin. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.agilejava.docbkx</groupId>
   <artifactId>docbkx-maven-plugin</artifactId>
   <version>2.0.14</version>
</dependency>

If you think this Maven repository POM file listing for docbkx-maven-plugin is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The docbkx-maven-plugin-2.0.14 has 9 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
ParserxercesImpl 2.8.0
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy...
9
JEE Containeravalon-framework-impl 4.3.1
Avalon Framework Implementation
10




Plugin

The following plugins are used in the docbkx-maven-plugin-2.0.14.jar

  1. docbkx-builder-maven-plugin
  2. maven-changes-plugin

Packages

The following packages are defined in the docbkx-maven-plugin-2.0.14.jar

com.agilejava.docbkx.maven

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>com.agilejava.docbkx</groupId>
    <artifactId>docbkx</artifactId>
    <version>2.0.14</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>docbkx-maven-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <name>Docbkx Maven Plugin</name>
  <description>
    A Maven plugin for generating HTML from DocBook.
  </description>
  <dependencies>
    <dependency>
      <groupId>antlr</groupId>
      <artifactId>stringtemplate</artifactId>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xmlParserAPIs</artifactId>
      <version>2.6.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.xmlgraphics</groupId>
      <artifactId>fop</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.avalon.framework</groupId>
      <artifactId>avalon-framework-impl</artifactId>
      <version>4.3.1</version>
    </dependency>
    <dependency>
      <groupId>xalan</groupId>
      <artifactId>xalan</artifactId>
      <version>2.7.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
    </dependency>
    <dependency>
      <groupId>com.agilejava.docbkx</groupId>
      <artifactId>docbkx-maven-base</artifactId>
    </dependency>
    <dependency>
      <groupId>net.sf.xslthl</groupId>
      <artifactId>xslthl</artifactId>
      <version>2.0.1</version>
    </dependency>
    <dependency>
      <groupId>net.sf.docbook</groupId>
      <artifactId>docbook-xsl</artifactId>
      <version>1.76.1</version>
      <type>zip</type>
      <classifier>ns-resources</classifier>
    </dependency>
    <dependency>
      <groupId>net.sf.docbook</groupId>
      <artifactId>docbook-xsl-saxon</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>net.sf.docbook</groupId>
      <artifactId>docbook-xsl-webhelpindexer</artifactId>
      <version>1.0.0</version>
    </dependency>  

    <dependency>
      <groupId>org.apache.maven.shared</groupId>
      <artifactId>maven-plugin-testing-harness</artifactId>
      <version>1.0-beta-1</version>
      <scope>test</scope>
    </dependency>
      
      
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>com.agilejava.docbkx</groupId>
        <artifactId>docbkx-builder-maven-plugin</artifactId>
        <version>${project.version}</version>
        <executions>
          <execution>
            <id>generate-man</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>manpages</type>
              <superClassName>com.agilejava.docbkx.maven.AbstractManpagesMojo</superClassName>
              <useStandardOutput>false</useStandardOutput>
              <excludedProperties>${excluded.properties},root.filename,base.dir,man.output.in.separate.dir,man.output.subdirs.enabled,man.output.base.dir
              </excludedProperties>
            </configuration>
          </execution>
          <execution>
            <id>generate-html</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>html</type>
              <superClassName>com.agilejava.docbkx.maven.AbstractHtmlMojo</superClassName>
              <excludedProperties>${excluded.properties},root.filename,base.dir</excludedProperties>
            </configuration>
          </execution>
          <execution>
            <id>generate-xhtml</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>xhtml</type>
              <superClassName>com.agilejava.docbkx.maven.AbstractHtmlMojo</superClassName>
              <excludedProperties>${excluded.properties},root.filename,base.dir</excludedProperties>
            </configuration>
          </execution>
          <execution>
            <id>generate-eclipse</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>eclipse</type>
              <stylesheetPath>eclipse/eclipse.xsl</stylesheetPath>
              <useStandardOutput>false</useStandardOutput>
              <superClassName>com.agilejava.docbkx.maven.AbstractEclipseMojo</superClassName>
              <excludedProperties>${excluded.properties},root.filename,base.dir,manifest.in.base.dir
              </excludedProperties>
            </configuration>
          </execution>
          <execution>
            <id>generate-javahelp</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>javahelp</type>
              <stylesheetPath>javahelp/javahelp.xsl</stylesheetPath>
              <useStandardOutput>false</useStandardOutput>
              <superClassName>com.agilejava.docbkx.maven.AbstractJavahelpMojo</superClassName>
              <excludedProperties>${excluded.properties},root.filename,base.dir</excludedProperties>
            </configuration>
          </execution>
          <execution>
            <id>generate-pdf</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>fo</type>
              <superClassName>com.agilejava.docbkx.maven.AbstractFoMojo</superClassName>
              <className>DocbkxPdfMojo</className>
              <pluginSuffix>pdf</pluginSuffix>
              <targetFileExtension>pdf</targetFileExtension>
              <excludedProperties>${excluded.properties}</excludedProperties>
            </configuration>
          </execution>
          <execution>
            <id>generate-rtf</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>fo</type>
              <superClassName>com.agilejava.docbkx.maven.AbstractFoMojo</superClassName>
              <className>DocbkxRtfMojo</className>
              <pluginSuffix>rtf</pluginSuffix>
              <targetFileExtension>rtf</targetFileExtension>
              <excludedProperties>${excluded.properties}</excludedProperties>
            </configuration>
          </execution>
            <execution>
              <id>generate-epub</id>
              <goals>
                <goal>build</goal>
              </goals>
              <configuration>
                <type>epub</type>
                <superClassName>com.agilejava.docbkx.maven.AbstractEpubMojo</superClassName>
                <excludedProperties>${excluded.properties},root.filename,base.dir,epub.oebps.dir,epub.metainf.dir,manifest.in.base.dir,epub.opf.filename</excludedProperties>
                <useStandardOutput>false</useStandardOutput>
              </configuration>
            </execution>
            <execution>
            <id>generate-webhelp</id>
            <goals>
              <goal>build</goal>
            </goals>
            <configuration>
              <type>webhelp</type>
              <stylesheetPath>webhelp/xsl/webhelp.xsl</stylesheetPath>
              <superClassName>com.agilejava.docbkx.maven.AbstractWebhelpMojo</superClassName>
              <excludedProperties>${excluded.properties},root.filename,base.dir,webhelp.base.dir,manifest.in.base.dir</excludedProperties>
                <useStandardOutput>false</useStandardOutput>
            </configuration>
          </execution>
        </executions>
        <configuration>

          <packageName>com.agilejava.docbkx.maven</packageName>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changes-plugin</artifactId>
        <version>2.0-beta-2</version>
        <reportSets>
          <reportSet>
            <reports>
              <report>changes-report</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
      <!--plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-plugin-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin-->
    </plugins>
  </reporting>
  <properties>
    <excluded.properties>
      VERSION,PreviousReleaseRevision,PreviousRelease,sf-relid,VersionFileURL,Revision,Tag,DistroTitle,DistroName
    </excluded.properties>
  </properties>
</project>