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/28 04:15:50 UTC

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

Author: pbenedict
Date: Mon Nov 27 19:15:50 2006
New Revision: 479871

URL: http://svn.apache.org/viewvc?view=rev&rev=479871
Log:
STR-2952: Upgraded maven-site-plugin + maven-jxr-plugin, and versioned maven-taglib-plugin

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=479871&r1=479870&r2=479871
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Mon Nov 27 19:15:50 2006
@@ -134,7 +134,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-4</version>
+                    <version>2.0-beta-5</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-source-plugin</artifactId>
@@ -157,6 +157,11 @@
 	                  <artifactId>dtddoc-maven-plugin</artifactId>
                     <version>1.0.0</version>
 	              </plugin>
+                <plugin>
+                    <groupId>net.sourceforge.maven-taglib</groupId>
+                    <artifactId>maven-taglib-plugin</artifactId>
+                    <version>2.3</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -211,8 +216,8 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jxr-maven-plugin</artifactId>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>



Re: svn commit: r479871 - /struts/struts1/trunk/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/27/06, pbenedict@apache.org <pb...@apache.org> wrote:
> Author: pbenedict
> Date: Mon Nov 27 19:15:50 2006
> New Revision: 479871
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=479871
> Log:
> STR-2952: Upgraded maven-site-plugin + maven-jxr-plugin, and versioned maven-taglib-plugin

I think we'll need to stay on 2.0-beta-4 of the site plugin.  IIRC,
the beta-5 version has "issues" like deleting paragraphs after
bulleted lists in xdoc.

Check the list archives for more information, Ted did a lot of work
identifying problems and opening issues at Maven.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org