Author: ruwan
Date: Tue Oct  7 01:00:21 2008
New Revision: 702375

URL: http://svn.apache.org/viewvc?rev=702375&view=rev
Log:
Removing the parent module because the complete axis2-transports.jar is 
generated from the root pom

Removed:
    webservices/commons/trunk/modules/transport/modules/parent/
Modified:
    webservices/commons/trunk/modules/transport/pom.xml

Modified: webservices/commons/trunk/modules/transport/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/pom.xml?rev=702375&r1=702374&r2=702375&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/pom.xml Tue Oct  7 01:00:21 2008
@@ -34,7 +34,6 @@
     <packaging>pom</packaging>
     <name>Apache Axis2 - Transport - Root</name>
     <modules>
-        <module>modules/parent</module>
         <module>modules/base</module>
         <module>modules/http</module>
         <module>modules/tcp</module>
@@ -42,7 +41,7 @@
         <module>modules/xmpp</module>
         <module>modules/mail</module>
         <module>modules/jms</module>
-        <module>modules/testkit</module>
+        <module>modules/testkit</module>
         <module>modules/tests</module>
     </modules>
     <profiles>
@@ -120,45 +119,45 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>cobertura</id>
-            <dependencies>
-                <dependency>
-                    <groupId>net.sourceforge.cobertura</groupId>
-                    <artifactId>cobertura</artifactId>
-                    <version>1.9</version>
-                </dependency>
-            </dependencies>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-antrun-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <phase>site</phase>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                                <configuration>
-                                    <tasks>
-                                        <taskdef 
classpathref="maven.runtime.classpath" resource="tasks.properties"/>
-                                        <mkdir 
dir="${project.build.directory}/site/cobertura" />
-                                        <cobertura-report format="html"
-                                                          
datafile="target/cobertura.ser"
-                                                          
destdir="${project.build.directory}/cobertura">
-                                            <fileset 
dir="modules/base/src/main/java"/>
-                                            <fileset dir="modules/http/src"/>
-                                            <fileset 
dir="modules/jms/src/main/java"/>
-                                            <fileset 
dir="modules/mail/src/main/java"/>
-                                        </cobertura-report>
-                                    </tasks>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
+        <profile>
+            <id>cobertura</id>
+            <dependencies>
+                <dependency>
+                    <groupId>net.sourceforge.cobertura</groupId>
+                    <artifactId>cobertura</artifactId>
+                    <version>1.9</version>
+                </dependency>
+            </dependencies>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-antrun-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>site</phase>
+                                <goals>
+                                    <goal>run</goal>
+                                </goals>
+                                <configuration>
+                                    <tasks>
+                                        <taskdef 
classpathref="maven.runtime.classpath" resource="tasks.properties"/>
+                                        <mkdir 
dir="${project.build.directory}/site/cobertura" />
+                                        <cobertura-report format="html"
+                                                          
datafile="target/cobertura.ser"
+                                                          
destdir="${project.build.directory}/cobertura">
+                                            <fileset 
dir="modules/base/src/main/java"/>
+                                            <fileset dir="modules/http/src"/>
+                                            <fileset 
dir="modules/jms/src/main/java"/>
+                                            <fileset 
dir="modules/mail/src/main/java"/>
+                                        </cobertura-report>
+                                    </tasks>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
       <scm>
         
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/transport</connection>


Reply via email to