I need to unpack an artifact, and I need to use it's unpacked location in several places (in multiple files). I don't want to have to update all the copies of that location every time I change versions. Is there a way I can strip the version from the output directory? It doesn't look like stripVersion is supported with the unpack mojo.
|
feedback
|
|
Try this:
| |||||
feedback
|
|
Does the plugin you are using to create the artifact provide a If so you can set the property to some fixed value. | ||||
|
feedback
|
maven-dependency-pluginconfiguration from yourpomso we can debug? – orien Nov 18 '11 at 20:12