Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602607 Details for
Bug 846160
[patch] Generate OSGI manifest with maven-plugin-bundle
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
generate OSGI info
0001-Generate-OSGI-info-using-maven-plugin-bundle.patch (text/plain), 2.03 KB, created by
Gerard Ryan
on 2012-08-07 00:57:47 UTC
(
hide
)
Description:
generate OSGI info
Filename:
MIME Type:
Creator:
Gerard Ryan
Created:
2012-08-07 00:57:47 UTC
Size:
2.03 KB
patch
obsolete
>From 1cde88fc4df6653bb8c2e1a91d6e6a5268e217ca Mon Sep 17 00:00:00 2001 >From: Gerard Ryan <gerard@ryan.lt> >Date: Tue, 7 Aug 2012 01:46:36 +0100 >Subject: [PATCH] Generate OSGI info using maven-plugin-bundle > >--- > plexus-classworlds.spec | 20 +++++++++++++++++++- > 1 file changed, 19 insertions(+), 1 deletion(-) > >diff --git a/plexus-classworlds.spec b/plexus-classworlds.spec >index 4e4019b..0246aa3 100644 >--- a/plexus-classworlds.spec >+++ b/plexus-classworlds.spec >@@ -34,7 +34,7 @@ > > Name: %{parent}-%{subname} > Version: 2.4 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Plexus Classworlds Classloader Framework > License: ASL 2.0 and Plexus > Group: Development/Libraries >@@ -62,6 +62,7 @@ BuildRequires: maven-shared-reporting-impl > BuildRequires: maven-dependency-plugin > BuildRequires: maven-surefire-maven-plugin > BuildRequires: maven-surefire-provider-junit >+BuildRequires: maven-plugin-bundle > BuildRequires: plexus-utils > > %description >@@ -91,6 +92,20 @@ done > # fix ant groupId > sed -i 's:<groupId>ant</groupId>:<groupId>org.apache.ant</groupId>:' pom.xml > >+# Generate OSGI info >+%pom_xpath_inject "pom:project" "<packaging>bundle</packaging>" >+%pom_xpath_inject "pom:build/pom:plugins" " >+ <plugin> >+ <groupId>org.apache.felix</groupId> >+ <artifactId>maven-bundle-plugin</artifactId> >+ <extensions>true</extensions> >+ <configuration> >+ <instructions> >+ <Export-Package>*</Export-Package> >+ </instructions> >+ </configuration> >+ </plugin>" >+ > %build > mvn-rpmbuild -e install javadoc:javadoc > >@@ -118,6 +133,9 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} > %doc %{_javadocdir}/%{name} > > %changelog >+* Mon Aug 06 2012 Gerard Ryan <galileo@fedoraproject.org> - 2.4-6 >+- Generate OSGI info using maven-plugin-bundle >+ > * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >1.7.11.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 846160
: 602607