Karl-Heinz Marbaise created MINVOKER-171: --------------------------------------------
Summary: Usage of full path in local repository of artifacts Key: MINVOKER-171 URL: https://jira.codehaus.org/browse/MINVOKER-171 Project: Maven Invoker Plugin Issue Type: Improvement Affects Versions: 1.9 Reporter: Karl-Heinz Marbaise Priority: Minor If you like to write a test for things like EventSpy it might be helpfull having a possibility to use a kind artifact path within the invoker.properties Instead of writing something like this (which is a bit clumsy): {code} invoker.mavenOpts=-Dmaven.ext.class.path=${localRepositoryPath}/xyz/abc/${project.version}/${project.build.finalName}.jar {code} Something like this would be more convenient: {code} invoker.mavenOpts=-Dmaven.ext.class.path=@project.artifact.path@ {code} -- This message was sent by Atlassian JIRA (v6.1.6#6162)