Author: dkulp
Date: Fri Jun 15 19:21:30 2007
New Revision: 547846

URL: http://svn.apache.org/viewvc?view=rev&rev=547846
Log:
Fix deploying the archetypes

Modified:
    incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml
    incubator/cxf/trunk/maven-plugins/archetypes/pom.xml

Modified: incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml?view=diff&rev=547846&r1=547845&r2=547846
==============================================================================
--- incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml 
(original)
+++ incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml Fri Jun 
15 19:21:30 2007
@@ -17,28 +17,28 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project>
-       <parent>
-               <groupId>org.apache.cxf</groupId>
-               <artifactId>cxf-parent</artifactId>
-               <version>2.0-incubator-SNAPSHOT</version>
-               <relativePath>../../../parent/pom.xml</relativePath>
-       </parent>       
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.cxf</groupId>
-  <artifactId>cxf-http-basic</artifactId>
-  <name>Apache CXF Archetype - cxf-http-basic</name>
-  <version>2.0-incubator-SNAPSHOT</version>
-  <url>http://maven.apache.org</url>
-  <properties>
-         <maven.test.skip>true</maven.test.skip>
-    </properties>  
-  <build>
-         <resources>
-                 <resource>
-                         <directory>src/main/resources</directory>
-                         <filtering>true</filtering>
-                 </resource>
-    </resources>  
- </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";>
+    <parent>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf-parent</artifactId>
+        <version>2.0-incubator-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.cxf</groupId>
+    <artifactId>cxf-http-basic</artifactId>
+    <name>Apache CXF Archetype - cxf-http-basic</name>
+    <version>2.0-incubator-SNAPSHOT</version>
+    <url>http://cwiki.apache.org/CXF</url>
+    <properties>
+        <maven.test.skip>true</maven.test.skip>
+    </properties>
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+    </build>
 </project>

Modified: incubator/cxf/trunk/maven-plugins/archetypes/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/archetypes/pom.xml?view=diff&rev=547846&r1=547845&r2=547846
==============================================================================
--- incubator/cxf/trunk/maven-plugins/archetypes/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/archetypes/pom.xml Fri Jun 15 19:21:30 
2007
@@ -18,14 +18,23 @@
     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>
-  <groupId>org.apache.cxf</groupId>
-  <artifactId>archetypes</artifactId>
-  <packaging>pom</packaging>
-  <version>2.0-incubator-SNAPSHOT</version>
-  <name>Apache CXF Maven Archetypes</name>
-  <url>http://maven.apache.org</url>
-  <modules>
-    <module>cxf-http-basic</module>
-  </modules>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.cxf</groupId>
+    <artifactId>cxf-archetypes</artifactId>
+    <packaging>pom</packaging>
+    <version>2.0-incubator-SNAPSHOT</version>
+    <name>Apache CXF Maven Archetypes</name>
+    <url>http://cwiki.apache.org/CXF</url>
+
+    <parent>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf</artifactId>
+        <version>2.0-incubator-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+
+    <modules>
+        <module>cxf-http-basic</module>
+    </modules>
 </project>


Reply via email to