RE: Re: Release a snapshot version

2018-06-27 Thread Ravindranatha Panikar, Renjith
Thanks Thomas, that did the job. regards, -Original Message- From: Thomas Broyer [mailto:t.bro...@gmail.com] Sent: Thursday, June 28, 2018 1:47 AM To: Maven Users List Subject: [External] Re: Release a snapshot version It looks like you just want to deploy your snapshot to a

[ANN] Maven Project Info Reports Plugin 3.0.0 released

2018-06-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.0.0. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

Re: Release a snapshot version

2018-06-27 Thread Thomas Broyer
It looks like you just want to deploy your snapshot to a repository; in that case you'll want to simply "mvn deploy", without even using the maven-release-plugin (for the reasons Karl Heinz gave) Le mer. 27 juin 2018 18:30, Ravindranatha Panikar, Renjith < rr...@allstate.com> a écrit : > I am

Re: Release a snapshot version

2018-06-27 Thread Karl Heinz Marbaise
Hi, On 27/06/18 12:25, Ravindranatha Panikar, Renjith wrote: I am planning to use maven release plugin for automating the release of our application. There can be two types of releases. Normal Release: Current code should be

Release a snapshot version

2018-06-27 Thread Ravindranatha Panikar, Renjith
I am planning to use maven release plugin for automating the release of our application. There can be two types of releases. Normal Release: Current code should be tagged. Pom.xml should get

Re: where to specify pluginRepositories for a custom maven core extension

2018-06-27 Thread Matthieu BROUILLARD
Hi Nicolas, If you want perhaps you can also contribute to https://github.com/jgitver/jgitver-maven-plugin which computes project version automatically for maven (there is also a gradle project). Concerning your question, I never had such a problem. My core extensions are downloaded from the

where to specify pluginRepositories for a custom maven core extension

2018-06-27 Thread Nicolas Brasey
Hi, I developed a maven core extension which controls the project version and the distribution managment repository depending on the git branch before the build starts. I specify the coordinates of my extension by providing a file which is located in the project git repo, inside

maven-archetype extension produces jar without Manifest.mf

2018-06-27 Thread Marek Novotný
Hi, looking at current maven-archetype extension it doesn't extends fully the maven-jar-plugin as it cannot produce or setup to include a Manifest.mf file into resulting archetype jar. Is that intention, omission or I just wasn't able to configure it properly? Any help is welcome. Ps. I