Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Fri, 8 Aug 2003 8:37 AM
Done with some modifications
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-632
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-632
Summary: Please add maven.ejb.excludes to ejb:ejb goal
Type: Improvement
Status: Closed
Priority: Minor
Resolution: FIXED
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-other
Fix Fors:
1.0-rc1
Assignee:
Reporter: James CE Johnsom
Created: Wed, 30 Jul 2003 8:54 AM
Updated: Fri, 8 Aug 2003 8:37 AM
Environment: 1.0-beta-11-SNAPSHOT pulled ~7/22
Linux, JVM 1.4
Description:
This patch adds an <ant:exclude name="${maven.ejb.excludes}"/> so that we can keep
nasty things like log4j.properties out of our ejb jars.
diff --context /home/jcej/jakarta/maven/src/plugins-build/ejb/plugin.jelly
./plugin.jelly
*** /home/jcej/jakarta/maven/src/plugins-build/ejb/plugin.jelly Tue Jul 22 10:21:20
2003
--- ./plugin.jelly Wed Jul 30 09:44:48 2003
***************
*** 100,106 ****
</ant:manifest>
<ant:fileset dir="${maven.ejb.src}"/>
! <ant:fileset dir="${maven.build.dest}"/>
</ant:jar>
--- 100,108 ----
</ant:manifest>
<ant:fileset dir="${maven.ejb.src}"/>
! <ant:fileset dir="${maven.build.dest}">
! <ant:exclude name="${maven.ejb.excludes}"/>
! </ant:fileset>
</ant:jar>
---------------------------------------------------------------------
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]