The mailer ate the patch:

$ cat dev/temp/5.3.2.site.patch 
Index: pom.xml
===================================================================
--- pom.xml     (revision 1151527)
+++ pom.xml     (working copy)
@@ -954,6 +954,10 @@
   <build>
     <pluginManagement>
       <plugins>
+       <plugin>
+       <artifactId>maven-site-plugin</artifactId>
+       <version>2.1.1</version>
+       </plugin>
         <plugin>
           <groupId>org.apache.activemq.protobuf</groupId>
           <artifactId>activemq-protobuf</artifactId>
@@ -1003,6 +1007,11 @@
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <version>2.9</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <version>${maven-bundle-plugin-version}</version>

Allen Reese
Core Platforms
Yahoo!, Inc.

> -----Original Message-----
> From: Allen Reese [mailto:are...@yahoo-inc.com]
> Sent: Wednesday, July 27, 2011 10:24 AM
> To: users@activemq.apache.org; m...@39596.com
> Subject: RE: How can I build Activemq-5.3.x ?
> 
> I cleaned my repo and played with this a bit, I've attached a patch that will 
> fix the 2 plugins that
> are causing you problems.
> 
> URL: http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2
> 
> patch -p0 5.3.2.site.patch pom.xml
> 
> Should fix this for you.
> 
> Allen Reese
> Core Platforms
> Yahoo!, Inc.
> 
> > -----Original Message-----
> > From: mlus [mailto:m...@39596.com]
> > Sent: Wednesday, July 27, 2011 3:21 AM
> > To: users@activemq.apache.org
> > Subject: Re: How can I build Activemq-5.3.x ?
> >
> > > I build it from SVN without problems, you might try that instead of 
> > > messing with the src.zip if
> the
> > zip isn't working for you.
> > >
> > > svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2
> > > cd activemq-parent-5.3.2
> > >
> > > mvn -Dtest=false -DfailIfNoTests=false clean site
> >
> > Thank you for reply. but  build fail again .
> >
> > ----------------------------------------------------
> > [INFO] 
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO] 
> > ------------------------------------------------------------------------
> > [INFO] Error getting reports from the plugin
> > 'org.apache.maven.plugins:maven-surefire-report-plugin': Unable to
> > find the mojo 
> > 'org.apache.maven.plugins:maven-surefire-report-plugin:2.10-SNAPSHOT:report'
> > in the plugin 'org.apache.maven.plugins:maven-surefire-report-plugin'
> > org/apache/maven/doxia/logging/Log
> > [INFO] 
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO] 
> > ------------------------------------------------------------------------
> > [INFO] Total time: 3 minutes 6 seconds
> > [INFO] Finished at: Wed Jul 27 19:17:54 JST 2011
> > [INFO] Final Memory: 51M/324M
> > [INFO] ----------------------------------------
> >
> > I decided to be given up building 5.3.x t.
> >
> > Thank you.

Reply via email to