You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/03/15 02:33:40 UTC

svn commit: r637328 - /webservices/axis2/trunk/java/modules/mex/pom.xml

Author: dims
Date: Fri Mar 14 18:33:39 2008
New Revision: 637328

URL: http://svn.apache.org/viewvc?rev=637328&view=rev
Log:
deploy jar file into local repo

Modified:
    webservices/axis2/trunk/java/modules/mex/pom.xml

Modified: webservices/axis2/trunk/java/modules/mex/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/mex/pom.xml?rev=637328&r1=637327&r2=637328&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/mex/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/mex/pom.xml Fri Mar 14 18:33:39 2008
@@ -73,12 +73,32 @@
                 <executions>
                     <execution>
                         <id>generate-mar</id>
-                        <phase>package</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>mar</goal>
                         </goals>
                         <configuration>
                             <includeDependencies>false</includeDependencies>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>install-jar</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>install-file</goal>
+                        </goals>
+                        <configuration>
+                            <file>${basedir}/target/mex-${version}.jar</file>
+                            <groupId>org.apache.axis2</groupId>
+                            <artifactId>mex</artifactId>
+                            <version>${version}</version>
+                            <packaging>jar</packaging>
                         </configuration>
                     </execution>
                 </executions>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org