[jboss-cvs] JBossAS SVN: r65739 - projects/docs/trunk/Installation_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Oct 1 20:12:09 EDT 2007
Author: mhideo at redhat.com
Date: 2007-10-01 20:12:08 -0400 (Mon, 01 Oct 2007)
New Revision: 65739
Added:
projects/docs/trunk/Installation_Guide/en-US/pom.xml
Log:
initial edit of pom
Added: projects/docs/trunk/Installation_Guide/en-US/pom.xml
===================================================================
--- projects/docs/trunk/Installation_Guide/en-US/pom.xml (rev 0)
+++ projects/docs/trunk/Installation_Guide/en-US/pom.xml 2007-10-02 00:12:08 UTC (rev 65739)
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>jboss.org</groupId>
+ <artifactId>JBoss-AS-Installation-Guide-${translation}</artifactId>
+ <version>1.0</version>
+ <packaging>jdocbook</packaging>
+ <name>JBoss Application Server Installation Guide (${translation})</name>
+ <description>JBoss Application Server Installation Guide (${translation})</description>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.0.0</version>
+ <extensions>true</extensions>
+ <configuration>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <finalName>Installation_Guide.pdf</finalName>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <finalName>index.html</finalName>
+ </format>
+ </formats>
+ <sourceDocumentName>Installation_Guide.xml</sourceDocumentName>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ </options>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <properties>
+ <translation>en_US</translation>
+ </properties>
+
+</project>
+
More information about the jboss-cvs-commits
mailing list