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

svn commit: r636758 [7/9] - in /webservices/axis2/trunk/java/modules: adb-codegen/ adb/ addressing/ codegen/ corba/ distribution/ documentation/ fastinfoset/ integration/ java2wsdl/ jaxbri/ jaxws-api/ jaxws-integration/ jaxws/ jibx/ json/ jws-api/ kern...

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=636758&r1=636757&r2=636758&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 Thu Mar 13 06:25:25 2008
@@ -17,301 +17,311 @@
   ~ 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">
-	<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.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</artifactId>
-			<version>${version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-                        <artifactId>axis2-java2wsdl</artifactId>
-			<version>${version}</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>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-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.4</source>
-					<target>1.4</target>
-				</configuration>
-			</plugin>
-			<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_${eclipse.plugins.version}"/>
-								<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="../../../modules/documentation/xdocs/tools/1_3/eclipse/servicearchiver-plugin.html"/>
-								<property name="service.help.images.dir" value="../../../modules/documentation/xdocs/tools/1_3/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" value="${version}"/>
-								<filter token="eclipse.plugins.version" value="${eclipse.plugins.version}"/>
-								<filter token="ant.version" value="${ant.version}"/>
-								<filter token="commons.logging.version" value="${commons.logging.version}"/>
-								<filter token="log4j.version" value="${log4j.version}"/>
-								<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-${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 lib files -->
-                                                                <mkdir dir="./target/plugin/temp"/>
-                                                                <unzip src="./target/dist-axis2-eclipse-service-plugin.zip" dest="./target/plugin/temp"/>
-                                                                <mkdir dir="./target/plugin/${service.plugin.version}/lib"/>
-                                                                <copy todir="./target/plugin/${service.plugin.version}/lib">
-                                                                        <fileset dir="./target/plugin/temp/lib"/>
-                                                                </copy>
-                                                                <delete dir="./target/plugin/temp"/>
-							
-								<!-- 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 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.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</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>${version}</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>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-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.4</source>
+                    <target>1.4</target>
+                </configuration>
+            </plugin>
+            <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_${eclipse.plugins.version}"/>
+                                <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="../../../modules/documentation/xdocs/tools/1_3/eclipse/servicearchiver-plugin.html"/>
+                                <property name="service.help.images.dir"
+                                          value="../../../modules/documentation/xdocs/tools/1_3/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" value="${version}"/>
+                                <filter token="eclipse.plugins.version" value="${eclipse.plugins.version}"/>
+                                <filter token="ant.version" value="${ant.version}"/>
+                                <filter token="commons.logging.version" value="${commons.logging.version}"/>
+                                <filter token="log4j.version" value="${log4j.version}"/>
+                                <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-${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 lib files -->
+                                <mkdir dir="./target/plugin/temp"/>
+                                <unzip src="./target/dist-axis2-eclipse-service-plugin.zip"
+                                       dest="./target/plugin/temp"/>
+                                <mkdir dir="./target/plugin/${service.plugin.version}/lib"/>
+                                <copy todir="./target/plugin/${service.plugin.version}/lib">
+                                    <fileset dir="./target/plugin/temp/lib"/>
+                                </copy>
+                                <delete dir="./target/plugin/temp"/>
+
+                                <!-- 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?rev=636758&r1=636757&r2=636758&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 Thu Mar 13 06:25:25 2008
@@ -17,169 +17,170 @@
   ~ 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">
-	<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-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>
-	<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.geronimo.specs</groupId>
-			<artifactId>geronimo-javamail_1.4_spec</artifactId>
-		</dependency>
-		<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>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ant</groupId>
-			<artifactId>ant</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.xmlbeans</groupId>
-			<artifactId>xmlbeans</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ws.commons.schema</groupId>
-			<artifactId>XmlSchema</artifactId>
-		</dependency>		
-		<dependency>
-			<groupId>org.apache.woden</groupId>
-			<artifactId>woden-api</artifactId>
-		</dependency>
+<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-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>
+    <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.geronimo.specs</groupId>
+            <artifactId>geronimo-javamail_1.4_spec</artifactId>
+        </dependency>
+        <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>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.xmlbeans</groupId>
+            <artifactId>xmlbeans</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.schema</groupId>
+            <artifactId>XmlSchema</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.woden</groupId>
+            <artifactId>woden-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.woden</groupId>
             <artifactId>woden-impl-dom</artifactId>
         </dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-		</dependency>
-	</dependencies>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
+    </dependencies>
 
-	<build>
-		<sourceDirectory>src/main/java</sourceDirectory>
-		<resources>
-			<resource>
-				<directory>plugin</directory>
-			</resource>
-		</resources>
+    <build>
+        <sourceDirectory>src/main/java</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>plugin</directory>
+            </resource>
+        </resources>
 
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.4</source>
-					<target>1.4</target>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>
-						<manifestFile>plugin/META-INF/MANIFEST.MF</manifestFile>
-					</archive>
-				</configuration>
-			</plugin>
-<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}/idea-plugin-aseembly.xml</descriptor>
-							</descriptors>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.4</source>
+                    <target>1.4</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestFile>plugin/META-INF/MANIFEST.MF</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+            <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}/idea-plugin-aseembly.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 
-	<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>
+    <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-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=636758&r1=636757&r2=636758&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 Thu Mar 13 06:25:25 2008
@@ -17,23 +17,24 @@
   ~ 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">
-	<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-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>
+<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-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>
         <plugins>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
@@ -44,60 +45,60 @@
             </plugin>
         </plugins>
     </build>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-java2wsdl</artifactId>
-			<version>${version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis2</groupId>
-			<artifactId>axis2-adb</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>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>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-adb</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>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>
+                <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?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- 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 Thu Mar 13 06:25:25 2008
@@ -18,21 +18,21 @@
   ~ under the License.
   -->
 <project>
-  <modelVersion>4.0.0</modelVersion>
-  <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</groupId>
-        <artifactId>axis2-java2wsdl-maven-plugin</artifactId>
-        <version>SNAPSHOT</version>
-        <configuration>
-          <className>org.apache.axis2.maven2.java2wsdl.test.Adder</className>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+    <modelVersion>4.0.0</modelVersion>
+    <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</groupId>
+                <artifactId>axis2-java2wsdl-maven-plugin</artifactId>
+                <version>SNAPSHOT</version>
+                <configuration>
+                    <className>org.apache.axis2.maven2.java2wsdl.test.Adder</className>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

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=636758&r1=636757&r2=636758&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 Thu Mar 13 06:25:25 2008
@@ -17,95 +17,96 @@
   ~ 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">
-	<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>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
+<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>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
             <version>${maven.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
             <version>${maven.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-artifact</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
             <version>${maven.artifact.version}</version>
         </dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-archiver</artifactId>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-archiver</artifactId>
             <version>${maven.archiver.version}</version>
         </dependency>
-		<dependency>
-			<groupId>org.codehaus.plexus</groupId>
-			<artifactId>plexus-utils</artifactId>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
             <version>${plexus.utils.version}</version>
-		</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>
+        </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-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=636758&r1=636757&r2=636758&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 Thu Mar 13 06:25:25 2008
@@ -17,111 +17,112 @@
   ~ 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">
-	<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-wsdl2code-maven-plugin</artifactId>
-	<name>Apache Axis 2.0 - tool - WSDL2Code Maven Plugin</name>
-	<packaging>maven-plugin</packaging>
-	<description>The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.</description>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-artifact</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</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.axis2</groupId>
-			<artifactId>axis2-xmlbeans</artifactId>
-			<version>${version}</version>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.apache.maven.shared</groupId>
-			<artifactId>maven-plugin-testing-harness</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.codehaus.plexus</groupId>
-			<artifactId>plexus-utils</artifactId>
-		</dependency>
-	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<inherited>true</inherited>
-				<configuration>
-					<skip>false</skip>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-	<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 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-wsdl2code-maven-plugin</artifactId>
+    <name>Apache Axis 2.0 - tool - WSDL2Code Maven Plugin</name>
+    <packaging>maven-plugin</packaging>
+    <description>The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</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.axis2</groupId>
+            <artifactId>axis2-xmlbeans</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.maven.shared</groupId>
+            <artifactId>maven-plugin-testing-harness</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <skip>false</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <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-wsdl2code-maven-plugin/src/test/test1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?rev=636758&r1=636757&r2=636758&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Thu Mar 13 06:25:25 2008
@@ -18,25 +18,25 @@
   ~ under the License.
   -->
 <project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.axis2.maven2</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</groupId>
-        <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
-        <version>SNAPSHOT</version>
-        <configuration>
-          <generateServerSide>true</generateServerSide>
-          <generateServerSideInterface>true</generateServerSideInterface>
-          <generateAllClasses>true</generateAllClasses>
-          <generateServicesXml>true</generateServicesXml>
-          <packageName>demo</packageName>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.axis2.maven2</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</groupId>
+                <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
+                <version>SNAPSHOT</version>
+                <configuration>
+                    <generateServerSide>true</generateServerSide>
+                    <generateServerSideInterface>true</generateServerSideInterface>
+                    <generateAllClasses>true</generateAllClasses>
+                    <generateServicesXml>true</generateServicesXml>
+                    <packageName>demo</packageName>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>



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