[seam-commits] Seam SVN: r7618 - in maven-plugins/trunk/seam-jdocbook-style: src and 3 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 18 16:02:05 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-18 16:02:05 -0400 (Tue, 18 Mar 2008)
New Revision: 7618

Added:
   maven-plugins/trunk/seam-jdocbook-style/pom.xml
   maven-plugins/trunk/seam-jdocbook-style/src/
   maven-plugins/trunk/seam-jdocbook-style/src/main/
   maven-plugins/trunk/seam-jdocbook-style/src/main/css/
   maven-plugins/trunk/seam-jdocbook-style/src/main/css/css/
   maven-plugins/trunk/seam-jdocbook-style/src/main/images/
   maven-plugins/trunk/seam-jdocbook-style/src/main/images/images/
Log:
Initial import of seam-jdocbook-style

Added: maven-plugins/trunk/seam-jdocbook-style/pom.xml
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/pom.xml	                        (rev 0)
+++ maven-plugins/trunk/seam-jdocbook-style/pom.xml	2008-03-18 20:02:05 UTC (rev 7618)
@@ -0,0 +1,59 @@
+<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/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.jboss.seam</groupId>
+    <artifactId>seam-jdocbook-style</artifactId>
+    <packaging>jdocbook-style</packaging>
+    <version>1.1.0-SNAPSHOT</version>
+
+    <name>SeamFramework.org Documentation Styles</name>
+    <description>The JDocBook styles for the SeamFramework.org Documentation.</description>
+    <url>http://www.seamframework.org</url>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-style-plugin</artifactId>
+                <version>1.0.0</version>
+                <extensions>true</extensions>
+                <dependencies>
+                  <dependency>
+                     <groupId>org.jboss</groupId>
+                     <artifactId>jbossorg-jdocbook-style</artifactId>
+                     <version>1.1.0-SNAPSHOT</version>
+                     <type>jdocbook-style</type>
+                  </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
+        <extensions>
+           <extension>
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-webdav</artifactId>
+              <version>1.0-beta-2</version>
+           </extension>
+        </extensions>
+    </build>
+
+    <distributionManagement>
+        <repository>
+            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+            <id>repository.jboss.org</id>
+            <url>file://${maven.repository.root}</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots.jboss.org</id>
+            <name>JBoss Snapshot Repository</name>
+            <url>dav:https://snapshots.jboss.org/maven2</url>
+        </snapshotRepository>
+    </distributionManagement>
+    
+    
+
+</project>


Property changes on: maven-plugins/trunk/seam-jdocbook-style/pom.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the seam-commits mailing list