Issue 11405
Investigate why maven-jar-plugin does not inherit "test-jar" in registry-ws
11405
Reporter: trobertson
Type: Improvement
Summary: Investigate why maven-jar-plugin does not inherit "test-jar" in registry-ws
Priority: Minor
Resolution: Invalid
Status: Closed
Created: 2012-06-11 13:53:18.984
Updated: 2013-12-16 17:51:02.467
Resolved: 2013-12-10 17:14:04.501
Description: The registry-ws pom explicitly has:
org.apache.maven.plugins
maven-jar-plugin
test-jar
but this should be unnecessary.
Without this though, executing the following does not put the test jar in the repository, so the registry-ws-client cannot compile.
$ mvn clean package verify install -P portal,reg
]]>
Author: mdoering@gbif.org
Created: 2012-06-11 14:31:24.166
Updated: 2012-06-11 14:31:24.166
Maybe its related to maven not pushing transitive test dependencies down ever?
http://jira.codehaus.org/browse/MNG-1378