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 01:33:43 UTC

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

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Sun, 11 Jan 2004 6:33 PM

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