Hi Rick,

Could you let me know the error you were getting from this since it appears to be caused by a patch for Tuscany-661? Things build on my machine and presumably on Jervis'.

Jim


Begin forwarded message:

From: [EMAIL PROTECTED]
Date: August 24, 2006 4:35:09 AM PDT
To: [email protected]
Subject: svn commit: r434372 - /incubator/tuscany/java/sca/bindings/ binding.axis2/pom.xml
Reply-To: [email protected]

Author: rineholt
Date: Thu Aug 24 04:35:06 2006
New Revision: 434372

URL: http://svn.apache.org/viewvc?rev=434372&view=rev
Log:
use 2.1 assembly plugin in for now seems to work

Modified:
    incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml

Modified: incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/ bindings/binding.axis2/pom.xml? rev=434372&r1=434371&r2=434372&view=diff ====================================================================== ======== --- incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml (original) +++ incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml Thu Aug 24 04:35:06 2006
@@ -167,14 +167,13 @@
     </dependencies>

     <!-- The assembly plugin cannot understand maven1 pom -->
-    <!--
     <build>
         <defaultGoal>install</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-SNAPSHOT</version>
+                <version>2.1</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
@@ -191,6 +190,5 @@
             </plugin>
         </plugins>
     </build>
-     -->

 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to