The following issue has been updated:
Updater: Ben Walding (mailto:[EMAIL PROTECTED])
Date: Mon, 8 Sep 2003 6:29 PM
Comment:
Odd title problem
Changes:
summary changed from Allow uberjar conf can
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-799&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-799
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-799
Summary: Allow uberjar to place the project jar at the beginning of the
classworlds conf file
Type: Improvement
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: 1 hour
Project: maven
Components:
plugin-uberjar
Fix Fors:
1.1
Versions:
1.0-rc1
Assignee:
Reporter: Ben Walding
Created: Mon, 8 Sep 2003 6:28 PM
Updated: Mon, 8 Sep 2003 6:29 PM
Description:
Due to how resource resolution occurs within the classloader, sometimes it is
advantageous to have the project jar placed earlier in the classworlds configuration
for uberjars.
I.e. If I want my project resources to override another projects (eg META-INF/service,
or log4j or any other of a myriad) then I need my project jar occurring at the start
of the classworlds conf.
To this end,
Add a property (this name is only an example - it should be shortened)
maven.uberjar.project.jar.position=first
(domain = first | last) default should be last to remain consistent with existing
configuration.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]