You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2006/11/27 22:57:03 UTC

svn commit: r479779 - /struts/struts1/trunk/pom.xml

Author: pbenedict
Date: Mon Nov 27 13:57:02 2006
New Revision: 479779

URL: http://svn.apache.org/viewvc?view=rev&rev=479779
Log:
STR-2942: DTDDoc 1.0 has been released. I have removed the temporary profile and moved the plug-in into the reporting section.

Modified:
    struts/struts1/trunk/pom.xml

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?view=diff&rev=479779&r1=479778&r2=479779
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Mon Nov 27 13:57:02 2006
@@ -94,38 +94,6 @@
                 <module>assembly</module>
             </modules>
         </profile>
-        <profile>
-            <!-- STR-2942 - Temporary profile to assist with DTDDoc plugin testing -->
-            <id>dtddoc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <repositories>
-                <repository>
-                    <id>dtddoc</id>
-                    <url>http://dtddoc.sf.net/maven2</url>
-                </repository>
-            </repositories>
-            <pluginRepositories>
-                <pluginRepository>
-                    <id>dtddoc</id>
-                    <url>http://dtddoc.sf.net/maven2</url>
-                </pluginRepository>
-            </pluginRepositories>
-            <reporting>
-                <plugins>
-                    <plugin>
-                        <groupId>net.sf.dtddoc</groupId>
-                        <artifactId>dtddoc-maven-plugin</artifactId>
-                        <configuration>
-                            <excludes>
-                                <exclude>**/web-app*</exclude>
-                            </excludes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </reporting>
-        </profile>
     </profiles>
 
     <modules>
@@ -184,6 +152,11 @@
                         </archive>
                     </configuration>
                 </plugin>
+                <plugin>
+	                  <groupId>net.sf.dtddoc</groupId>
+	                  <artifactId>dtddoc-maven-plugin</artifactId>
+                    <version>1.0.0</version>
+	              </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -243,6 +216,15 @@
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>net.sf.dtddoc</groupId>
+                <artifactId>dtddoc-maven-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>**/web-app*</exclude>
+                    </excludes>
+                </configuration>
             </plugin>
         </plugins>
     </reporting>