Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml?rev=890819&r1=890818&r2=890819&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml Tue Dec 15 15:14:04 2009 @@ -23,7 +23,7 @@ <version>1.0</version> <name>WSDL first demo using SOAP12 in Document/Literal Style</name> <properties> - <cxf.version>[2,)</cxf.version> + <cxf.version>[2,)</cxf.version> </properties> <build> <sourceDirectory>src</sourceDirectory> @@ -57,7 +57,7 @@ </executions> </plugin> </plugins> - </build> + </build> <profiles> <profile> <id>server</id> @@ -76,7 +76,7 @@ <configuration> <mainClass>demo.hw.server.Server</mainClass> <arguments> - <argument>${basedir}/wsdl/hello_world_soap12.wsdl</argument> + <argument>${basedir}/wsdl/hello_world_soap12.wsdl</argument> </arguments> </configuration> </execution> @@ -112,30 +112,30 @@ </build> </profile> <profile> - <id>client.get</id> - <build> - <defaultGoal>test</defaultGoal> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <executions> - <execution> - <phase>test</phase> - <goals> - <goal>java</goal> - </goals> - <configuration> - <mainClass>demo.hw.client.Get</mainClass> - <arguments> - <argument>${basedir}/wsdl/hello_world_soap12.wsdl</argument> - </arguments> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + <id>client.get</id> + <build> + <defaultGoal>test</defaultGoal> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <executions> + <execution> + <phase>test</phase> + <goals> + <goal>java</goal> + </goals> + <configuration> + <mainClass>demo.hw.client.Get</mainClass> + <arguments> + <argument>${basedir}/wsdl/hello_world_soap12.wsdl</argument> + </arguments> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </profile> <profile> <id>snapshots</id> @@ -143,23 +143,20 @@ <repository> <id>apache-snapshots</id> <name>Apache SNAPSHOT Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> <snapshots> <enabled>true</enabled> </snapshots> - </repository> - <!-- for jaxb-impl --> - <repository> - <id>java.net</id> - <url>http://download.java.net/maven/1/</url> - <layout>legacy</layout> + <releases> + <enabled>false</enabled> + </releases> </repository> </repositories> <pluginRepositories> <pluginRepository> - <id>apache-plugin-snapshots</id> + <id>apache-snapshots</id> <name>Apache Maven Plugin Snapshots</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> <releases> <enabled>false</enabled> </releases> @@ -170,14 +167,6 @@ </pluginRepositories> </profile> </profiles> - <repositories> - <!-- for jaxb-impl --> - <repository> - <id>java.net</id> - <url>http://download.java.net/maven/1/</url> - <layout>legacy</layout> - </repository> - </repositories> <dependencies> <dependency> <groupId>org.apache.cxf</groupId>
Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml?rev=890819&r1=890818&r2=890819&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml Tue Dec 15 15:14:04 2009 @@ -23,7 +23,7 @@ <version>1.0</version> <name>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</name> <properties> - <cxf.version>[2,)</cxf.version> + <cxf.version>[2,)</cxf.version> </properties> <build> <sourceDirectory>src</sourceDirectory> @@ -57,7 +57,7 @@ </executions> </plugin> </plugins> - </build> + </build> <profiles> <profile> <id>server</id> @@ -76,7 +76,7 @@ <configuration> <mainClass>demo.hw.server.Server</mainClass> <arguments> - <argument>${basedir}/wsdl/hello_world.wsdl</argument> + <argument>${basedir}/wsdl/hello_world.wsdl</argument> </arguments> </configuration> </execution> @@ -112,30 +112,30 @@ </build> </profile> <profile> - <id>client.get</id> - <build> - <defaultGoal>test</defaultGoal> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <executions> - <execution> - <phase>test</phase> - <goals> - <goal>java</goal> - </goals> - <configuration> - <mainClass>demo.hw.client.Get</mainClass> - <arguments> - <argument>${basedir}/wsdl/hello_world.wsdl</argument> - </arguments> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + <id>client.get</id> + <build> + <defaultGoal>test</defaultGoal> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <executions> + <execution> + <phase>test</phase> + <goals> + <goal>java</goal> + </goals> + <configuration> + <mainClass>demo.hw.client.Get</mainClass> + <arguments> + <argument>${basedir}/wsdl/hello_world.wsdl</argument> + </arguments> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </profile> <profile> <id>snapshots</id> @@ -143,23 +143,20 @@ <repository> <id>apache-snapshots</id> <name>Apache SNAPSHOT Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> <snapshots> <enabled>true</enabled> </snapshots> - </repository> - <!-- for jaxb-impl --> - <repository> - <id>java.net</id> - <url>http://download.java.net/maven/1/</url> - <layout>legacy</layout> + <releases> + <enabled>false</enabled> + </releases> </repository> </repositories> <pluginRepositories> <pluginRepository> - <id>apache-plugin-snapshots</id> + <id>apache-snapshots</id> <name>Apache Maven Plugin Snapshots</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> <releases> <enabled>false</enabled> </releases> @@ -170,14 +167,6 @@ </pluginRepositories> </profile> </profiles> - <repositories> - <!-- for jaxb-impl --> - <repository> - <id>java.net</id> - <url>http://download.java.net/maven/1/</url> - <layout>legacy</layout> - </repository> - </repositories> <dependencies> <dependency> <groupId>org.apache.cxf</groupId> Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml?rev=890819&r1=890818&r2=890819&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml Tue Dec 15 15:14:04 2009 @@ -136,23 +136,20 @@ <repository> <id>apache-snapshots</id> <name>Apache SNAPSHOT Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> <snapshots> <enabled>true</enabled> </snapshots> - </repository> - <!-- for jaxb-impl --> - <repository> - <id>java.net</id> - <url>http://download.java.net/maven/1/</url> - <layout>legacy</layout> + <releases> + <enabled>false</enabled> + </releases> </repository> </repositories> <pluginRepositories> <pluginRepository> - <id>apache-plugin-snapshots</id> + <id>apache-snapshots</id> <name>Apache Maven Plugin Snapshots</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> <releases> <enabled>false</enabled> </releases> @@ -162,16 +159,7 @@ </pluginRepository> </pluginRepositories> </profile> - </profiles> - <repositories> - <!-- for jaxb-impl --> - <repository> - <id>java.net</id> - <url>http://download.java.net/maven/1/</url> - <layout>legacy</layout> - </repository> - </repositories> - + </profiles> <dependencies> <dependency> <groupId>org.apache.cxf</groupId>
