aspectLibrary does not allow to specify type/classifier
-------------------------------------------------------
Key: MASPECTJ-67
URL: http://jira.codehaus.org/browse/MASPECTJ-67
Project: Mojo AspectJ Plugin
Issue Type: Bug
Affects Versions: 1.1
Reporter: nicolas de loof
My project has dependency on a jar and it's test jar :
<dependency>
<groupId>fr.loof.fonzie</groupId>
<artifactId>fonzie</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fr.loof.fonzie</groupId>
<artifactId>fonzie</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
When running test-compile goal, the aspectLibrary set in the ajdt compiler
script is the test-jar, not the jar (that contains the aspects)
The <aspectLibrary> element does not support to specify a type or a classifier
to disambigute such dependencies
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email