Re: AW: AW: AW: releas:perform with profiles fails

2010-12-22 Thread Ron Wheeler
On 22/12/2010 2:56 AM, Hauschel Fred Robert wrote: See inline... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Dienstag, 21. Dezember 2010 17:17 An: users@maven.apache.org Betreff: Re: AW: AW: releas:perform with profiles fails On 21/12

AW: AW: AW: AW: releas:perform with profiles fails

2010-12-22 Thread Hauschel Fred Robert
: releas:perform with profiles fails On 22/12/2010 2:56 AM, Hauschel Fred Robert wrote: See inline... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Dienstag, 21. Dezember 2010 17:17 An: users@maven.apache.org Betreff: Re: AW: AW: releas:perform

Re: AW: AW: AW: AW: releas:perform with profiles fails

2010-12-22 Thread Ron Wheeler
with profiles fails On 22/12/2010 2:56 AM, Hauschel Fred Robert wrote: See inline... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Dienstag, 21. Dezember 2010 17:17 An: users@maven.apache.org Betreff: Re: AW: AW: releas:perform with profiles fails

AW: AW: releas:perform with profiles fails

2010-12-21 Thread Hauschel Fred Robert
transitive dependencies for production build. Any better idea ? Fredy -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Montag, 20. Dezember 2010 16:33 An: users@maven.apache.org Betreff: Re: AW: releas:perform with profiles fails On 20/12/2010 10:20 AM

AW: AW: releas:perform with profiles fails

2010-12-21 Thread Hauschel Fred Robert
: Dienstag, 21. Dezember 2010 10:06 An: Maven Users List Betreff: AW: AW: releas:perform with profiles fails Hi Ron, thank you very much for your hint! We are actual converting a historical ant builded project to maven. Profiles are really a bad way to solve our problems, but in the moment it is a way

Re: AW: AW: releas:perform with profiles fails

2010-12-21 Thread Ron Wheeler
@maven.apache.org Betreff: Re: AW: releas:perform with profiles fails On 20/12/2010 10:20 AM, Hauschel Fred Robert wrote: Found a workarround: http://www.tutorials.de/java/347377-maven-release-plugin-und-profile-activation.html Fredy You will be back. Search this forum for discussions of profiles

Re: AW: AW: releas:perform with profiles fails

2010-12-21 Thread Ron Wheeler
: AW: AW: releas:perform with profiles fails Hi Ron, thank you very much for your hint! We are actual converting a historical ant builded project to maven. Profiles are really a bad way to solve our problems, but in the moment it is a way to get the whole stuff running and be able to provide

AW: AW: AW: releas:perform with profiles fails

2010-12-21 Thread Hauschel Fred Robert
See inline... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Dienstag, 21. Dezember 2010 17:17 An: users@maven.apache.org Betreff: Re: AW: AW: releas:perform with profiles fails On 21/12/2010 4:28 AM, Hauschel Fred Robert wrote: Ok, maybe

releas:perform with profiles fails

2010-12-20 Thread Hauschel Fred Robert
Hi list, I've a multi module with differences between the prod and dev environment. Threfor I've defined some profiles. mvn clean install -P devContainerSettings,dependencies,!eclipse works fine! but mvn --batch-mode release:prepare -P devContainerSettings,dependencies,!eclipse fails with

AW: releas:perform with profiles fails

2010-12-20 Thread Hauschel Fred Robert
: releas:perform with profiles fails Hi list, I've a multi module with differences between the prod and dev environment. Threfor I've defined some profiles. mvn clean install -P devContainerSettings,dependencies,!eclipse works fine! but mvn --batch-mode release:prepare -P devContainerSettings,dependencies

Re: releas:perform with profiles fails

2010-12-20 Thread Ron Wheeler
http://blog.artifact-software.com/tech/ includes a blog entry on using JNDI to get environment stuff out of projects. Got tired of writing it every week here. Putting environmental stuff inside your modules is a recipe for long frustrating Maven discussions and hours of fruitless screwing

Re: AW: releas:perform with profiles fails

2010-12-20 Thread Ron Wheeler
[mailto:fredrobert.hausc...@cirquent.de] Gesendet: Montag, 20. Dezember 2010 15:23 An: Maven Users List Betreff: releas:perform with profiles fails Hi list, I've a multi module with differences between the prod and dev environment. Threfor I've defined some profiles. mvn clean install -P