You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/09 01:29:16 UTC

[jira] Created: (MAVEN-799) Allow uberjar conf can

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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 conf can 
       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:28 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org