[maven-project-info-reports-plugin] Don't install artifacts in local repository

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jul 22 11:16:25 UTC 2013


commit 09238ce7c07e4bed11102b3f1e9830f2d5f22d15
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jul 22 13:16:06 2013 +0200

    Don't install artifacts in local repository

 maven-project-info-reports-plugin.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/maven-project-info-reports-plugin.spec b/maven-project-info-reports-plugin.spec
index f01ec37..6c36bf0 100644
--- a/maven-project-info-reports-plugin.spec
+++ b/maven-project-info-reports-plugin.spec
@@ -88,7 +88,7 @@ popd
 pushd %{name}-%{version}
 mvn-rpmbuild \
         -Dmaven.test.skip=true \
-        install javadoc:javadoc
+        verify javadoc:javadoc
 popd
 
 %install
@@ -116,6 +116,7 @@ popd
 %changelog
 * Mon Jul 22 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.7-1
 - Update to upstream version 2.7
+- Don't install artifacts in local repository
 
 * Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.6-5
 - Remove dependencies with test scope


More information about the scm-commits mailing list