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 2003/11/09 16:10:05 UTC

[jira] Updated: (MAVEN-986) war plugin doesn't copy resources in no sources present

The following issue has been updated:

    Updater: dion gillard (mailto:dion@apache.org)
       Date: Sun, 9 Nov 2003 9:09 AM
    Comment:
Can you give me some more detail?

>From the plugin:
    <j:if test="${sourcesPresent == 'true'}">
      <ant:copy todir="${webapp.build.classes}">
        <ant:fileset dir="${maven.build.dest}"
          includes="${maven.war.classes.includes}"
          excludes="${maven.war.classes.excludes}">
        </ant:fileset>
      </ant:copy>
    </j:if>

This is *not* about copying <resources>, but classes.????
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-986
    Summary: war plugin doesn't copy resources in no sources present
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-war
   Fix Fors:
             1.1

   Assignee: 
   Reporter: Brett Porter

    Created: Wed, 29 Oct 2003 11:16 PM
    Updated: Sun, 9 Nov 2003 9:09 AM
Environment: maven-war-plugin-1.4, although it is in 1.5-SNAPSHOT too

Description:
due to the use of sourcesPresent to avoid copying the classes directory, and running test:test + java:compile, any resources present in a webapp with no source do not get copied


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