The following issue has been updated:
Updater: Felipe Leme (mailto:[EMAIL PROTECTED])
Date: Wed, 8 Dec 2004 10:43 AM
Comment:
Hmm, this sounds like a multiproject-only issue, as I test02 tested the
situation where both bundle.name and bundle.dir were set:
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<properties>
<ear.bundle>true</ear.bundle>
<ear.bundle.name>LOG4J.JAR</ear.bundle.name>
<ear.bundle.dir>/APP-INF/lib</ear.bundle.dir>
</properties>
</dependency>
</dependencies>
I will give it a better look later tonight...
-- Felipe
Changes:
Version changed to 1.6
Version changed from 1.5
Fix Version changed to 1.7
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/browse/MPEAR-31?page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPEAR-31
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPEAR-31
Summary: goal ear:generate-ear-descriptor produces invalid application.xml
Type: Bug
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-ear-plugin
Fix Fors:
1.7
Versions:
1.6
Assignee: Felipe Leme
Reporter: Matthias M�ller
Created: Wed, 8 Dec 2004 9:12 AM
Updated: Wed, 8 Dec 2004 10:43 AM
Environment: maven 1.0.2
Description:
if I make use of the dependency properties
ear.bundle.dir or ear.bundle.name
the generated application.xml file is invalid
since it uses dep.getArtifact() instead of
the name of the renamed 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]