[
https://issues.apache.org/jira/browse/TIKA-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495175#comment-13495175
]
Thomas Mortagne commented on TIKA-1023:
---------------------------------------
Moved on https://github.com/Gagravarr/VorbisJava/issues/2.
> 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