[seam-commits] Seam SVN: r7755 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Mar 31 09:17:34 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-31 09:17:33 -0400 (Mon, 31 Mar 2008)
New Revision: 7755

Modified:
   branches/Seam_2_0/build/docs.pom.xml
Log:
Switch to newer version of docbook plugins

Modified: branches/Seam_2_0/build/docs.pom.xml
===================================================================
--- branches/Seam_2_0/build/docs.pom.xml	2008-03-31 13:17:01 UTC (rev 7754)
+++ branches/Seam_2_0/build/docs.pom.xml	2008-03-31 13:17:33 UTC (rev 7755)
@@ -42,7 +42,6 @@
          <plugin>
             <groupId>org.jboss.maven.plugins</groupId>
             <artifactId>maven-jdocbook-plugin</artifactId>
-            <version>2.1.0-SNAPSHOT</version>
             <extensions>true</extensions>
             <dependencies>
                <dependency>
@@ -56,12 +55,6 @@
                   <version>1.1.0-SNAPSHOT</version>
                   <type>jdocbook-style</type>
                </dependency>
-               <dependency>
-                  <groupId>org.jboss</groupId>
-                  <artifactId>jbossorg-jdocbook-style</artifactId>
-                  <version>1.1.0-SNAPSHOT</version>
-                  <type>jdocbook-style</type>
-               </dependency>
             </dependencies>
             <configuration>
                <sourceDirectory>${pom.basedir}/en</sourceDirectory>
@@ -94,13 +87,6 @@
                      </stylesheetResource>
                      <finalName>index.html</finalName>
                   </format>
-                  <!-- <format>
-                     <formatName>eclipse</formatName>
-                     <stylesheetResource>
-                        classpath:/xslt/org/jboss/main-eclipse.xsl
-                     </stylesheetResource>
-                     <finalName>index.html</finalName>
-                  </format>-->
                </formats>
                <options>
                   <xincludeSupported>true</xincludeSupported>
@@ -112,6 +98,15 @@
             </configuration>
          </plugin>
       </plugins>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-dependency-plugin</artifactId>
+               <version>2.0</version>
+            </plugin>
+         </plugins>
+      </pluginManagement>
    </build>
 
 




More information about the seam-commits mailing list