Tag Archives: Artifactory

Running the Maven Release Plugin with Jenkins

Recently I started to implement our release process in Jenkins. Until then I just ran the release plugin of Maven on my local machine which did the job. As I said we decided to move this task to Jenkins. The … Continue reading

Posted in Jenkins, Maven | Tagged , , , | 2 Comments

Populate your Maven repo with Mule ESB libraries

Update: I recently discovered that the Mule EE libraries are available in a Maven repository. You have to have a Mule EE license to obtain the credentials. More info about it here. This option would make the remainder of the … Continue reading

Posted in Maven, Mule3 | Tagged , , | 1 Comment

Create your own Maven2 Archetype

Although I am using Maven for quite some time now over the last years I have never had the need to create my own archetype. Untill my current project. And luckily this is greatly simplified in Maven2.2. The first thing … Continue reading

Posted in Maven | Tagged , | 2 Comments