Add maven depmap for org.beanshell:bsh
This commit is contained in:
parent
ec00c8a4ea
commit
aea758441c
@ -1,23 +1,10 @@
|
|||||||
<dependencies>
|
<dependency>
|
||||||
<dependency>
|
<maven>
|
||||||
<maven>
|
<groupId>org.beanshell</groupId>
|
||||||
<groupId>jmock</groupId>
|
<artifactId>bsh</artifactId>
|
||||||
<artifactId>jmock</artifactId>
|
</maven>
|
||||||
<version>1.0.1</version>
|
<jpp>
|
||||||
</maven>
|
<groupId>JPP</groupId>
|
||||||
</dependency>
|
<artifactId>bsh</artifactId>
|
||||||
|
</jpp>
|
||||||
<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>
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven-surefire
|
Name: maven-surefire
|
||||||
Version: 2.12.4
|
Version: 2.12.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Test framework project
|
Summary: Test framework project
|
||||||
License: ASL 2.0
|
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
|
# tests turned off because they need jmock
|
||||||
mvn-rpmbuild -e \
|
mvn-rpmbuild -e \
|
||||||
-Dmaven.test.skip=true \
|
-Dmaven.test.skip=true \
|
||||||
|
-Dmaven.local.depmap.file=%{SOURCE1} \
|
||||||
install javadoc:aggregate
|
install javadoc:aggregate
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -372,6 +373,9 @@ ln -s %{_javadir}/maven-surefire/report-maven-plugin.jar \
|
|||||||
%doc %{_javadocdir}/*
|
%doc %{_javadocdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-2
|
||||||
|
- Add maven depmap for org.beanshell:bsh
|
||||||
|
|
||||||
* Fri Oct 5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-1
|
* Fri Oct 5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-1
|
||||||
- Update to upstream version 2.12.4
|
- Update to upstream version 2.12.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user