From Fedora Project Wiki

Line 53: Line 53:
=== Packages that need work and/or reviews ===
=== Packages that need work and/or reviews ===


* <s>[https://bugzilla.redhat.com/show_bug.cgi?id=519488 plexus-registry] ([https://bugzilla.redhat.com/show_bug.cgi?id=500266 old pre-review request], new package)</s> build awaiting latest maven-surefire build to hit the buildroots
* <s>[https://bugzilla.redhat.com/show_bug.cgi?id=519488 plexus-registry] ([https://bugzilla.redhat.com/show_bug.cgi?id=500266 old pre-review request], new package)</s> [http://koji.fedoraproject.org/koji/taskinfo?taskID=1646977 build] (part of chain build)
* <s>maven-doxia (changes in CVS.  needs tagging and building) (needed some XmlTo* classes resurrected from iText 1.4; [http://overholt.fedorapeople.org/itext-xmloutput2.patch proposed patch to iText], [https://sourceforge.net/tracker/?func=detail&aid=2846427&group_id=15255&atid=365255 upstream tracker for iText patch], [http://jira.codehaus.org/browse/DOXIA-53 upstream tracker for iText + Doxia])</s> build awaiting latest maven-surefire build to hit the buildroots
* <s>maven-doxia (changes in CVS.  needs tagging and building) (needed some XmlTo* classes resurrected from iText 1.4; [http://overholt.fedorapeople.org/itext-xmloutput2.patch proposed patch to iText], [https://sourceforge.net/tracker/?func=detail&aid=2846427&group_id=15255&atid=365255 upstream tracker for iText patch], [http://jira.codehaus.org/browse/DOXIA-53 upstream tracker for iText + Doxia])</s> [http://koji.fedoraproject.org/koji/taskinfo?taskID=1646977 build] (part of chain build)
* [https://bugzilla.redhat.com/show_bug.cgi?id=519051 maven2-plugin-shade] ([https://bugzilla.redhat.com/show_bug.cgi?id=500261 old pre-review request] (new package) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=519051 maven2-plugin-shade] ([https://bugzilla.redhat.com/show_bug.cgi?id=500261 old pre-review request] (new package) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=520202 maven-doxia-sitetools] (new package, [https://bugzilla.redhat.com/show_bug.cgi?id=500267 old pre-review request]) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=520202 maven-doxia-sitetools] (new package, [https://bugzilla.redhat.com/show_bug.cgi?id=500267 old pre-review request]) awaiting CVS
* maven-shared (update) done in CVS and tagged, awaiting plexus-registry build
* maven-shared (update done in CVS) [http://koji.fedoraproject.org/koji/taskinfo?taskID=1646977 build] (part of chain build)
* jarjar - new package
* jarjar - new package
* cglib - new package
* cglib - new package
Line 63: Line 63:
* [https://bugzilla.redhat.com/show_bug.cgi?id=520485 maven-plugins-tools] (new package, [https://bugzilla.redhat.com/show_bug.cgi?id=500268 old pre-review request]) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=520485 maven-plugins-tools] (new package, [https://bugzilla.redhat.com/show_bug.cgi?id=500268 old pre-review request]) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=520491 maven-embedder] (new package [https://bugzilla.redhat.com/show_bug.cgi?id=500269 old pre-review request])
* [https://bugzilla.redhat.com/show_bug.cgi?id=520491 maven-embedder] (new package [https://bugzilla.redhat.com/show_bug.cgi?id=500269 old pre-review request])
* maven-scm (update done in CVS (also javacvs -> netbeans-ide11 change) and tagged) awaiting earlier packages to build
* maven-scm (update done in CVS (also javacvs -> netbeans-ide11 change) and tagged) [http://koji.fedoraproject.org/koji/taskinfo?taskID=1646977 build] (part of chain build)
* [https://bugzilla.redhat.com/show_bug.cgi?id=520500 maven-enforcer-rule-api] (new package [https://bugzilla.redhat.com/show_bug.cgi?id=500270 old pre-review request]) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=520500 maven-enforcer-rule-api] (new package [https://bugzilla.redhat.com/show_bug.cgi?id=500270 old pre-review request]) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=520501 maven-archiver] (new package [https://bugzilla.redhat.com/show_bug.cgi?id=500271 old pre-review request]) awaiting CVS
* [https://bugzilla.redhat.com/show_bug.cgi?id=520501 maven-archiver] (new package [https://bugzilla.redhat.com/show_bug.cgi?id=500271 old pre-review request]) awaiting CVS

Revision as of 23:01, 31 August 2009

Maven Update

There is a lot of work to do to update the version of Maven in Fedora.

Maven 2.0.8

While this version of Maven is old, it is newer than what we have (2.0.4) and can hopefully be readied for Fedora 12. The main tracker bug is bug 429551. Be sure to file any issues that are a part of this work as blockers of that bug.

In order to build some of the packages below that are higher up the dependency chain, you will need some of the packages lower on the dependency chain. If a simple yum --enablerepo=rawhide install of the packages you need doesn't work, you can try the repository of just-built packages, adjusting for your architecture as appropriate:

[koji]
name=Fedora 12 - i386
baseurl=http://koji.fedoraproject.org/static-repos/dist-f12-build-current/i386
enabled=0

and then use yum --enablerepo=koji install

Packages that are done

The following list ordering is important. Many of the below are "Pre-Review Requests". We should just turn them into full review requests. The Java packaging guidelines and regular packaging guidelines must be followed.

maven2 is built in koji in bootstrap mode

Packages that need work and/or reviews

Maven 2.2.1

This is the most recent version of Maven (as of 2009-08-21). In order to simplify things, we have discussed the idea of splitting the Maven plugins into individual SRPMs. This will be a lot of initial work but will pay off by reducing long-term maintenance.