You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by snallami <sn...@gmail.com> on 2014/04/23 03:04:16 UTC

Re: Error of after running 'mvn package' command

I faced exact same issue , replying to this mail chain so that other can
benefit.

It looks like Hudson project is moved to eclipse.org hence in plugin pom.xml
we need to changed parent declaration as below 
    <parent>
        <groupId>org.eclipse.hudson.plugins</groupId>
        <artifactId>hudson-plugin-parent</artifactId>
        <version>3.0.0</version>
    </parent>


BTW in your machine if you first build the project for Jenkins and then
Hudson you won't encounter this issue. This happens only when you are
building Hudson plugin freshly where Jenkins dependent jars does not exist.







--
View this message in context: http://maven.40175.n5.nabble.com/Error-of-after-running-mvn-package-command-tp5762649p5791803.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org