Author: dennisl
Date: Sat Mar 19 10:45:42 2011
New Revision: 1083156
URL: http://svn.apache.org/viewvc?rev=1083156&view=rev
Log:
o Add missing license headers.
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/test.properties
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/verify.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/no-main-artifact/verify.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/invoker.properties
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/setup.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/test.properties
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/verify.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/invoker.properties
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/setup.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/test.properties
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/verify.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/invoker.properties
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/setup.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/test.properties
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/verify.bsh
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-release/verify.bsh
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/test.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/test.properties?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/test.properties
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/test.properties
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,20 @@
+# 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.
+
gpg.passphrase = secret
gpg.secretKeyring = secring-1.gpg
gpg.publicKeyring = pubring-1.gpg
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/verify.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/verify.bsh
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/alternative-secret-keyring/verify.bsh
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
File artifactDir = new File( localRepositoryPath,
"org/apache/maven/its/gpg/ask/test/1.0" );
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/no-main-artifact/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/no-main-artifact/verify.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/src/it/no-main-artifact/verify.bsh
(original)
+++ maven/plugins/trunk/maven-gpg-plugin/src/it/no-main-artifact/verify.bsh Sat
Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
File artifactDir = new File( localRepositoryPath,
"org/apache/maven/its/gpg/nma/test/1.0" );
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/invoker.properties?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/invoker.properties
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/invoker.properties
Sat Mar 19 10:45:42 2011
@@ -1 +1,18 @@
+# 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.
+
invoker.goals =
${project.groupId}:${project.artifactId}:${project.version}:sign-and-deploy-file
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/setup.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/setup.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/setup.bsh
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/setup.bsh
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
import org.codehaus.plexus.util.*;
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/test.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/test.properties?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/test.properties
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/test.properties
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,20 @@
+# 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.
+
file = test.jar
pomFile = test.pom
url = file:target/repo
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/verify.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/verify.bsh
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-with-pom/verify.bsh
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
File artifactDir = new File( basedir,
"target/repo/org/apache/maven/its/gpg/sadfwp/test/1.0" );
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/invoker.properties?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/invoker.properties
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/invoker.properties
Sat Mar 19 10:45:42 2011
@@ -1 +1,18 @@
+# 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.
+
invoker.goals =
${project.groupId}:${project.artifactId}:${project.version}:sign-and-deploy-file
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/setup.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/setup.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/setup.bsh
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/setup.bsh
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
import org.codehaus.plexus.util.*;
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/test.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/test.properties?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/test.properties
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/test.properties
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,20 @@
+# 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.
+
file = test.jar
groupId = org.apache.maven.its.gpg.sadfwop
artifactId = test
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/verify.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/verify.bsh
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-file-without-pom/verify.bsh
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
File artifactDir = new File( basedir,
"target/repo/org/apache/maven/its/gpg/sadfwop/test/1.0" );
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/invoker.properties?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/invoker.properties
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/invoker.properties
Sat Mar 19 10:45:42 2011
@@ -1 +1,18 @@
+# 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.
+
invoker.goals =
${project.groupId}:${project.artifactId}:${project.version}:sign-and-deploy-file
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/setup.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/setup.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/setup.bsh
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/setup.bsh
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
import org.codehaus.plexus.util.*;
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/test.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/test.properties?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/test.properties
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/test.properties
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,20 @@
+# 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.
+
file = test.jar
groupId = org.apache.maven.its.gpg.sadnjp
artifactId = test
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/verify.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
---
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/verify.bsh
(original)
+++
maven/plugins/trunk/maven-gpg-plugin/src/it/sign-and-deploy-not-jar-packaging/verify.bsh
Sat Mar 19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
File artifactDir = new File( basedir,
"target/repo/org/apache/maven/its/gpg/sadnjp/test/1.0" );
Modified: maven/plugins/trunk/maven-gpg-plugin/src/it/sign-release/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/it/sign-release/verify.bsh?rev=1083156&r1=1083155&r2=1083156&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/src/it/sign-release/verify.bsh
(original)
+++ maven/plugins/trunk/maven-gpg-plugin/src/it/sign-release/verify.bsh Sat Mar
19 10:45:42 2011
@@ -1,3 +1,23 @@
+
+/*
+ * 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.
+ */
+
import java.io.*;
File artifactDir = new File( localRepositoryPath,
"org/apache/maven/its/gpg/sr/test/1.0" );