[ANN] Apache Maven Deploy Plugin Version 2.8.2 Released

2014-09-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 2.8.2 The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. This is usually done in an integrat

[ANN] Apache Maven Install Plugin Version 2.5.2 Released

2014-09-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.5.2 The Install Plugin is used during the install phase to add artifact(s) to the local repository. The Install Plugin uses the information in the POM (groupId, artifactId, version) to determine

Re: Maven Release Plugin and Java 8 issue

2014-09-01 Thread Robert Scholte
Hi, I guess you configured IntelliJ to compile with Java8 instead of instructing Maven to do so. Did you set the source and target in the configuration of the maven-compiler-plugin?[1] It's not the maven-release-plugin which is responsible for setting the java source and target. thanks, R

Re: CD, version numbers, IDE integration

2014-09-01 Thread Jason van Zyl
We will have a full write up but we need to change the way resolution works to make building partial sets from the reactor correctly (--projects, --am, and --amd). My requirement is that there be full documentation before we release it. On Aug 31, 2014, at 10:40 PM, Milos Kleint wrote: > netbe

Re: Maven Release Plugin - release:branch: branch versions not set as expected

2014-09-01 Thread Graham Leggett
On 1 Sep 2014, at 03:21, Mark Gibson wrote: > Ok, thanks Robert. > > Sadly this doesn't fit my expectations or needs. I'll look to do something a > little more manual. Are you perhaps mixing up tagging and branching? What you describe sounds like what release:prepare would do. Regards, Grah

RE: Maven Release Plugin - release:branch: branch versions not set as expected

2014-09-01 Thread Mark Gibson
Ok, thanks Robert. Sadly this doesn't fit my expectations or needs. I'll look to do something a little more manual. Mark -Original Message- From: Robert Scholte [mailto:rfscho...@apache.org] Sent: 29 August 2014 17:51 To: Maven Users List Subject: Re: Maven Release Plugin - release:br

Re: No test to run, No code to compile

2014-09-01 Thread tertelos
Hi, how do i deactivate it ? i tried to write none within the phase tags but it didnt work at all -- View this message in context: http://maven.40175.n5.nabble.com/No-test-to-run-No-code-to-compile-tp5803100p5803505.html Sent from the Maven - Users mailing list archive at Nabble.com.