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/03/24 22:10:34 UTC

svn commit: r640581 - in /webservices/axis2/trunk/java/modules/tool: axis2-aar-maven-plugin/ axis2-ant-plugin/ axis2-eclipse-codegen-plugin/ axis2-eclipse-service-plugin/ axis2-idea-plugin/ axis2-java2wsdl-maven-plugin/ axis2-mar-maven-plugin/ axis2-ws...

Author: dims
Date: Mon Mar 24 14:10:25 2008
New Revision: 640581

URL: http://svn.apache.org/viewvc?rev=640581&view=rev
Log:
try to get past issue http://jira.codehaus.org/browse/MPLUGIN-102

Modified:
    webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml

Modified: webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -29,7 +29,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-aar-maven-plugin</artifactId>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <name>Apache Axis2 - tool - AAR Maven Plugin</name>
     <description>
         A Maven 2 plugin for creating Axis 2 service archives (aar files)

Modified: webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-ant-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -30,7 +30,7 @@
     </parent>
     <artifactId>axis2-ant-plugin</artifactId>
     <name>Apache Axis2 - tool - Ant Plugin</name>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <description>The Axis 2 Plugin for Ant Tasks.</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -30,7 +30,7 @@
     </parent>
     <artifactId>axis2.eclipse.codegen.plugin</artifactId>
     <name>Apache Axis2 - tool - Eclipse Codegen Plugin</name>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-service-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -30,7 +30,7 @@
     </parent>
     <artifactId>axis2.eclipse.service.plugin</artifactId>
     <name>Apache Axis2 - tool - Eclipse service Plugin</name>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <description>The Axis 2 Eclipse Service Plugin for Service archive creation</description>
     <dependencies>
         <dependency>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -29,7 +29,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-idea-plugin</artifactId>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <name>Apache Axis2 - tool - Intellij IDEA Plugin</name>
     <description>
         A Intellij IDEA plugin for Service Archive creation and Code Generation

Modified: webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -33,7 +33,7 @@
     <description>
         A Maven 2 plugin for creating WSDL files from Java source.
     </description>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
         <testSourceDirectory>src/test/java</testSourceDirectory>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -29,7 +29,7 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-mar-maven-plugin</artifactId>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <name>Apache Axis2 - tool - MAR Maven Plugin</name>
     <description>
         A Maven 2 plugin for creating Axis 2 module archives (mar files)

Modified: webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=640581&r1=640580&r2=640581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Mon Mar 24 14:10:25 2008
@@ -30,7 +30,7 @@
     </parent>
     <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
     <name>Apache Axis2 - tool - WSDL2Code Maven Plugin</name>
-    <packaging>maven-plugin</packaging>
+    <packaging>jar</packaging>
     <description>The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.</description>
     <dependencies>
         <dependency>



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