Plugin fail to read url tag as variable:
project.distributionManagement.repository.url
and url is HTTTP based protokol
<execution>
<phase>deploy</phase>
<goals>
<goal>deploy-file</goal>
</goals>
<configuration>
<url>${project.distributionManagement.repository.url}</url>
<repositoryId>snapshots</repositoryId>
<file>${dist.dir.client}/${client.jar.arnes.name}.jar</file>
Error:
The parameters 'file', 'url' for goal
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file are missing or
invalid
Another maven plugin with bad documentation or error output, maven is so
unpredictable building tool.
Regards, Tomaz
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]