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/13 01:41:39 UTC

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

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Mon, 12 Jan 2004 6:40 PM

If you'd like to provide a patch for the documentation, feel free.

The docs are at: http://maven.apache.org/reference/plugins/ejb/properties.html
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: WON'T FIX

 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 6:40 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