[jboss-maven2-commits] Repository SVN: r31237 - in maven2/org/gatein/doc/doc-parent: 1.0.0-CR2 and 1 other directory.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Thu Nov 19 20:01:39 EST 2009


Author: aheritier
Date: 2009-11-19 20:01:38 -0500 (Thu, 19 Nov 2009)
New Revision: 31237

Added:
   maven2/org/gatein/doc/doc-parent/1.0.0-CR2/
   maven2/org/gatein/doc/doc-parent/1.0.0-CR2/doc-parent-1.0.0-CR2.pom
Log:
Wagon: Adding pom.xml to repository

Added: maven2/org/gatein/doc/doc-parent/1.0.0-CR2/doc-parent-1.0.0-CR2.pom
===================================================================
--- maven2/org/gatein/doc/doc-parent/1.0.0-CR2/doc-parent-1.0.0-CR2.pom	                        (rev 0)
+++ maven2/org/gatein/doc/doc-parent/1.0.0-CR2/doc-parent-1.0.0-CR2.pom	2009-11-20 01:01:38 UTC (rev 31237)
@@ -0,0 +1,93 @@
+<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>
+
+   <parent>
+      <groupId>org.gatein</groupId>
+      <artifactId>gatein-parent</artifactId>
+      <version>1.0.0-Beta04</version>
+   </parent>
+
+   <groupId>org.gatein.doc</groupId>
+   <artifactId>doc-parent</artifactId>
+   <packaging>pom</packaging>
+   <name>GateIn Doc - Doc Parent POM</name>
+   <version>1.0.0-CR2</version>
+
+   <scm>
+     <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/tools/maven/doc-parent/tags/1.0.0-CR2</connection>
+     <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/tools/maven/doc-parent/tags/1.0.0-CR2</developerConnection>
+     <url>http://fisheye.jboss.org/browse/gatein/tools/maven/doc-parent/tags/1.0.0-CR2</url>
+   </scm>
+
+   <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-plugin</artifactId>
+                <version>2.1.1</version>
+                <extensions>true</extensions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.gatein.doc</groupId>
+                        <artifactId>gatein-docbook-xslt</artifactId>
+                        <version>1.0.0-CR2</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.gatein.doc</groupId>
+                        <artifactId>gatein-jdocbook-style</artifactId>
+                        <version>1.0.0-CR2</version>
+                        <type>jdocbook-style</type>
+                    </dependency>
+                </dependencies>
+                <configuration>
+                    <sourceDocumentName>master.xml</sourceDocumentName>
+                    <sourceDirectory>${pom.basedir}/en</sourceDirectory>
+                    <imageResource>
+                        <directory>${pom.basedir}/en</directory>
+                        <includes>
+                          <include>images/**/*</include>
+                        </includes>
+                    </imageResource>
+                    <!--<cssResource>
+                        <directory>src/main/css</directory>
+                    </cssResource>-->
+                    <formats>
+                        <format>
+                            <formatName>pdf</formatName>
+                            <stylesheetResource>classpath://xslt/org/gatein/pdf.xsl</stylesheetResource>
+                            <finalName>${pom.name}.pdf</finalName>
+                        </format>
+                        <format>
+                            <formatName>html</formatName>
+                            <stylesheetResource>classpath:/xslt/org/gatein/xhtml.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                        <format>
+                            <formatName>html_single</formatName>
+                            <stylesheetResource>classpath:/xslt/org/gatein/xhtml-single.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                        <format>
+                            <formatName>eclipse</formatName>
+                            <stylesheetResource>classpath:/xslt/org/gatein/eclipse.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                    </formats>
+                    <options>
+                        <xincludeSupported>true</xincludeSupported>
+                        <xmlTransformerType>saxon</xmlTransformerType>
+                        <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
+                        <!--     could also locate the docbook dependency and inspect its version... -->
+                        <docbookVersion>1.74.0</docbookVersion>
+                    </options>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <properties>
+        <translation>en-US</translation>
+    </properties>
+
+</project>


Property changes on: maven2/org/gatein/doc/doc-parent/1.0.0-CR2/doc-parent-1.0.0-CR2.pom
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native



More information about the jboss-maven2-commits mailing list