On 05/02/2013 01:51 PM, Jesse Glick wrote:
On 05/02/2013 05:46 AM, Elmir Jagudin wrote:
Does anyone know what is the problem?
Make sure you are using the newest maven-hpi-plugin. 1.95 I think.
Yes, forcing version 1.95 of maven-hpi-plugin solves this problem. Thanks!
I added following fragment to my plugin's pom.xml:
<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.95</version>
</plugin>
</plugins>
</build>
That'll do for now.
I still don't understand why maven did not pick up latest version of
maven-hpi-plugin automatically.
/elmir
--
You received this message because you are subscribed to the Google Groups "Jenkins
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.