You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2014/06/23 18:24:09 UTC

svn commit: r1604858 - in /webservices/axiom/trunk: modules/axiom-testsuite/src/main/resources/META-INF/services/ testsuites/soap-testsuite/ testsuites/spring-ws-testsuite/src/main/resources/META-INF/services/

Author: veithen
Date: Mon Jun 23 16:24:08 2014
New Revision: 1604858

URL: http://svn.apache.org/r1604858
Log:
Fixed (release) build failure caused by missing license headers and/or incorrect RAT plugin configuration.

Modified:
    webservices/axiom/trunk/modules/axiom-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory
    webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml
    webservices/axiom/trunk/testsuites/spring-ws-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory

Modified: webservices/axiom/trunk/modules/axiom-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory?rev=1604858&r1=1604857&r2=1604858&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory (original)
+++ webservices/axiom/trunk/modules/axiom-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory Mon Jun 23 16:24:08 2014
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 org.apache.axiom.ts.soap.BooleanAttributeAdapterFactory
 org.apache.axiom.ts.soap.SOAPSpecAdapterFactory
 org.apache.axiom.ts.soap.TestMessageAdapterFactory
\ No newline at end of file

Modified: webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml?rev=1604858&r1=1604857&r2=1604858&view=diff
==============================================================================
--- webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml Mon Jun 23 16:24:08 2014
@@ -29,4 +29,24 @@
     <description>
         Contains sample messages, metadata and utilities to build tests for SOAP 1.1 and 1.2.
     </description>
+    <profiles>
+        <profile>
+            <id>apache-release</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <configuration>
+                            <excludes>
+                                <!-- src/main/resources contains test files and they obviously cannot
+                                     all contain a valid license header -->
+                                <exclude>src/main/resources/**</exclude>
+                            </excludes>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>
\ No newline at end of file

Modified: webservices/axiom/trunk/testsuites/spring-ws-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testsuites/spring-ws-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory?rev=1604858&r1=1604857&r2=1604858&view=diff
==============================================================================
--- webservices/axiom/trunk/testsuites/spring-ws-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory (original)
+++ webservices/axiom/trunk/testsuites/spring-ws-testsuite/src/main/resources/META-INF/services/org.apache.axiom.ts.soap.AdapterFactory Mon Jun 23 16:24:08 2014
@@ -1 +1,19 @@
+#
+# 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.
+#
 org.apache.axiom.ts.springws.SOAPSpecAdapterFactory
\ No newline at end of file