You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/12 18:46:30 UTC

[maven-dependency-plugin] 03/04: Upgrade mrm-maven-plugin to version 1.2.0. Add src/main/resources to ResourceArtifact-1.0.jar folder.

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MDEP-586
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit c2f9613d12cae0662267cfd655647b1d77ab88f0
Author: Andre Tadeu de Carvalho <an...@gmail.com>
AuthorDate: Fri Jan 11 15:49:28 2019 -0200

    Upgrade mrm-maven-plugin to version 1.2.0. Add src/main/resources to ResourceArtifact-1.0.jar folder.
---
 pom.xml                                              |  2 +-
 .../src/main/resources/resource1.txt                 | 20 ++++++++++++++++++++
 .../src/main/resources/resource2.txt                 | 20 ++++++++++++++++++++
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5496cb4..895e884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,7 +400,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>mrm-maven-plugin</artifactId>
-            <version>1.0.0</version>
+            <version>1.2.0</version>
             <executions>
               <execution>
                 <goals>
diff --git a/src/it/mrm/repository/ResourceArtifact-1.0.jar/src/main/resources/resource1.txt b/src/it/mrm/repository/ResourceArtifact-1.0.jar/src/main/resources/resource1.txt
new file mode 100644
index 0000000..53e657c
--- /dev/null
+++ b/src/it/mrm/repository/ResourceArtifact-1.0.jar/src/main/resources/resource1.txt
@@ -0,0 +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.
+ */
+
+Resource 1
diff --git a/src/it/mrm/repository/ResourceArtifact-1.0.jar/src/main/resources/resource2.txt b/src/it/mrm/repository/ResourceArtifact-1.0.jar/src/main/resources/resource2.txt
new file mode 100644
index 0000000..132d211
--- /dev/null
+++ b/src/it/mrm/repository/ResourceArtifact-1.0.jar/src/main/resources/resource2.txt
@@ -0,0 +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.
+ */
+
+Resource 2