rpms/rmic-maven-plugin/devel rmic-maven-plugin.spec,1.1,1.2

spike spike at fedoraproject.org
Mon Jul 12 19:37:29 UTC 2010


Author: spike

Update of /cvs/pkgs/rpms/rmic-maven-plugin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12315/devel

Modified Files:
	rmic-maven-plugin.spec 
Log Message:
Skipping tests


Index: rmic-maven-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rmic-maven-plugin/devel/rmic-maven-plugin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rmic-maven-plugin.spec	12 Jul 2010 18:21:18 -0000	1.1
+++ rmic-maven-plugin.spec	12 Jul 2010 19:37:29 -0000	1.2
@@ -1,6 +1,6 @@
 Name:             rmic-maven-plugin
 Version:          1.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          RMI Compiler Maven Plugin
 License:          MIT
 Group:            Development/Tools
@@ -58,7 +58,11 @@ This package contains the API documentat
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
 mkdir -p $MAVEN_REPO_LOCAL
-mvn-jpp -e -Dmaven.repo.local=$MAVEN_REPO_LOCAL install javadoc:javadoc
+mvn-jpp \
+        -e \
+        -Dmaven.test.skip=true \
+        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
+        install javadoc:javadoc
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -101,5 +105,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
-* Fri Jun 9 2010 Chris Spike <chris.spike at arcor.de> 1.1-1
-- Initial version of the package
\ No newline at end of file
+* Mon Jul 12 2010 Chris Spike <chris.spike at arcor.de> 1.1-2
+- Skipping tests
+
+* Fri Jul 9 2010 Chris Spike <chris.spike at arcor.de> 1.1-1
+- Initial version of the package



More information about the scm-commits mailing list