Hi Marcel Great work on your explanations but I hit the snag. Cant find one dependency anwhere. Using Professional Edition, Version: 2.4.0-09 Here is what I dont have <dependency> <groupId>org.sonatype.nexus</groupId> <artifactId>*nexus-custom-metadata-plugin-client*</artifactId> <version>1.0</version> </dependency>
On Monday, August 6, 2012 5:43:00 AM UTC-7, Marcel Birkner wrote: > > Hi, > > I was looking for a way to add some metadata to build artifacts after they > are deployed to Nexus / Artifactory. Since both tools offer a > metadata-plugin for the Pro Editions I decided to write my own Jenkins > Plugin that calls the Nexus REST API to add some metadata to the deployed > artifact. Turns out, writing Jenkins plugins is not that hard thanks to > some great documentation and the Maven hpi plugin that creates the project > skeleton. > > I wrote up my experience when developing the plugin and posted the project > on github. > > > - Jenkins - Nexus > Tutorial<http://blog.codecentric.de/en/2012/08/tutorial-create-a-jenkins-plugin-to-integrate-jenkins-and-nexus-repository/> > - Sourcecode on > Github<https://github.com/marcelbirkner/nexus-metadata-plugin/> > > > I hope you find the article helpful in creating your own Jenkins plugins > in the future. > > Greetings, > Marcel > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
