Re: How to skip tests during release:prepare?

2010-07-18 Thread Paul Benedict
Doubt it will make a difference, but you can try -DskipTests=true. Perhaps the alias will have another effect? On Mon, Jul 19, 2010 at 12:57 AM, Stephen Connolly wrote: > the reason to bother compiling is to verify that the release build will work > when the version numbers have been transformed.

Re: How to skip tests during release:prepare?

2010-07-18 Thread Stephen Connolly
the reason to bother compiling is to verify that the release build will work when the version numbers have been transformed. But if you don't mind borked tags in your SCM On 19 July 2010 01:26, Zac Thompson wrote: > I think the preparationGoals property could also be useful here > > e.g. -Dp

Re: change version?

2010-07-18 Thread Stephen Connolly
On 19 July 2010 06:10, Haszlakiewicz, Eric wrote: > >-Original Message- > >From: Shan Syed [mailto:shan...@gmail.com] > > > >http://maven.apache.org/plugins/maven-release-plugin/examples/update- > >versions.html > > > >On Tue, Jul 6, 2010 at 5:06 PM, Frank Maritato > > wrote: > >> I have

Re: change version?

2010-07-18 Thread SaM
Have a look at this http://mojo.codehaus.org/versions-maven-plugin/ HTH SaM On 19 juil. 2010, at 07:10, "Haszlakiewicz, Eric" wrote: >> -Original Message- >> From: Shan Syed [mailto:shan...@gmail.com] >> >> http://maven.apache.org/plugins/maven-release-plugin/examples/update- >> versi

RE: maven-nar-plugin library loading - how to make use of native libraries opaque

2010-07-18 Thread Haszlakiewicz, Eric
>-Original Message- >From: sc...@scode.org [mailto:sc...@scode.org] On Behalf Of Peter Schuller > >* project C (junixsocket in this case) using maven-nar-plugin to build >and deploy jar and nar artifacts >* project B, depending on C >* project A, depending on B > >I now want to simply decla

RE: change version?

2010-07-18 Thread Haszlakiewicz, Eric
>-Original Message- >From: Shan Syed [mailto:shan...@gmail.com] > >http://maven.apache.org/plugins/maven-release-plugin/examples/update- >versions.html > >On Tue, Jul 6, 2010 at 5:06 PM, Frank Maritato > wrote: >> I have a multimodule maven project and I want to change the version >number.

Re: How to skip tests during release:prepare?

2010-07-18 Thread Zac Thompson
I think the preparationGoals property could also be useful here e.g. -DpreparationGoals=clean (if you're not going to test, why bother compiling during prepare at all?) http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#preparationGoals Zac On Thu, Jul 15, 2010 at 4:57 PM, p

RE: How to skip tests during release:prepare?

2010-07-18 Thread Martin Gainty
i use the feature when i want to create a jar to bypass potential bogus Surefire testcase.. (for qa distro i make sure testcases are compiled and executed) glad to hear that worked for you Martin __ Verzicht und Vertraulichkeitanmerkung/Note de dé

Re: Codehaus Repository

2010-07-18 Thread Jason van Zyl
We have been helping Ben migrate things over to http://nexus.codehaus.org but it's slow going. He use to be running the Nexus indexer but I don't know what the status is. Your best bet is to use the JIRA issue tracking system at Codehaus to raise the issue. We certainly do try to help but users

maven-eclipse-plugin Own settings and .project-properties

2010-07-18 Thread Moritz Winter
Hello everybody, i'd like to achieve the following: - Importing a maven project into eclipse via m2eclipse - Write my own settings files to hide target, .project etc. from eclipse navigator and mylyn task context (Properties->Resource->Resource Filter) - Install eclipse-plugins if thats possibl