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 2007/04/10 01:41:02 UTC

svn commit: r526955 [6/7] - in /webservices/axis2/trunk/java: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/fastinfoset/ modules/integration/ modules/java2wsdl/ modules/jaxbri/ modules/jaxws-api/ ...

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?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- 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 Apr  9 16:40:57 2007
@@ -15,368 +15,355 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<project
-        xmlns="http://maven.apache.org/POM/4.0.0"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
 		<version>SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
-
-	<modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.axis2</groupId>
-    <artifactId>axis2.eclipse.codegen.plugin</artifactId>
-    <version>SNAPSHOT</version>
-    <name>Apache Axis 2.0 - tool - Eclipse Codegen Plugin</name>
-    <packaging>maven-plugin</packaging>
-    <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
-    <repositories>
-        <repository>
-            <id>ws-zones</id>
-            <name>ws.zones maven repository</name>
-            <url>http://ws.zones.apache.org/repository2</url>
-        </repository>
-        <repository>
-            <id>eclipse-repo</id>
-            <name>eclipse maven repository</name>
-            <url>http://repo1.maven.org/eclipse</url>
-        </repository>
-        <repository>
-            <id>maven2</id>
-            <name>maven2 repository</name>
-            <url>http://repo1.maven.org/maven2</url>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.eclipse.core</groupId>
-            <artifactId>org.eclipse.core.jobs</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.core</groupId>
-            <artifactId>org.eclipse.core.resources</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.core</groupId>
-            <artifactId>org.eclipse.core.runtime</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.equinox</groupId>
-            <artifactId>org.eclipse.equinox.common</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jface</groupId>
-            <artifactId>org.eclipse.jface</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.osgi</groupId>
-            <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.swt</groupId>
-            <artifactId>org.eclipse.swt</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.swt</groupId>
-            <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.ui</groupId>
-            <artifactId>org.eclipse.ui.ide</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-
-
-
-        <dependency>
+	<artifactId>axis2.eclipse.codegen.plugin</artifactId>
+	<name>Apache Axis 2.0 - tool - Eclipse Codegen Plugin</name>
+	<packaging>maven-plugin</packaging>
+	<description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description>
+	<dependencies>
+		<dependency>
+			<groupId>org.eclipse.core</groupId>
+			<artifactId>org.eclipse.core.jobs</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.commands</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.variables</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.contenttype</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.expressions</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.filesystem</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId> org.eclipse.update</groupId>
+					<artifactId> org.eclipse.update.ui</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId> org.eclipse.update</groupId>
+					<artifactId> org.eclipse.update.configurator</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId> org.eclipse.update</groupId>
+					<artifactId> org.eclipse.update.core</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.help</groupId>
+					<artifactId>org.eclipse.help</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.ant</groupId>
+					<artifactId>org.eclipse.ant.core</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.core</groupId>
+			<artifactId>org.eclipse.core.resources</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.core</groupId>
+			<artifactId>org.eclipse.core.runtime</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.equinox</groupId>
+			<artifactId>org.eclipse.equinox.common</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>org.eclipse.equinox</groupId>
+					<artifactId>org.eclipse.equinox.registry</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.equinox</groupId>
+					<artifactId>org.eclipse.equinox.preferences</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.jface</groupId>
+			<artifactId>org.eclipse.jface</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.osgi</groupId>
+			<artifactId>org.eclipse.osgi</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.swt</groupId>
+			<artifactId>org.eclipse.swt</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.swt</groupId>
+			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.ui</groupId>
+			<artifactId>org.eclipse.ui.ide</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>org.eclipse.ui</groupId>
+					<artifactId>org.eclipse.ui.forms</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.ui</groupId>
+					<artifactId>org.eclipse.ui.views</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-activation_1.1_spec</artifactId>
-			<version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>annogen</groupId>
-            <artifactId>annogen</artifactId>
-            <version>0.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-api</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-dom</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-impl</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.1</version>
-        </dependency>
-
-       <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>annogen</groupId>
+			<artifactId>annogen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-dom</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.axiom</groupId>
+			<artifactId>axiom-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-codegen</artifactId>
 			<version>${version}</version>
-        </dependency>
-         <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb-codegen</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-java2wsdl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
 			<version>${version}</version>
-        </dependency>
-                <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb</artifactId>
 			<version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>1.6.2</version>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-            <version>2.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.schema</groupId>
-            <artifactId>XmlSchema</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.7.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.woden</groupId>
-            <artifactId>woden</artifactId>
-            <version>1.0-incubating-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.13</version>
-        </dependency>
-    </dependencies>
-      <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Development Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>src/main/java</directory>
-            </resource>
-        </resources>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
-                <executions>
-                    <execution>
-                        <id>distribution-package</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>./eclipse-codegen-plugin-assembly.xml</descriptor>
-                            </descriptors>
-                            <finalName>dist</finalName>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-             <echo message="###############################################################################################"/>
-                                         <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>package</id>
-                        <phase>package</phase>
-                        <configuration>
-                            <tasks>
-                                <property name="codegen.plugin.version" value="Axis2_Codegen_Wizard_1.2.0"></property>
-                                <property name="codegen.plugin.zip.name" value="axis2-eclipse-codegen-wizard.zip"></property>
-                                <property name="codegen.plugin.jar.name" value="Axis2CodegenWizard.jar"></property>
-
-                                <property name="src" value="./src"></property>
-                                <property name="codegen.src.dir" value="../axis2-eclipse-codegen-plugin/src/main/java"></property>
-                                <property name="output" value="../target/eclipse_plugins"></property>
-                                <property name="output.target" value="${output}/release"></property>
-                                <property name="plugin.output.dir" value="${output}/plugin"></property>
-                                <property name="codegen.output.dir" value="${output}/code-gen"></property>
-                                <property name="codegen.plugin.output.dir" value="${plugin.output.dir}/${codegen.plugin.version}"></property>
-
-                                <property name="source.dir.name" value="src"></property>
-                                <property name="lib.dir.name" value="lib"></property>
-                                <property name="bin.dir.name" value="bin"></property>
-                                <property name="help.dir.name" value="help"></property>
-                                <property name="icons.dir.name" value="icons"></property>
-
-                                <property name="plugin.project.file.name" value=".project"></property>
-                                <property name="plugin.classpath.file.name" value=".classpath"></property>
-                                <property name="plugin.help.file.name" value="help_toc.xml"></property>
-
-                                <property name="codegen.resource.dir" value="../conf/codegen"></property>
-                                <property name="codegen.help.resource.file" value="../../../xdocs/tools/1_1/eclipse/wsdl2java-plugin.html"></property>
-                                <property name="codegen.help.images.dir" value="../../../xdocs/tools/1_1/eclipse/images"></property>
-                                <property name="axis2.lib.dir" value="../../../target/lib"></property>
-                                <property name="codegen.resource.dir" value="../conf/codegen"></property>
-
-                                <delete dir="./target/plugin/${codegen.plugin.version}"/>
-                                <mkdir dir="./target/plugin/${codegen.plugin.version}"/>
-
-                                <delete dir="./target/dist"/>
-                                <mkdir dir="./target/dist"/>
-
-                                <!--Filter tockens for the copy command to filter the versions of external dependencies -->
-                                <filter token="version_number" value="SNAPSHOT" />
-                                <filter token="activation.version" value="1.0-SNAPSHOT" />
-                                <filter token="annogen.version" value="0.1.0" />
-                                <filter token="ant.version" value="1.6.5" />
-                                <filter token="axiom.version" value="SNAPSHOT" />
-                                <filter token="commons.logging.version" value="1.1" />
-                                <filter token="neethi.version" value="SNAPSHOT" />
-                                <filter token="stax.api.version" value="1.0.1" />
-                                <filter token="stax.impl.version" value="asl-3.2.0" />
-                                <filter token="xbean.version" value="2.2.0" />
-                                <filter token="XmlSchema.version" value="1.2" />
-                                <filter token="log4j.version" value="1.2.13" />
-                                <filter token="wsdl4j.version" value="1.6.2" />
-                                <filter token="woden.version" value="1.0-incubating-SNAPSHOT" />
-
-
-                                <unzip src="./target/axis2.eclipse.codegen.plugin-SNAPSHOT.jar"
-                                       dest="./target/plugin/${codegen.plugin.version}"/>
-
-                                <!-- Copy to the same position with the filtering on-->
-                                <copy todir="./target/plugin/${codegen.plugin.version}" filtering="on" >
-                                    <fileset dir="${codegen.resource.dir}">
-                                        <include name="plugin.xml" />
-                                        <include name="build.properties" />
-                                        <include name="${plugin.classpath.file.name}" />
-                                    </fileset>
-                                </copy>
-
-                                <!-- copy the help directory -->
-                                <mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}" />
-                                <mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}" />
-                                <copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}">
-                                    <fileset file="${codegen.help.resource.file}"></fileset>
-                                </copy>
-                                <copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}">
-                                    <fileset dir="${codegen.help.images.dir}"></fileset>
-                                </copy>
-
-                                <!-- copy the  icons-->
-                                <mkdir dir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}" />
-                                <copy todir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}">
-                                    <fileset dir="${codegen.resource.dir}/${icons.dir.name}" />
-                                </copy>
-
-                                <!-- copy the other project files-->
-                                <copy todir="./target/plugin/${codegen.plugin.version}">
-                                    <fileset file="${codegen.resource.dir}/${plugin.project.file.name}" />
-                                    <fileset file="${codegen.resource.dir}/${plugin.help.file.name}" />
-                                </copy>
-
-
-                                <!-- copy the classes to classes directory-->
-                                <mkdir dir="./target/plugin/${codegen.plugin.version}/classes" />
-                                <copy todir="./target/plugin/${codegen.plugin.version}/classes">
-                                                <fileset dir="./target/plugin/${codegen.plugin.version}" >
-		                                                <include name="**/org/**" />
-	                                            </fileset>
-                                </copy>
-
-
-                                <!--Zip the classes to a jar file-->
-                                <zip destfile="./target/plugin/${codegen.plugin.version}/${codegen.plugin.jar.name}"
-                                     basedir="./target/plugin/${codegen.plugin.version}/classes"
-                                     update="true"
-                                        />
-
-                                <delete dir="./target/plugin/${codegen.plugin.version}/classes" />
-
-                                <!--Zip the eclipse plugin to the target/dist directory -->
-                                <zip destfile="./target/dist/${codegen.plugin.zip.name}"
-                                     basedir="./target/plugin"
-                                     update="true"
-                                        />
-
-                                <delete dir="./target/temp" />
-                                <delete dir="./target/classes" />
-                                <delete dir="./target/test-classes" />
-
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+		</dependency>
+		<dependency>
+			<groupId>${stax.impl.groupid}</groupId>
+			<artifactId>${stax.impl.artifactid}</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.neethi</groupId>
+			<artifactId>neethi</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>stax</groupId>
+			<artifactId>stax-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>wsdl4j</groupId>
+			<artifactId>wsdl4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>xmlbeans</groupId>
+			<artifactId>xbean</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.schema</groupId>
+			<artifactId>XmlSchema</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ant</groupId>
+			<artifactId>ant</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.woden</groupId>
+			<artifactId>woden</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+	</dependencies>
+	<distributionManagement>
+		<repository>
+			<id>apache-repo</id>
+			<name>Maven Central Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+		</repository>
+		<snapshotRepository>
+			<id>apache-snapshots</id>
+			<name>Apache Development Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+		</snapshotRepository>
+	</distributionManagement>
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/java</directory>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<version>${maven.assembly.version}</version>
+				<executions>
+					<execution>
+						<id>distribution-package</id>
+						<phase>package</phase>
+						<goals>
+							<goal>attached</goal>
+						</goals>
+						<configuration>
+							<descriptors>
+								<descriptor>${pom.basedir}/eclipse-codegen-plugin-assembly.xml</descriptor>
+							</descriptors>
+							<finalName>dist</finalName>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>package</id>
+						<phase>package</phase>
+						<configuration>
+							<tasks>
+								<property name="codegen.plugin.version" value="Axis2_Codegen_Wizard_1.2.0"/>
+								<property name="codegen.plugin.zip.name" value="axis2-eclipse-codegen-wizard.zip"/>
+								<property name="codegen.plugin.jar.name" value="Axis2CodegenWizard.jar"/>
+								<property name="src" value="./src"/>
+								<property name="codegen.src.dir" value="../axis2-eclipse-codegen-plugin/src/main/java"/>
+								<property name="output" value="../target/eclipse_plugins"/>
+								<property name="output.target" value="${output}/release"/>
+								<property name="plugin.output.dir" value="${output}/plugin"/>
+								<property name="codegen.output.dir" value="${output}/code-gen"/>
+								<property name="codegen.plugin.output.dir" value="${plugin.output.dir}/${codegen.plugin.version}"/>
+								<property name="source.dir.name" value="src"/>
+								<property name="lib.dir.name" value="lib"/>
+								<property name="bin.dir.name" value="bin"/>
+								<property name="help.dir.name" value="help"/>
+								<property name="icons.dir.name" value="icons"/>
+								<property name="plugin.project.file.name" value=".project"/>
+								<property name="plugin.classpath.file.name" value=".classpath"/>
+								<property name="plugin.help.file.name" value="help_toc.xml"/>
+								<property name="codegen.resource.dir" value="../conf/codegen"/>
+								<property name="codegen.help.resource.file" value="../../../xdocs/tools/1_1/eclipse/wsdl2java-plugin.html"/>
+								<property name="codegen.help.images.dir" value="../../../xdocs/tools/1_1/eclipse/images"/>
+								<property name="axis2.lib.dir" value="../../../target/lib"/>
+								<property name="codegen.resource.dir" value="../conf/codegen"/>
+								<delete dir="./target/plugin/${codegen.plugin.version}"/>
+								<mkdir dir="./target/plugin/${codegen.plugin.version}"/>
+								<delete dir="./target/dist"/>
+								<mkdir dir="./target/dist"/>
+								<!--Filter tockens for the copy command to filter the versions of external dependencies -->
+								<filter token="version_number" value="SNAPSHOT"/>
+								<filter token="activation.version" value="1.0-SNAPSHOT"/>
+								<filter token="annogen.version" value="0.1.0"/>
+								<filter token="ant.version" value="1.6.5"/>
+								<filter token="axiom.version" value="SNAPSHOT"/>
+								<filter token="commons.logging.version" value="1.1"/>
+								<filter token="neethi.version" value="SNAPSHOT"/>
+								<filter token="stax.api.version" value="1.0.1"/>
+								<filter token="stax.impl.version" value="asl-3.2.0"/>
+								<filter token="xbean.version" value="2.2.0"/>
+								<filter token="xmlschema.version" value="1.2"/>
+								<filter token="log4j.version" value="1.2.13"/>
+								<filter token="wsdl4j.version" value="1.6.2"/>
+								<filter token="woden.version" value="1.0-incubating-SNAPSHOT"/>
+								<unzip src="./target/axis2.eclipse.codegen.plugin-${pom.version}.jar" dest="./target/plugin/${codegen.plugin.version}"/>
+								<!-- Copy to the same position with the filtering on-->
+								<!-- Copy to the same position with the filtering on-->
+								<copy todir="./target/plugin/${codegen.plugin.version}" filtering="on">
+									<fileset dir="${codegen.resource.dir}">
+										<include name="plugin.xml"/>
+										<include name="build.properties"/>
+										<include name="${plugin.classpath.file.name}"/>
+									</fileset>
+								</copy>
+								<!-- copy the help directory -->
+								<mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}"/>
+								<mkdir dir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}"/>
+								<copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}">
+									<fileset file="${codegen.help.resource.file}"/>
+								</copy>
+								<copy todir="./target/plugin/${codegen.plugin.version}/${help.dir.name}/${icons.dir.name}">
+									<fileset dir="${codegen.help.images.dir}"/>
+								</copy>
+								<!-- copy the  icons-->
+								<mkdir dir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}"/>
+								<copy todir="./target/plugin/${codegen.plugin.version}/${icons.dir.name}">
+									<fileset dir="${codegen.resource.dir}/${icons.dir.name}"/>
+								</copy>
+								<!-- copy the other project files-->
+								<copy todir="./target/plugin/${codegen.plugin.version}">
+									<fileset file="${codegen.resource.dir}/${plugin.project.file.name}"/>
+									<fileset file="${codegen.resource.dir}/${plugin.help.file.name}"/>
+								</copy>
+								<!-- copy the classes to classes directory-->
+								<mkdir dir="./target/plugin/${codegen.plugin.version}/classes"/>
+								<copy todir="./target/plugin/${codegen.plugin.version}/classes">
+									<fileset dir="./target/plugin/${codegen.plugin.version}">
+										<include name="**/org/**"/>
+									</fileset>
+								</copy>
+								<!--Zip the classes to a jar file-->
+								<zip destfile="./target/plugin/${codegen.plugin.version}/${codegen.plugin.jar.name}" basedir="./target/plugin/${codegen.plugin.version}/classes" update="true"/>
+								<delete dir="./target/plugin/${codegen.plugin.version}/classes"/>
+								<!--Zip the eclipse plugin to the target/dist directory -->
+								<zip destfile="./target/dist/${codegen.plugin.zip.name}" basedir="./target/plugin" update="true"/>
+								<delete dir="./target/temp"/>
+								<delete dir="./target/classes"/>
+								<delete dir="./target/test-classes"/>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
 </project>

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?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- 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 Apr  9 16:40:57 2007
@@ -15,284 +15,278 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<project
-        xmlns="http://maven.apache.org/POM/4.0.0"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
 		<version>SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
-
-	<modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.axis2</groupId>
-    <artifactId>axis2.eclipse.service.plugin</artifactId>
-    <version>SNAPSHOT</version>
-    <name>Apache Axis 2.0 - tool - Eclipse service Plugin</name>
-    <packaging>maven-plugin</packaging>
-    <description>The Axis 2 Eclipse Service Plugin for Service archive creation</description>
-    <repositories>
-        <repository>
-            <id>ws-zones</id>
-            <name>ws.zones maven repository</name>
-            <url>http://ws.zones.apache.org/repository2</url>
-        </repository>
-        <repository>
-            <id>eclipse-repo</id>
-            <name>eclipse maven repository</name>
-            <url>http://repo1.maven.org/eclipse</url>
-        </repository>
-        <repository>
-            <id>maven2</id>
-            <name>maven2 repository</name>
-            <url>http://repo1.maven.org/maven2</url>
-        </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
+	<artifactId>axis2.eclipse.service.plugin</artifactId>
+	<name>Apache Axis 2.0 - tool - Eclipse service Plugin</name>
+	<packaging>maven-plugin</packaging>
+	<description>The Axis 2 Eclipse Service Plugin for Service archive creation</description>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-codegen</artifactId>
 			<version>${version}</version>
-        </dependency>
-         <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb-codegen</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb-codegen</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-java2wsdl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
 			<version>${version}</version>
-        </dependency>
-                <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb</artifactId>
 			<version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.13</version>
-        </dependency>
-
-
-        <dependency>
-            <groupId>org.eclipse.core</groupId>
-            <artifactId>org.eclipse.core.runtime</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.swt</groupId>
-            <artifactId>org.eclipse.swt</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.osgi</groupId>
-            <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.swt</groupId>
-            <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.ui</groupId>
-            <artifactId>org.eclipse.ui.ide</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <!--<dependency>
-            <groupId>org.eclipse.ui</groupId>
-            <artifactId>org.eclipse.ui.workbench</artifactId>
-            <version>3.2.0</version>
-        </dependency>-->
-        <dependency>
-            <groupId>org.eclipse.jface</groupId>
-            <artifactId>org.eclipse.jface</artifactId>
-            <version>3.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.7.0</version>
-        </dependency>
-    </dependencies>
-      <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Development Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-
-    <build>
-        <resources>
-            <resource>
-                <directory>src/main/java</directory>
-            </resource>
-        </resources>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
-                <executions>
-                    <execution>
-                        <id>distribution-package</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>./eclipse-service-plugin-assembly.xml</descriptor>
-                            </descriptors>
-                            <finalName>dist</finalName>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>package</id>
-                        <phase>package</phase>
-                        <configuration>
-                            <tasks>
-                                <property name="service.plugin.version" value="Axis2_Service_Archiver_1.0.0"></property>
-                                <property name="service.plugin.zip.name" value="axis2-eclipse-service-archiver-wizard.zip"></property>
-                                <property name="service.plugin.jar.name" value="Axis_Service_Archiver.jar"></property>
-
-                                <property name="src" value="./src"></property>
-                                <property name="service.src.dir" value="../axis2-eclipse-service-plugin/src/main/java"></property>
-                                <property name="output" value="../target/eclipse_plugins"></property>
-                                <property name="output.target" value="${output}/release"></property>
-                                <property name="service.output.dir" value="${output}/service-archiver"></property>
-                                <property name="plugin.output.dir" value="${output}/plugin"></property>
-                                <property name="service.plugin.output.dir" value="${plugin.output.dir}/${service.plugin.version}"></property>
-
-                                <property name="source.dir.name" value="src"></property>
-                                <property name="lib.dir.name" value="lib"></property>
-                                <property name="bin.dir.name" value="bin"></property>
-                                <property name="help.dir.name" value="help"></property>
-                                <property name="icons.dir.name" value="icons"></property>
-
-                                <property name="plugin.project.file.name" value=".project"></property>
-                                <property name="plugin.classpath.file.name" value=".classpath"></property>
-                                <property name="plugin.help.file.name" value="help_toc.xml"></property>
-
-                                <property name="service.resource.dir" value="../conf/service"></property>
-                                <property name="service.help.resource.file" value="../../../xdocs/tools/1_1/eclipse/servicearchiver-plugin.html"></property>
-                                <property name="service.help.images.dir" value="../../../xdocs/tools/1_1/eclipse/images"></property>
-                                <property name="axis2.lib.dir" value="../../../target/lib"></property>
-
-                                <!--Filter tockens for the copy command to filter the versions of external dependencies -->
-                                <filter token="version_number" value="SNAPSHOT" />
-                                <filter token="ant.version" value="1.6.5" />
-                                <filter token="commons.logging.version" value="1.1" />
-                                <filter token="log4j.version" value="1.2.13" />
-
-
-                                <delete dir="./target/plugin/${service.plugin.version}"/>
-                                <mkdir dir="./target/plugin/${service.plugin.version}"/>
-
-                                <delete dir="./target/dist"/>
-                                <mkdir dir="./target/dist"/>
-
-                                <unzip src="./target/axis2.eclipse.service.plugin-SNAPSHOT.jar"
-                                       dest="./target/plugin/${service.plugin.version}"/>
-
-                                <!-- Copy to the same position with the filtering on-->
-                                <copy todir="./target/plugin/${service.plugin.version}" filtering="on" >
-                                    <fileset dir="${service.resource.dir}">
-                                        <include name="plugin.xml" />
-                                        <include name="build.properties" />
-                                        <include name="${plugin.classpath.file.name}" />
-                                    </fileset>
-                                </copy>
-
-                                <!-- copy the help directory -->
-                                <mkdir dir="./target/plugin/${service.plugin.version}/${help.dir.name}" />
-                                <mkdir dir="./target/plugin/${service.plugin.version}/${help.dir.name}/${icons.dir.name}" />
-                                <copy todir="./target/plugin/${service.plugin.version}/${help.dir.name}">
-                                    <fileset file="${service.help.resource.file}"></fileset>
-                                </copy>
-                                <copy todir="./target/plugin/${service.plugin.version}/${help.dir.name}/${icons.dir.name}">
-                                    <fileset dir="${service.help.images.dir}"></fileset>
-                                </copy>
-
-                                <!-- copy the  icons-->
-                                <mkdir dir="./target/plugin/${service.plugin.version}/${icons.dir.name}" />
-                                <copy todir="./target/plugin/${service.plugin.version}/${icons.dir.name}">
-                                    <fileset dir="${service.resource.dir}/${icons.dir.name}" />
-                                </copy>
-                                <!-- copy the other project files-->
-                                <copy todir="./target/plugin/${service.plugin.version}">
-                                    <fileset file="${service.resource.dir}/${plugin.project.file.name}" />
-                                    <fileset file="${service.resource.dir}/${plugin.help.file.name}" />
-                                </copy>
-
-
-                                <!-- copy the classes to classes directory-->
-                                <mkdir dir="./target/plugin/${service.plugin.version}/classes" />
-                                <copy todir="./target/plugin/${service.plugin.version}/classes">
-                                                <fileset dir="./target/plugin/${service.plugin.version}" >
-		                                                <include name="**/org/**" />
-	                                            </fileset>
-                                </copy>
-
-                                <!--Zip the classes to a jar file -->
-                                <zip destfile="./target/plugin/${service.plugin.version}/${service.plugin.jar.name}"
-                                     basedir="./target/plugin/${service.plugin.version}/classes"
-                                     update="true"
-                                        />
-
-                                <delete dir="./target/plugin/${service.plugin.version}/classes" />
-
-                                <!--Zip the eclipse plugin to the target/dist directory -->
-                                <zip destfile="./target/dist/${service.plugin.zip.name}"
-                                     basedir="./target/plugin"
-                                     update="true"
-                                        />
-
-                                <delete dir="./target/temp" />
-                                <delete dir="./target/classes" />
-                                <delete dir="./target/test-classes" />
-
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
-        </plugins>
-    </build>
-
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.core</groupId>
+			<artifactId>org.eclipse.core.runtime</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.commands</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.variables</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.contenttype</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.expressions</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.filesystem</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId> org.eclipse.update</groupId>
+					<artifactId> org.eclipse.update.ui</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId> org.eclipse.update</groupId>
+					<artifactId> org.eclipse.update.configurator</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId> org.eclipse.update</groupId>
+					<artifactId> org.eclipse.update.core</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.help</groupId>
+					<artifactId>org.eclipse.help</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.equinox</groupId>
+					<artifactId>org.eclipse.equinox.registry</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.equinox</groupId>
+					<artifactId>org.eclipse.equinox.preferences</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.core</groupId>
+					<artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.ant</groupId>
+					<artifactId>org.eclipse.ant.core</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.swt</groupId>
+			<artifactId>org.eclipse.swt</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.osgi</groupId>
+			<artifactId>org.eclipse.osgi</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.swt</groupId>
+			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.ui</groupId>
+			<artifactId>org.eclipse.ui.ide</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>org.eclipse.ui</groupId>
+					<artifactId>org.eclipse.ui.forms</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.eclipse.ui</groupId>
+					<artifactId>org.eclipse.ui.views</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.jface</groupId>
+			<artifactId>org.eclipse.jface</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ant</groupId>
+			<artifactId>ant</artifactId>
+		</dependency>
+	</dependencies>
+	<distributionManagement>
+		<repository>
+			<id>apache-repo</id>
+			<name>Maven Central Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+		</repository>
+		<snapshotRepository>
+			<id>apache-snapshots</id>
+			<name>Apache Development Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+		</snapshotRepository>
+	</distributionManagement>
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/java</directory>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>distribution-package</id>
+						<phase>package</phase>
+						<goals>
+							<goal>attached</goal>
+						</goals>
+						<configuration>
+							<descriptors>
+								<descriptor>${pom.basedir}/eclipse-service-plugin-assembly.xml</descriptor>
+							</descriptors>
+							<finalName>dist</finalName>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>package</id>
+						<phase>package</phase>
+						<configuration>
+							<tasks>
+								<property name="service.plugin.version" value="Axis2_Service_Archiver_1.0.0"/>
+								<property name="service.plugin.zip.name" value="axis2-eclipse-service-archiver-wizard.zip"/>
+								<property name="service.plugin.jar.name" value="Axis_Service_Archiver.jar"/>
+								<property name="src" value="./src"/>
+								<property name="service.src.dir" value="../axis2-eclipse-service-plugin/src/main/java"/>
+								<property name="output" value="../target/eclipse_plugins"/>
+								<property name="output.target" value="${output}/release"/>
+								<property name="service.output.dir" value="${output}/service-archiver"/>
+								<property name="plugin.output.dir" value="${output}/plugin"/>
+								<property name="service.plugin.output.dir" value="${plugin.output.dir}/${service.plugin.version}"/>
+								<property name="source.dir.name" value="src"/>
+								<property name="lib.dir.name" value="lib"/>
+								<property name="bin.dir.name" value="bin"/>
+								<property name="help.dir.name" value="help"/>
+								<property name="icons.dir.name" value="icons"/>
+								<property name="plugin.project.file.name" value=".project"/>
+								<property name="plugin.classpath.file.name" value=".classpath"/>
+								<property name="plugin.help.file.name" value="help_toc.xml"/>
+								<property name="service.resource.dir" value="../conf/service"/>
+								<property name="service.help.resource.file" value="../../../xdocs/tools/1_1/eclipse/servicearchiver-plugin.html"/>
+								<property name="service.help.images.dir" value="../../../xdocs/tools/1_1/eclipse/images"/>
+								<property name="axis2.lib.dir" value="../../../target/lib"/>
+								<!--Filter tockens for the copy command to filter the versions of external dependencies -->
+								<filter token="version_number" value="SNAPSHOT"/>
+								<filter token="ant.version" value="1.6.5"/>
+								<filter token="commons.logging.version" value="1.1"/>
+								<filter token="log4j.version" value="1.2.13"/>
+								<delete dir="./target/plugin/${service.plugin.version}"/>
+								<mkdir dir="./target/plugin/${service.plugin.version}"/>
+								<delete dir="./target/dist"/>
+								<mkdir dir="./target/dist"/>
+								<unzip src="./target/axis2.eclipse.service.plugin-${pom.version}.jar" dest="./target/plugin/${service.plugin.version}"/>
+								<!-- Copy to the same position with the filtering on-->
+								<copy todir="./target/plugin/${service.plugin.version}" filtering="on">
+									<fileset dir="${service.resource.dir}">
+										<include name="plugin.xml"/>
+										<include name="build.properties"/>
+										<include name="${plugin.classpath.file.name}"/>
+									</fileset>
+								</copy>
+								<!-- copy the help directory -->
+								<mkdir dir="./target/plugin/${service.plugin.version}/${help.dir.name}"/>
+								<mkdir dir="./target/plugin/${service.plugin.version}/${help.dir.name}/${icons.dir.name}"/>
+								<copy todir="./target/plugin/${service.plugin.version}/${help.dir.name}">
+									<fileset file="${service.help.resource.file}"/>
+								</copy>
+								<copy todir="./target/plugin/${service.plugin.version}/${help.dir.name}/${icons.dir.name}">
+									<fileset dir="${service.help.images.dir}"/>
+								</copy>
+								<!-- copy the  icons-->
+								<mkdir dir="./target/plugin/${service.plugin.version}/${icons.dir.name}"/>
+								<copy todir="./target/plugin/${service.plugin.version}/${icons.dir.name}">
+									<fileset dir="${service.resource.dir}/${icons.dir.name}"/>
+								</copy>
+								<!-- copy the other project files-->
+								<copy todir="./target/plugin/${service.plugin.version}">
+									<fileset file="${service.resource.dir}/${plugin.project.file.name}"/>
+									<fileset file="${service.resource.dir}/${plugin.help.file.name}"/>
+								</copy>
+								<!-- copy the classes to classes directory-->
+								<mkdir dir="./target/plugin/${service.plugin.version}/classes"/>
+								<copy todir="./target/plugin/${service.plugin.version}/classes">
+									<fileset dir="./target/plugin/${service.plugin.version}">
+										<include name="**/org/**"/>
+									</fileset>
+								</copy>
+								<!--Zip the classes to a jar file -->
+								<zip destfile="./target/plugin/${service.plugin.version}/${service.plugin.jar.name}" basedir="./target/plugin/${service.plugin.version}/classes" update="true"/>
+								<delete dir="./target/plugin/${service.plugin.version}/classes"/>
+								<!--Zip the eclipse plugin to the target/dist directory -->
+								<zip destfile="./target/dist/${service.plugin.zip.name}" basedir="./target/plugin" update="true"/>
+								<delete dir="./target/temp"/>
+								<delete dir="./target/classes"/>
+								<delete dir="./target/test-classes"/>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
 </project>

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?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml Mon Apr  9 16:40:57 2007
@@ -15,173 +15,117 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
 		<version>SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>axis2-idea-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Apache Axis 2.0 - tool - Intellij IDEA Plugin</name>
-  <description>
+	<artifactId>axis2-idea-plugin</artifactId>
+	<packaging>maven-plugin</packaging>
+	<name>Apache Axis 2.0 - tool - Intellij IDEA Plugin</name>
+	<description>
     A Intellij IDEA plugin for Service Archive creation and Code Generation
   </description>
-	<repositories>
-		<repository>
-			<id>repo1</id>
-			<name>maven repository</name>
-			<url>http://repo1.maven.org/maven2/</url>
-		</repository>
-		<repository>
-			<id>ibiblio</id>
-			<name>ibiblio repository</name>
-			<url>http://ibiblio.org/maven/</url>
-			<layout>legacy</layout>
-		</repository>
-		<repository>
-			<id>apache-m1</id>
-			<name>apache m1-ibiblio-rsync repository</name>
-			<url>http://people.apache.org/repo/m1-ibiblio-rsync-repository/</url>
-			<layout>legacy</layout>
-		</repository>
-		<repository>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<id>apache-people-repo</id>
-			<name>apache people maven repository</name>
-			<url>http://people.apache.org/repository/</url>
-			<layout>legacy</layout>
-		</repository>
-		<repository>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<id>ws-zones</id>
-			<name>ws.zones maven repository</name>
-			<url>http://ws.zones.apache.org/repository2/</url>
-			<layout>legacy</layout>
-		</repository>
-	</repositories>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-      <version>2.0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.0.5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-codegen</artifactId>
-		<version>${version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-kernel</artifactId>
-		<version>${version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-adb</artifactId>
-		<version>${version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-adb-codegen</artifactId>
-		<version>${version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-java2wsdl</artifactId>
-		<version>${version}</version>
-    </dependency>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-plugin-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-project</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-archiver</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.codehaus.plexus</groupId>
+			<artifactId>plexus-utils</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-artifact</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-codegen</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-kernel</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-adb-codegen</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
+			<version>${version}</version>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-api</artifactId>
-			<version>SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-impl</artifactId>
-			<version>SNAPSHOT</version>
 		</dependency>
 		<dependency>
-			<groupId>woodstox</groupId>
-			<artifactId>wstx</artifactId>
-			<version>asl-3.0.0</version>
+			<groupId>${stax.impl.groupid}</groupId>
+			<artifactId>${stax.impl.artifactid}</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>stax</groupId>
 			<artifactId>stax-api</artifactId>
-			<version>1.0.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-javamail_1.4_spec</artifactId>
-			<version>1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
-		  <groupId>org.apache.geronimo.specs</groupId>
-		  <artifactId>geronimo-activation_1.1_spec</artifactId>
-		  <version>1.0-SNAPSHOT</version>
-		</dependency>
-        <dependency>
-            <groupId>com.intellij</groupId>
-            <artifactId>openapi</artifactId>
-
-            <version>5.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.intellij</groupId>
-            <artifactId>extensions</artifactId>
-            <version>5.0</version>
-        </dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-activation_1.1_spec</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>com.intellij</groupId>
+			<artifactId>openapi</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>com.intellij</groupId>
+			<artifactId>extensions</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>wsdl4j</groupId>
 			<artifactId>wsdl4j</artifactId>
-			<version>1.5.2</version>
 		</dependency>
 		<dependency>
-		  <groupId>org.apache.ant</groupId>
-		  <artifactId>ant</artifactId>
-		  <version>1.7.0</version>
-		</dependency>
-  </dependencies>
-      <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Development Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
+			<groupId>org.apache.ant</groupId>
+			<artifactId>ant</artifactId>
+		</dependency>
+	</dependencies>
+	<distributionManagement>
+		<repository>
+			<id>apache-repo</id>
+			<name>Maven Central Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+		</repository>
+		<snapshotRepository>
+			<id>apache-snapshots</id>
+			<name>Apache Development Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+		</snapshotRepository>
+	</distributionManagement>
 </project>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/src/main/resources/META-INF/plexus/components.xml?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/src/main/resources/META-INF/plexus/components.xml Mon Apr  9 16:40:57 2007
@@ -24,7 +24,7 @@
           <process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
           <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
           <test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
-          <package>org.apache.axis2.maven2:axis2-aar-maven-plugin:aar</package>
+          <package>org.apache.axis2:axis2-aar-maven-plugin:aar</package>
           <install>org.apache.maven.plugins:maven-install-plugin:install</install>
           <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
         </phases>

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?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- 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 Apr  9 16:40:57 2007
@@ -15,83 +15,76 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.axis2</groupId>
 		<artifactId>axis2-parent</artifactId>
 		<version>SNAPSHOT</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
-	<modelVersion>4.0.0</modelVersion>
-  <artifactId>axis2-java2wsdl-maven-plugin</artifactId>
-  <name>Apache Axis 2.0 - tool - Java2WSDL Maven Plugin</name>
-  <description>
+	<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
+	<name>Apache Axis 2.0 - tool - Java2WSDL Maven Plugin</name>
+	<description>
     A Maven 2 plugin for creating WSDL files from Java source.
   </description>
-  <packaging>maven-plugin</packaging>
-  <build>
-    <sourceDirectory>src/main/java</sourceDirectory>
-    <testSourceDirectory>src/test/java</testSourceDirectory>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-java2wsdl</artifactId>
-		<version>${version}</version>
-	</dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
-	</dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-  	  <version>2.0.4</version>
-	</dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-      <dependency>
-        <groupId>org.apache.maven.shared</groupId>
-        <artifactId>maven-plugin-testing-harness</artifactId>
-	    <version>1.0-beta-1</version>
-	  </dependency>
-  </dependencies>
-      <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Development Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
+	<packaging>maven-plugin</packaging>
+	<build>
+		<sourceDirectory>src/main/java</sourceDirectory>
+		<testSourceDirectory>src/test/java</testSourceDirectory>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.axis2</groupId>
+			<artifactId>axis2-java2wsdl</artifactId>
+			<version>${version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-plugin-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-project</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven.shared</groupId>
+			<artifactId>maven-plugin-testing-harness</artifactId>
+		</dependency>
+	</dependencies>
+	<distributionManagement>
+		<repository>
+			<id>apache-repo</id>
+			<name>Maven Central Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+		</repository>
+		<snapshotRepository>
+			<id>apache-snapshots</id>
+			<name>Apache Development Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+		</snapshotRepository>
+	</distributionManagement>
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changes-plugin</artifactId>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>changes-report</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+	</reporting>
 </project>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml Mon Apr  9 16:40:57 2007
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.axis2.maven2</groupId>
+  <groupId>org.apache.axis2</groupId>
   <artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
   <version>SNAPSHOT</version>
   <name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.axis2.maven2</groupId>
+        <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-java2wsdl-maven-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>SNAPSHOT</version>
         <configuration>
           <className>org.apache.axis2.maven2.java2wsdl.test.Adder</className>
         </configuration>

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?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- 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 Apr  9 16:40:57 2007
@@ -15,117 +15,94 @@
  ! See the License for the specific language governing permissions and
  ! limitations under the License.
  !-->
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>axis2-mar-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Apache Axis 2.0 - tool - MAR Maven Plugin</name>
-  <groupId>org.apache.axis2.maven2</groupId>
-  <version>SNAPSHOT</version>
-  
-  <description>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.apache.axis2</groupId>
+		<artifactId>axis2-parent</artifactId>
+		<version>SNAPSHOT</version>
+		<relativePath>../../parent/pom.xml</relativePath>
+	</parent>
+	<artifactId>axis2-mar-maven-plugin</artifactId>
+	<packaging>maven-plugin</packaging>
+	<name>Apache Axis 2.0 - tool - MAR Maven Plugin</name>
+	<description>
     A Maven 2 plugin for creating Axis 2 module archives (mar files)
   </description>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin</url>
-  </scm>
-
-  <dependencies>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-plugin-api</artifactId>
-        <version>2.0.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-project</artifactId>
-        <version>2.0.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-artifact</artifactId>
-        <version>2.0.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-archiver</artifactId>
-        <version>2.2</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-utils</artifactId>
-        <version>1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.2</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven.shared</groupId>
-        <artifactId>maven-plugin-testing-harness</artifactId>
-        <version>1.0-beta-1</version>
-        <scope>test</scope>
-      </dependency>
-    </dependencies>
-
-  <developers>
-    <developer>
-      <id>jochen</id>
-      <name>Jochen Wiedmann</name>
-      <email>jochen.wiedmann@gmail.com</email>
-    </developer>
-  </developers>
-
-  <contributors>
-    <contributor>
-      <name>John Pfeifer</name>
-      <email>john.pfeifer@hnpsolutions.com</email>
-    </contributor>
-  </contributors>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-  
-  <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Development Repository</name>
-            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-plugin-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-project</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-artifact</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-archiver</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.codehaus.plexus</groupId>
+			<artifactId>plexus-utils</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven.shared</groupId>
+			<artifactId>maven-plugin-testing-harness</artifactId>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
+	<developers>
+		<developer>
+			<id>jochen</id>
+			<name>Jochen Wiedmann</name>
+			<email>jochen.wiedmann@gmail.com</email>
+		</developer>
+	</developers>
+	<contributors>
+		<contributor>
+			<name>John Pfeifer</name>
+			<email>john.pfeifer@hnpsolutions.com</email>
+		</contributor>
+	</contributors>
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changes-plugin</artifactId>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>changes-report</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+	</reporting>
+	<distributionManagement>
+		<repository>
+			<id>apache-repo</id>
+			<name>Maven Central Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+		</repository>
+		<snapshotRepository>
+			<id>apache-snapshots</id>
+			<name>Apache Development Repository</name>
+			<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+		</snapshotRepository>
+	</distributionManagement>
 </project>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/src/main/resources/META-INF/plexus/components.xml?view=diff&rev=526955&r1=526954&r2=526955
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/src/main/resources/META-INF/plexus/components.xml Mon Apr  9 16:40:57 2007
@@ -24,7 +24,7 @@
           <process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
           <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
           <test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
-          <package>org.apache.axis2.maven2:axis2-mar-maven-plugin:mar</package>
+          <package>org.apache.axis2:axis2-mar-maven-plugin:mar</package>
           <install>org.apache.maven.plugins:maven-install-plugin:install</install>
           <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
         </phases>



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