[maven-surefire/f18: 5/5] Add maven depmap for org.beanshell:bsh

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Oct 26 12:44:40 UTC 2012


commit aea758441c5032d8b80b842fc2e80979844bd1d3
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Oct 22 14:29:10 2012 +0200

    Add maven depmap for org.beanshell:bsh

 maven-surefire-jpp-depmap.xml |   33 ++++++++++-----------------------
 maven-surefire.spec           |    6 +++++-
 2 files changed, 15 insertions(+), 24 deletions(-)
---
diff --git a/maven-surefire-jpp-depmap.xml b/maven-surefire-jpp-depmap.xml
index cfbf53b..f2174bf 100644
--- a/maven-surefire-jpp-depmap.xml
+++ b/maven-surefire-jpp-depmap.xml
@@ -1,23 +1,10 @@
-<dependencies>
-  <dependency>
-	<maven>
-	  <groupId>jmock</groupId>
-	  <artifactId>jmock</artifactId>
-	  <version>1.0.1</version>
-	</maven>
-  </dependency>
-    
-    <dependency>
-        <maven>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-parent</artifactId>
-            <version>5</version>
-        </maven>
-        <jpp>
-            <groupId>JPP/maven2</groupId>
-            <artifactId>parent</artifactId>
-            <version>1</version>
-        </jpp>
-    </dependency>
-
-</dependencies>
+<dependency>
+  <maven>
+    <groupId>org.beanshell</groupId>
+    <artifactId>bsh</artifactId>
+  </maven>
+  <jpp>
+    <groupId>JPP</groupId>
+    <artifactId>bsh</artifactId>
+  </jpp>
+</dependency>
diff --git a/maven-surefire.spec b/maven-surefire.spec
index 26c37e5..0a30df2 100644
--- a/maven-surefire.spec
+++ b/maven-surefire.spec
@@ -2,7 +2,7 @@
 
 Name:           maven-surefire
 Version:        2.12.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Test framework project
 License:        ASL 2.0
@@ -170,6 +170,7 @@ sed -i 's:${shadedVersion}:%{version}:' surefire-integration-tests/pom.xml
 # tests turned off because they need jmock
 mvn-rpmbuild -e \
         -Dmaven.test.skip=true \
+        -Dmaven.local.depmap.file=%{SOURCE1} \
         install javadoc:aggregate
 
 %install
@@ -372,6 +373,9 @@ ln -s %{_javadir}/maven-surefire/report-maven-plugin.jar \
 %doc %{_javadocdir}/*
 
 %changelog
+* Mon Oct 22 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:2.12.4-2
+- Add maven depmap for org.beanshell:bsh
+
 * Fri Oct  5 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:2.12.4-1
 - Update to upstream version 2.12.4
 


More information about the scm-commits mailing list