[ 
http://jira.codehaus.org/browse/MNG-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105020
 ] 

Florian Kirchmeir commented on MNG-3116:
----------------------------------------

@Tim & Tomislav: Yep, that's exactly what I was looking for!
Thanks for pointing me at it!

@Marcel: Hm, I'd have to experiment with that, since it's not quite obvious to 
me what will happen. Will this have the same effect, i.e. classes in src/test 
still being compiled and packaged, but not executed?
Even so, I think skipExec is better suited in my case, since it's obvious 
what's supposed to happen.

@Helton: Well, that will compile my test-classes, but won't package them with 
my application. :-(

@all: I'm closing this issue.

> maven.test.skip=true should not skip test compilation/packaging
> ---------------------------------------------------------------
>
>                 Key: MNG-3116
>                 URL: http://jira.codehaus.org/browse/MNG-3116
>             Project: Maven 2
>          Issue Type: Improvement
>    Affects Versions: 2.0.7
>            Reporter: Florian Kirchmeir
>
> Hi!
> I'm raising an issue that has already been noted for Maven 1.x. See: 
> http://jira.codehaus.org/browse/MPTEST-51
> In our case, we're running into this problem because our build-machine is 
> different from the test-machine. 
> So, when building the application, tests must not be executed, but still be 
> compiled and packaged!
> Currently, when setting maven.test.skip=true, compilation and packaging will 
> be skipped as well. 
> We'd need a way to skip test execution only!
> Best regards,
> Florian Kirchmeir

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