[ http://jira.codehaus.org/browse/MRRESOURCES-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95002 ]
Daniel Kulp commented on MRRESOURCES-6: --------------------------------------- That is actually due to bug: http://jira.codehaus.org/browse/SUREFIRE-300 If you just put a test scope dependency to junit, it should work fine. Other option is to add: <properties> <maven.test.skip>true</maven.test.skip> </properties> which would cause all the test stuff to skip entirely. The main issue is that remote-resources doesn't really know if there ARE tests or not when it runs. By default, it runs in generate-sources. Tests could be created as part of generate-test-sources or similar. > Remote resources are not added to test jars > ------------------------------------------- > > Key: MRRESOURCES-6 > URL: http://jira.codehaus.org/browse/MRRESOURCES-6 > Project: Maven 2.x Remote Resources Plugin > Issue Type: Bug > Affects Versions: 1.0-alpha-1 > Reporter: Daniel Kulp > Assignee: Daniel Kulp > Fix For: 1.0-alpha-2 > > > Generated remote-resources should also be added to the test jar create with > jar:test-jar. -- 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