Maxamillion (talk | contribs) (Created page with '= Maven for EPEL = This page hosts information about the current attempt to bring maven2 into the EPEL space. At the current time, the latest version that appears to be able to b...') |
Maxamillion (talk | contribs) |
||
Line 16: | Line 16: | ||
== Dependency Info == | == Dependency Info == | ||
Preliminary build has yielded some data about packages and their dependencies. I will be working towards making a complete list along with requirements such that we can successfully branch and maintain maven2 in EPEL. | Preliminary build has yielded some data about packages and their dependencies. I will be working towards making a complete list along with requirements such that we can successfully branch and maintain maven2 in EPEL. | ||
NOTE: The dependency tree listed here are only packages not currently in EPEL. | |||
{| | {| | ||
! Package !! Parent Package (dep satisfied) !! Required Version !! Status (For now) | ! Package !! Parent Package (dep satisfied) !! Required Version !! Build Status (For now) | ||
|- | |- | ||
| maven2 | | maven2 | ||
Line 24: | Line 26: | ||
| 2.0.4 | | 2.0.4 | ||
| <span style="color:green">OK</span> | | <span style="color:green">OK</span> | ||
|- | |||
| pmd | |||
| maven2 | |||
| >=3.6 | |||
| <span style="color:green">OK</span> | |||
|- | |||
| jaxen | |||
| pmd | |||
| >=3.6 | |||
| <span style="color:green">OK</span> | |||
|- | |||
| dom4j | |||
| jaxen | |||
| >=3.6 | |||
| <span style="color:green">OK</span> | |||
|} | |} |
Revision as of 22:14, 3 February 2010
Maven for EPEL
This page hosts information about the current attempt to bring maven2 into the EPEL space. At the current time, the latest version that appears to be able to be built for EL5 is maven 2.0.4
Progress
There is currently a successful and known working (only works with OpenJDK, Sun Java causes classpath errors) build located for el5-i386 here.
Item | Owner | Status |
---|---|---|
Track down all dependencies and get a successful build of maven2 to run on EL5 | Adam Miller | Done |
Map out and document the dependencies needed so that they can be branched for EPEL | Adam Miller | In progress |
Dependency Info
Preliminary build has yielded some data about packages and their dependencies. I will be working towards making a complete list along with requirements such that we can successfully branch and maintain maven2 in EPEL.
NOTE: The dependency tree listed here are only packages not currently in EPEL.
Package | Parent Package (dep satisfied) | Required Version | Build Status (For now) |
---|---|---|---|
maven2 | n/a | 2.0.4 | OK |
pmd | maven2 | >=3.6 | OK |
jaxen | pmd | >=3.6 | OK |
dom4j | jaxen | >=3.6 | OK |