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: [email protected]
For additional commands, e-mail: [email protected]