Thomas Mortagne created TIKA-1023:
-------------------------------------

             Summary: Weird <scope> associated to vorbis-java-core tests in 
vorbis-java-tika
                 Key: TIKA-1023
                 URL: https://issues.apache.org/jira/browse/TIKA-1023
             Project: Tika
          Issue Type: Bug
          Components: packaging
    Affects Versions: 1.2
            Reporter: Thomas Mortagne


Here is how the dependencu is declared:
{code}
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>vorbis-java-core</artifactId>
      <version>${project.version}</version>
      <classifier>tests</classifier>
      <scope>test,provided</scope>
    </dependency>
{code}

It's the first time I see such a multiple scope.

Among other things it make the Maven WAR plugin include this dependency as if 
it was a build scope dependency.


I don't know if this worked in old version of Maven but 
org.apache.maven.model.Dependency has only one scope for sure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to