Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.1-alpha-1
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Environment:acegi branch
-
Complexity:Intermediate
-
Number of attachments :
Description
When the aspectj plugin is in the pom the test fails
I traced the problem, in the test phase (after test-compile) for some reason target\classes\META-INF\plexus\components.xml is the one in src/test/resources instead of the main one
Issue Links
- depends upon
-
MASPECTJ-23
Strange problem with aspectj plugin swapping main and test classes and resources
-
yes, if you look at the target/test-classes directory you see all of the classes from the target/classes copied over with aspect stuff run on them, this might also have copied over the components.xml file which is what you observed.