You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/01/12 15:19:53 UTC

[jira] Commented: (MPEJB-8) ejb plugin should allow sources to be excluded

The following comment has been added to this issue:

     Author: dion gillard
    Created: Mon, 12 Jan 2004 8:18 AM
       Body:
maven.ejb.src is for *non-java* source, e.g. ejb-jar.xml, extras in META-INF etc.

I don't believe this is a valid bug.
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPEJB-8


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPEJB-8
    Summary: ejb plugin should allow sources to be excluded
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-ejb-plugin
   Versions:
             1.3

   Assignee: 
   Reporter: Brian Topping

    Created: Sun, 11 Jan 2004 6:33 PM
    Updated: Mon, 12 Jan 2004 8:18 AM

Description:
Patch follows inline.  Currently, sources are required to be included in an EJB jar.  This isn't desirable in all cases, and is a security concern in some environments.  

Index: ejb/plugin.jelly
===================================================================
RCS file: /home/cvspublic/maven-plugins/ejb/plugin.jelly,v
retrieving revision 1.12
diff -r1.12 plugin.jelly
104c104,107
<       <ant:fileset dir="${maven.ejb.src}"/>
---
>       <ant:fileset dir="${maven.ejb.src}"
>         includes="${maven.ejb.includes}"
>         excludes="${maven.ejb.excludes}">
>       </ant:fileset>



---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org