Message:

   The following issue has been resolved as FIXED.

   Resolver: Michal Maczka
       Date: Wed, 16 Jul 2003 4:01 AM

Was fixed in beta 10
---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-350
    Summary: war plugin does not respect overriden jars
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: 0 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0-beta-9

   Assignee: 
   Reporter: Paulo Silveira

    Created: Tue, 25 Mar 2003 5:35 AM
    Updated: Wed, 16 Jul 2003 4:01 AM

Description:
One of my POMs dep:

    <dependency>
      <id>mail</id>
      <version>1.3</version>
      <properties>
        <war.bundle.jar>true</war.bundle.jar>
      </properties>
    </dependency>    

But this dep we do not have @ the repository, so in projec.properties:

maven.jar.mail = ${basedir}/resource/nonRepositoryLibs/mail.jar

When java:compile'ing, it works fine. It download the repository dependencies but does 
not download the overriden ones.

But when war:webapp'ing, or war:war'ing, it tries to download the artifacts from the 
repository, ignoring my prject.properties.




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