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 575667 Details for
Bug 810341
plexus-classworlds: Please update to maven 3
[?]
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]
updated patch
0001-Update-to-maven-3.patch (text/plain), 2.94 KB, created by
Mikolaj Izdebski
on 2012-04-06 08:17:56 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Mikolaj Izdebski
Created:
2012-04-06 08:17:56 UTC
Size:
2.94 KB
patch
obsolete
>From 45353ea06084202cd89d956e16346c84ac264cfb Mon Sep 17 00:00:00 2001 >From: Mikolaj Izdebski <mizdebsk@redhat.com> >Date: Thu, 5 Apr 2012 17:53:35 +0200 >Subject: [PATCH] Update to maven 3 > >- Remove rpm bug workaround >--- > plexus-classworlds.spec | 35 ++++++++--------------------------- > 1 files changed, 8 insertions(+), 27 deletions(-) > >diff --git a/plexus-classworlds.spec b/plexus-classworlds.spec >index 4c3300c..93bf0ea 100644 >--- a/plexus-classworlds.spec >+++ b/plexus-classworlds.spec >@@ -34,7 +34,7 @@ > > Name: %{parent}-%{subname} > Version: 2.4 >-Release: 3%{?dist} >+Release: 4%{?dist} > Summary: Plexus Classworlds Classloader Framework > License: ASL 2.0 and Plexus > Group: Development/Libraries >@@ -48,7 +48,7 @@ BuildArch: noarch > BuildRequires: jpackage-utils > BuildRequires: apache-commons-logging > BuildRequires: xml-commons-jaxp-1.3-apis >-BuildRequires: maven2 >+BuildRequires: maven > BuildRequires: maven-compiler-plugin > BuildRequires: maven-install-plugin > BuildRequires: maven-jar-plugin >@@ -64,9 +64,6 @@ BuildRequires: maven-surefire-maven-plugin > BuildRequires: maven-surefire-provider-junit > BuildRequires: plexus-utils > >-Requires(post): jpackage-utils >-Requires(postun): jpackage-utils >- > %description > Classworlds is a framework for container developers > who require complex manipulation of Java's ClassLoaders. >@@ -95,52 +92,36 @@ done > sed -i 's:<groupId>ant</groupId>:<groupId>org.apache.ant</groupId>:' pom.xml > > %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-rpmbuild -e install javadoc:javadoc > > %install > # jars > install -Dpm 644 target/%{name}-%{version}.jar \ > $RPM_BUILD_ROOT%{_javadir}/plexus/%{subname}.jar >-%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname} > > # pom > install -Dpm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{parent}-%{subname}.pom >+%add_maven_depmap JPP.%{parent}-%{subname}.pom plexus/%{subname}.jar > > # javadoc > install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name} > cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} > >-%pre javadoc >-# workaround for rpm bug, can be removed in F-17 >-[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \ >-rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : >- >-%post >-%update_maven_depmap >- >-%postun >-%update_maven_depmap >- > %files >-%defattr(-,root,root,-) > %{_javadir}/%{parent}/* > %{_mavenpomdir}/* > %{_mavendepmapfragdir}/* > %doc LICENSE.txt > > %files javadoc >-%defattr(-,root,root,-) > %doc LICENSE.txt > %doc %{_javadocdir}/%{name} > > %changelog >+* Thu Apr 5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4-4 >+- Update to maven 3 >+- Remove rpm bug workaround >+ > * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.7.7.6 >
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 810341
:
575489
| 575667