The following issue has been updated:

    Updater: Norbert Pabis (mailto:[EMAIL PROTECTED])
       Date: Mon, 11 Aug 2003 6:51 AM
    Comment:
Patch addressing points mentioned in issue submission.
    Changes:
             Attachment changed to plugin.jelly.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-667&page=history

---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-667
    Summary: WAR plugin is missing some features (patch included)
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-war
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Norbert Pabis

    Created: Mon, 11 Aug 2003 6:50 AM
    Updated: Mon, 11 Aug 2003 6:51 AM

Description:
WAR plugin is missing several features:
1. there are maven.war.classes.includes and maven.war.classes.excludes
as configurable includes and excludes from maven.build.dest,
but it is implemented as <include> and <exclude> within <fileset>.
In this case mulitiple entries separeted with , do not work.
It should be rather <filset includes=... excludes=...

2. similarly to 1. there should be maven.war.src.includes and
maven.war.src.excludes as configurowable includes and excludes from maven.war.src

3. WAR name should be rather maven.final.name than pom.artifactId

4. Before copying files to webapp.build.classes from maven.build.dest
sanity check should be performed, because if there no jar:compile
before war goal the directory maven.build.dest does not exist.
While jar:compile is not prerequisites of war the directory should
be created by WAR goal alone.


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