Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 7a6a75022 -> 82bc9983d


Added jar plugin 2.4 to bootstrap


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/82bc9983
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/82bc9983
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/82bc9983

Branch: refs/heads/master
Commit: 82bc9983da3bf84ab0ab6ef8a6626909c6012ff5
Parents: 7a6a750
Author: Kristian Rosenvold <krosenv...@apache.org>
Authored: Sun Jun 21 17:52:30 2015 +0200
Committer: Kristian Rosenvold <krosenv...@apache.org>
Committed: Sun Jun 21 17:52:30 2015 +0200

----------------------------------------------------------------------
 .../src/test/resources/bootstrap/group-7/pom.xml          | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/82bc9983/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml 
b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
index ab18bf3..948e756 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
@@ -52,6 +52,14 @@ under the License.
       <artifactId>maven-plugin-registry</artifactId>
       <version>2.0</version>
     </dependency>
-
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Reply via email to