The following comment has been added to this issue:
Author: Wiley Fuller
Created: Mon, 8 Nov 2004 11:24 PM
Body:
After more investigation, it appears that this feature isn't needed.
components of an EAR file, (eg, ejb JARs and WAR files) reference other jar
files at the same level as themselves.
Adding a Class-Path entry to the EAR manifest file is equivalent to referencing
a JAR file that is external to the EAR file.
See the J2EE 1.4 spec' pp 121-124, for examples.
http://java.sun.com/j2ee/j2ee-1_4-fr-spec.pdf
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPEAR-22?page=comments#action_26218
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPEAR-22
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPEAR-22
Summary: The ear plugin needs to have a settable manifest Class-Path like
the WAR plugin
Type: New Feature
Status: Open
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-ear-plugin
Assignee: Felipe Leme
Reporter: Wiley Fuller
Created: Wed, 13 Oct 2004 7:27 PM
Updated: Mon, 8 Nov 2004 11:24 PM
Description:
There is currently no way to add bundled dependencies to the Class-Path entry
in the EAR manifest file, like in the WAR plugin.
A dependency entry in the project file should look like the following...
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<properties>
<ear.bundle>true</ear.bundle>
<ear.manifest.classpath>true</ear.manifest.classpath>
</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]