The following comment has been added to this issue:
Author: Felipe Leme
Created: Mon, 15 Nov 2004 10:33 PM
Body:
Due to fix for MPEAR-26 I changed the new property to ear.bundle.dir (instead
of ear.target.path).
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPEAR-23?page=comments#action_26442
---------------------------------------------------------------------
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: Closed
Priority: Minor
Resolution: FIXED
Original Estimate: 3 hours
Time Spent: Unknown
Remaining: 3 hours
Project: maven-ear-plugin
Fix Fors:
1.6
Assignee: Felipe Leme
Reporter: Wiley Fuller
Created: Wed, 13 Oct 2004 8:20 PM
Updated: Mon, 15 Nov 2004 10:33 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]