You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2006/08/24 01:59:41 UTC

svn commit: r434255 - /incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml

Author: rfeng
Date: Wed Aug 23 16:59:40 2006
New Revision: 434255

URL: http://svn.apache.org/viewvc?rev=434255&view=rev
Log:
It seems that the maven assembly plugin doesn't understand the maven1 POM files from Axis2 build and it's 
causing build break. Commented out the <build> section in the pom.xml for now.

Modified:
    incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml

Modified: incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml?rev=434255&r1=434254&r2=434255&view=diff
==============================================================================
--- incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml (original)
+++ incubator/tuscany/java/sca/bindings/binding.axis2/pom.xml Wed Aug 23 16:59:40 2006
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
 -->
 <project>
 
@@ -32,15 +32,15 @@
 
 
     <repositories>
-      <repository>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <id>apache-nightly-repository</id>
-        <name>Apache Nightly Repository</name>
-        <url>http://people.apache.org/repository/</url>
-        <layout>legacy</layout>
-      </repository>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>apache-nightly-repository</id>
+            <name>Apache Nightly Repository</name>
+            <url>http://people.apache.org/repository/</url>
+            <layout>legacy</layout>
+        </repository>
     </repositories>
 
 
@@ -65,137 +65,79 @@
             <version>${sca.version}</version>
             <scope>compile</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.tuscany.databinding</groupId>
             <artifactId>databinding-sdo</artifactId>
             <version>${sca.version}</version>
             <scope>compile</scope>
-        </dependency>        
+        </dependency>
 
         <!-- axis 2.0 SNAPSHOT      -->
 
         <dependency>
-          <groupId>axis2</groupId>
-          <artifactId>axis2-core</artifactId>
-          <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-          <groupId>ws-commons</groupId>
-          <artifactId>axiom-api</artifactId>
-          <version>SNAPSHOT</version>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>SNAPSHOT</version>
         </dependency>
 
         <dependency>
-          <groupId>ws-commons</groupId>
-          <artifactId>axiom-impl</artifactId>
-          <version>SNAPSHOT</version>
+            <groupId>ws-commons</groupId>
+            <artifactId>axiom-api</artifactId>
+            <version>SNAPSHOT</version>
         </dependency>
 
         <dependency>
-          <groupId>axis2</groupId>
-          <artifactId>axis2-common</artifactId>
-          <version>SNAPSHOT</version>
+            <groupId>ws-commons</groupId>
+            <artifactId>axiom-impl</artifactId>
+            <version>SNAPSHOT</version>
         </dependency>
- 
 
         <dependency>
-          <groupId>incubator-woden</groupId>
-          <artifactId>woden</artifactId>
-          <version>SNAPSHOT</version>
+            <groupId>incubator-woden</groupId>
+            <artifactId>woden</artifactId>
+            <version>SNAPSHOT</version>
         </dependency>
 
         <dependency>
-          <groupId>wsdl4j</groupId>
-          <artifactId>wsdl4j</artifactId>
-          <version>1.5.2</version>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>1.5.2</version>
         </dependency>
 
         <dependency>
             <groupId>javax.servlet</groupId>
-             <version>2.3</version>
-           <artifactId>servlet-api</artifactId>
+            <version>2.3</version>
+            <artifactId>servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
         <!-- runtime -->
 
-         <dependency>
-              <groupId>woodstox</groupId>
-              <artifactId>wstx-asl</artifactId>
-              <version>2.9.3</version>
-            <scope>runtime</scope>
-        </dependency>
-
         <dependency>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-          <version>1.1</version>
-           <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>ws-commons</groupId>
-          <artifactId>neethi</artifactId>
-          <version>SNAPSHOT</version>
-          <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>org.apache.ws.commons</groupId>
-          <artifactId>XmlSchema</artifactId>
-          <version>SNAPSHOT</version>
-          <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>commons-httpclient</groupId>
-          <artifactId>commons-httpclient</artifactId>
-          <version>3.0</version>
-          <scope>runtime</scope>
-        </dependency>
-
-        <!-- end axis 2.0 SNAPSHOT  -->
-        <!-- axis 2.0 V 1.0  -->
-<!--        
-        <dependency>
-            <groupId>axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
-            <version>1.0</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>ws-commons</groupId>
-            <artifactId>axiom-api</artifactId>
-            <version>1.0</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <version>2.3</version>
-            <artifactId>servlet-api</artifactId>
+            <groupId>woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>2.9.3</version>
+            <scope>runtime</scope>
         </dependency>
 
         <dependency>
-            <groupId>ws-commons</groupId>
-            <artifactId>neethi</artifactId>
-            <version>1.0.1</version>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.1</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>ws-commons</groupId>
-            <artifactId>axiom-impl</artifactId>
-            <version>1.0</version>
+            <artifactId>neethi</artifactId>
+            <version>SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
-            <version>1.0.2</version>
+            <version>SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
@@ -206,19 +148,7 @@
             <scope>runtime</scope>
         </dependency>
 
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-            <version>1.3</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>woodstox</groupId>
-            <artifactId>wstx-asl</artifactId>
-        </dependency>
--->        
-        <!--END  axis 2.0 V 1.0  -->
+        <!-- end axis 2.0 SNAPSHOT  -->
 
         <!-- test dependencies -->
         <dependency>
@@ -235,29 +165,32 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    
-            <build>
-                <defaultGoal>install</defaultGoal>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.2-SNAPSHOT</version>
-                        <executions>
-                            <execution>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>src/main/assembly/axis2.xml</descriptor>
-                            </descriptors>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
+
+    <!-- The assembly plugin cannot understand maven1 pom -->
+    <!-- 
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <descriptors>
+                        <descriptor>src/main/assembly/axis2.xml</descriptor>
+                    </descriptors>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+     -->
 
 </project>



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