Author: giger
Date: Sun Jan 8 11:37:48 2012
New Revision: 1228828
URL: http://svn.apache.org/viewvc?rev=1228828&view=rev
Log:
add license text to pom's
correct pom's so that it build without warnings under mvn 3
Modified:
webservices/wss4j/branches/swssf/bindings/c14n-binding/pom.xml
webservices/wss4j/branches/swssf/bindings/pom.xml
webservices/wss4j/branches/swssf/bindings/ws-secureconversation-binding/pom.xml
webservices/wss4j/branches/swssf/bindings/wss10-binding/pom.xml
webservices/wss4j/branches/swssf/bindings/wss11-binding/pom.xml
webservices/wss4j/branches/swssf/bindings/wsu10-binding/pom.xml
webservices/wss4j/branches/swssf/bindings/xmldsig-binding/pom.xml
webservices/wss4j/branches/swssf/bindings/xmlenc-binding/pom.xml
webservices/wss4j/branches/swssf/cxf-integration/pom.xml
webservices/wss4j/branches/swssf/pom.xml
webservices/wss4j/branches/swssf/rampart-policy/pom.xml
webservices/wss4j/branches/swssf/streaming-ws-policy/pom.xml
webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml
webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml
Modified: webservices/wss4j/branches/swssf/bindings/c14n-binding/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/c14n-binding/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/bindings/c14n-binding/pom.xml (original)
+++ webservices/wss4j/branches/swssf/bindings/c14n-binding/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -23,6 +41,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<id>c14n</id>
Modified: webservices/wss4j/branches/swssf/bindings/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/bindings/pom.xml (original)
+++ webservices/wss4j/branches/swssf/bindings/pom.xml Sun Jan 8 11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
Modified:
webservices/wss4j/branches/swssf/bindings/ws-secureconversation-binding/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/ws-secureconversation-binding/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
---
webservices/wss4j/branches/swssf/bindings/ws-secureconversation-binding/pom.xml
(original)
+++
webservices/wss4j/branches/swssf/bindings/ws-secureconversation-binding/pom.xml
Sun Jan 8 11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -41,6 +59,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<id>wssc</id>
@@ -110,7 +129,7 @@
<configuration>
<tasks>
<delete includeemptydirs="true" failonerror="false">
- <fileset
dir="${build.directory}/generated-sources/xjc/org/oasis_open"/>
+ <fileset
dir="${project.build.directory}/generated-sources/xjc/org/oasis_open"/>
</delete>
</tasks>
</configuration>
Modified: webservices/wss4j/branches/swssf/bindings/wss10-binding/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/wss10-binding/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/bindings/wss10-binding/pom.xml (original)
+++ webservices/wss4j/branches/swssf/bindings/wss10-binding/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -37,7 +55,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
-
<directory>${build.directory}/generated-sources/xjc/META-INF</directory>
+
<directory>${project.build.directory}/generated-sources/xjc/META-INF</directory>
<targetPath>META-INF</targetPath>
</resource>
</resources>
@@ -45,6 +63,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<id>wss10</id>
Modified: webservices/wss4j/branches/swssf/bindings/wss11-binding/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/wss11-binding/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/bindings/wss11-binding/pom.xml (original)
+++ webservices/wss4j/branches/swssf/bindings/wss11-binding/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -37,7 +55,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
-
<directory>${build.directory}/generated-sources/xjc/META-INF</directory>
+
<directory>${project.build.directory}/generated-sources/xjc/META-INF</directory>
<targetPath>META-INF</targetPath>
</resource>
</resources>
@@ -45,6 +63,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<id>wss11</id>
@@ -66,7 +85,7 @@
<catalog>${basedir}/src/main/resources/wss11.cat</catalog>
<forceRegenerate>false</forceRegenerate>
<episode>true</episode>
-
<episodeFile>${build.directory}/wss11.episode</episodeFile>
+
<episodeFile>${project.build.directory}/wss11.episode</episodeFile>
<specVersion>2.1</specVersion>
<extension>true</extension>
<!-- disable schema validation since the
validation code
@@ -100,28 +119,28 @@
<configuration>
<tasks>
<delete includeemptydirs="true" failonerror="false">
- <fileset
dir="${build.directory}/generated-sources/xjc/org/xmlsoap"/>
- <fileset
dir="${build.directory}/generated-sources/xjc/org/w3"/>
+ <fileset
dir="${project.build.directory}/generated-sources/xjc/org/xmlsoap"/>
+ <fileset
dir="${project.build.directory}/generated-sources/xjc/org/w3"/>
</delete>
- <!--<replaceregexp
file="${build.directory}/wss10.episode"
+ <!--<replaceregexp
file="${project.build.directory}/wss10.episode"
match="<\/bindings>\s$" flags="s"
replace=""/>
- <replaceregexp file="${build.directory}/wss11.episode"
+ <replaceregexp
file="${project.build.directory}/wss11.episode"
match=".*>" flags="s"
replace=""/>-->
- <xslt in="${build.directory}/wss11.episode"
out="${build.directory}/wss11.episode.tmp">
+ <xslt in="${project.build.directory}/wss11.episode"
out="${project.build.directory}/wss11.episode.tmp">
<style>
<file file="${basedir}/src/etc/bindings.xsl"/>
</style>
</xslt>
- <concat
destfile="${build.directory}/generated-sources/xjc/META-INF/sun-jaxb.episode"
+ <concat
destfile="${project.build.directory}/generated-sources/xjc/META-INF/sun-jaxb.episode"
append="false">
<header filtering="no" trimleading="yes">
<![CDATA[<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<bindings version="2.1"
xmlns="http://java.sun.com/xml/ns/jaxb">
]]>
</header>
- <filelist dir="${build.directory}"
files="wss11.episode.tmp"/>
+ <filelist dir="${project.build.directory}"
files="wss11.episode.tmp"/>
<footer filtering="no" trimleading="yes">
<![CDATA[</bindings>
]]>
Modified: webservices/wss4j/branches/swssf/bindings/wsu10-binding/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/wsu10-binding/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/bindings/wsu10-binding/pom.xml (original)
+++ webservices/wss4j/branches/swssf/bindings/wsu10-binding/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -24,7 +42,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
-
<directory>${build.directory}/generated-sources/xjc/META-INF</directory>
+
<directory>${project.build.directory}/generated-sources/xjc/META-INF</directory>
<targetPath>META-INF</targetPath>
</resource>
</resources>
@@ -32,6 +50,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<id>wss10</id>
Modified: webservices/wss4j/branches/swssf/bindings/xmldsig-binding/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/xmldsig-binding/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/bindings/xmldsig-binding/pom.xml (original)
+++ webservices/wss4j/branches/swssf/bindings/xmldsig-binding/pom.xml Sun Jan
8 11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -23,6 +41,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<id>xmldsig</id>
Modified: webservices/wss4j/branches/swssf/bindings/xmlenc-binding/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/bindings/xmlenc-binding/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/bindings/xmlenc-binding/pom.xml (original)
+++ webservices/wss4j/branches/swssf/bindings/xmlenc-binding/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -31,6 +49,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<id>xmlenc</id>
@@ -81,7 +100,7 @@
<configuration>
<tasks>
<delete includeemptydirs="true" failonerror="false">
- <fileset
dir="${build.directory}/generated-sources/xjc/org/w3"/>
+ <fileset
dir="${project.build.directory}/generated-sources/xjc/org/w3"/>
</delete>
</tasks>
</configuration>
Modified: webservices/wss4j/branches/swssf/cxf-integration/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/cxf-integration/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/cxf-integration/pom.xml (original)
+++ webservices/wss4j/branches/swssf/cxf-integration/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -99,7 +117,7 @@
<wsdl>${project.basedir}/src/test/resources/integration/helloWorld.wsdl</wsdl>
</wsdlOption>
</wsdlOptions>
-
<sourceRoot>${build.directory}/generated-test-sources</sourceRoot>
+
<sourceRoot>${project.build.directory}/generated-test-sources</sourceRoot>
</configuration>
<goals>
<goal>wsdl2java</goal>
@@ -120,7 +138,7 @@
</goals>
<configuration>
<sources>
-
<source>${build.directory}/generated-test-sources</source>
+
<source>${project.build.directory}/generated-test-sources</source>
</sources>
</configuration>
</execution>
Modified: webservices/wss4j/branches/swssf/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/pom.xml (original)
+++ webservices/wss4j/branches/swssf/pom.xml Sun Jan 8 11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -60,12 +78,38 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.8</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <excludes>
+ <exclude>.gitignore</exclude>
+ <exclude>.git/**</exclude>
+ <exclude>.svn/**</exclude>
+ <exclude>.pmd/**</exclude>
+ <exclude>.checkstyle/**</exclude>
+ <exclude>src/main/resources/**</exclude>
+ <exclude>src/test/resources/**</exclude>
+ <exclude>**/*.patch</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.1</version>
@@ -125,4 +169,14 @@
</plugin>
</plugins>
</reporting>
+
+ <repositories>
+ <repository>
+ <id>Apache snapshot</id>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <url>http://repository.apache.org/snapshots</url>
+ </repository>
+ </repositories>
</project>
Modified: webservices/wss4j/branches/swssf/rampart-policy/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/rampart-policy/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/rampart-policy/pom.xml (original)
+++ webservices/wss4j/branches/swssf/rampart-policy/pom.xml Sun Jan 8 11:37:48
2012
@@ -1,5 +1,4 @@
<?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
@@ -18,8 +17,6 @@
~ 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">
@@ -74,6 +71,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
@@ -82,6 +80,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
+ <version>0.8</version>
<executions>
<execution>
<phase>verify</phase>
Modified: webservices/wss4j/branches/swssf/streaming-ws-policy/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/streaming-ws-policy/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/streaming-ws-policy/pom.xml (original)
+++ webservices/wss4j/branches/swssf/streaming-ws-policy/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
Modified: webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml (original)
+++ webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -246,6 +264,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.1</version>
<executions>
<execution>
<goals>
Modified: webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml?rev=1228828&r1=1228827&r2=1228828&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml (original)
+++ webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml Sun Jan 8
11:37:48 2012
@@ -1,4 +1,22 @@
<?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.
+ -->
<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/xsd/maven-4.0.0.xsd">
@@ -85,6 +103,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
+ <version>0.8.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -106,6 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.1</version>
<executions>
<execution>
<goals>