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/04/27 21:00:05 UTC

[jira] Closed: (MAVEN-350) war plugin does not respect overriden jars

Message:

   The following issue has been closed.

---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 0 minutes
 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: Tue, 27 Apr 2004 2:58 PM

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org