[xmvn/jenkins] Revert "Simplify p2 artifact installation"

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Aug 14 10:53:47 UTC 2014


commit 1cd7d342a96db9cc530804aa64116335517e6daf
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Aug 14 12:53:44 2014 +0200

    Revert "Simplify p2 artifact installation"
    
    This reverts commit cdbb754af22737b9321b72c193a081678888e9e2.

 xmvn.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xmvn.spec b/xmvn.spec
index 8fccbda..f70d397 100644
--- a/xmvn.spec
+++ b/xmvn.spec
@@ -153,8 +153,12 @@ This package provides %{summary}.
 %prep
 %setup -q
 
+# TODO: move this to javapackages-tools
+%mvn_package ::xml:p2metadata: __noinstall
+%mvn_package ::xml:p2artifacts: __noinstall
+
 %mvn_package :xmvn __noinstall
-%mvn_package :*p2*:jar: p2
+%mvn_package :*p2* p2
 
 # In XMvn 2.x xmvn-connector was renamed to xmvn-connector-aether
 %mvn_alias :xmvn-connector-aether :xmvn-connector


More information about the scm-commits mailing list