Skipping testCompile when maven.test.skip is set is causing problems
--------------------------------------------------------------------
         Key: MPTEST-61
         URL: http://jira.codehaus.org/browse/MPTEST-61
     Project: maven-test-plugin
        Type: Wish

 Environment: N/A
    Reporter: Emanuel Bulic
    Priority: Blocker


I have a fairly complex project, and I use both the maven-compiler-plugin and 
the aspectj-maven-plugin.  I configured all modules to generate a test-jar.  I 
frequently run the build without executing the tests, however, I do expect that 
test be compiled, since I have dependencies on test-jars.  What I get is a 
collection of empty test jars, compilation error when compiling my aspectJ 
modules.  Neither the jar or aspecJ plugins use the maven.test.skip.  This 
discrepency should be avoided, either by using a different skip property 
(perhaps maven.testCompile.skip) or adding the same functionality to the other 
compiler plugins.

-- 
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

Reply via email to