The following issue has been updated:

    Updater: Wiley Fuller (mailto:[EMAIL PROTECTED])
       Date: Tue, 9 Nov 2004 8:20 PM
    Comment:
Added the maven.xml file for testing this change. 

    Changes:
             Attachment changed to maven.xml
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPEAR-23?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPEAR-23

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPEAR-23
    Summary: need to be able to set location of resources within the EAR file
       Type: New Feature

     Status: Open
   Priority: Minor

 Original Estimate: 3 hours
 Time Spent: Unknown
  Remaining: 3 hours

    Project: maven-ear-plugin

   Assignee: Felipe Leme
   Reporter: Wiley Fuller

    Created: Wed, 13 Oct 2004 8:20 PM
    Updated: Tue, 9 Nov 2004 8:20 PM

Description:
The EAR plugin does not currently provide a way of changing the path of 
included resources. 
This is a problem for weblogic server 8.1, if you want to place bundled JARs 
into the /APP-INF/lib directory, so that they are available to all the other 
modules contained in the EAR file. 

I think the best solution would be to mirror the  war.target.path property of 
the WAR plugin, and create an ear.target.path property.

The Dependency element would look something like the following.

  <dependency>
    <id>third-party</id>
    <version>1.0</version>
    <properties>
      <ear.target.path>/APP-INF/lib</ear.target.path>
    </properties>
  </dependency>


---------------------------------------------------------------------
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]

Reply via email to