You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/16 17:12:47 UTC

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

Author: dims
Date: Wed Apr 16 08:12:45 2008
New Revision: 648716

URL: http://svn.apache.org/viewvc?rev=648716&view=rev
Log:
generate a mex-SNAPSHOT-impl.jar

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=648716&r1=648715&r2=648716&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/mex/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/mex/pom.xml Wed Apr 16 08:12:45 2008
@@ -87,22 +87,17 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-install-plugin</artifactId>
+                <artifactId>maven-jar-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>
+                  <execution>
+                    <phase>package</phase>
+                    <goals>
+                      <goal>jar</goal>
+                    </goals>
+                    <configuration>
+                      <classifier>impl</classifier>
+                    </configuration>
+                  </execution>
                 </executions>
             </plugin>
             <plugin>



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