Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Mon, 4 Aug 2003 9:33 AM

j2ee:ear* has moved to the ear plugin and been fixed
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-142


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-142
    Summary: [j2ee:ear] Properties maven.j2ee.ear.includes, maven.j2ee.ear.excludes
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: WON'T FIX

 Time Spent: Unknown
  Remaining: 0 minutes

    Project: maven
   Fix Fors:
             1.0-rc1

   Assignee: 
   Reporter: Tobias Rademacher

    Created: Fri, 18 Oct 2002 3:08 AM
    Updated: Mon, 4 Aug 2003 9:33 AM
Environment: WinNT 4.0, JDK 1.4.1, Maven-beta-7

Description:
Properties maven.j2ee.ear.includes and maven.j2ee.ear.includes are not used as 
described in Plugin Documentation on Maven Web-Site.


Resolving this bug is fairly simple:

After adding the marked dependies into into the ear file the following ant task works 
fine:

<fileset dir="${maven.build.dir}" includes="${maven.j2ee.ear.includes}"   
excludes="${maven.j2ee.ear.excludes}"/> 

This does what is currently described into the documenation.

You should have a look at the plugin.properties and activate the outcommented 
properties for ear goal.

Thx ;-)




---------------------------------------------------------------------
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]

Reply via email to