Re: Incorrect assembly created with Maven 3.0.3

2011-09-17 Thread Anders Hammar
Just a wild guess, do you have a dependencyManagament handling these artifacts where the scope is defined? I've seen different behavior between Maven 2.x and 3.0.x due to this (MJBOSSPACK-40 [1]). /Anders [1] http://jira.codehaus.org/browse/MJBOSSPACK-40 On Fri, Sep 16, 2011 at 22:43,

Re: Accessing profiles via system properties etc.

2011-09-17 Thread Mirko Friedenhagen
Really no one? I would appreciate a negative answer as well ;-) . On Sep 14, 2011 10:11 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello, is there a possibility of accessing the activated Maven profile names during test runs programmatically or in configuration files? I want to

Re: Accessing profiles via system properties etc.

2011-09-17 Thread Anders Hammar
I would guess no. /Anders On Sat, Sep 17, 2011 at 16:04, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Really no one? I would appreciate a negative answer as well ;-) . On Sep 14, 2011 10:11 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello, is there a possibility of

RE: Accessing profiles via system properties etc.

2011-09-17 Thread Martin Gainty
Mirko- Profiles allow or restrict what is visible to the project hierarchy ... *usually* based on current environment conditions For example developing in Scandanavia you may allow greater access to properties than you would say when you are running demonstrations in the US can you provide an

Re: Accessing profiles via system properties etc.

2011-09-17 Thread Mirko Friedenhagen
Well, I will try. I use slf4j for logging. I normally log using logback to stderrr. When de.huxhorn.lilith.logback.appender.multiplex-classic is available, I want to log to Lilith (http://lilith.huxhorn.de/), a graphical logviewer. I think the relevant parts are: !-- logging --

Re: Accessing profiles via system properties etc.

2011-09-17 Thread Mirko Friedenhagen
I just implemented the solution with the system property for the location of the logfile (https://github.com/mfriedenhagen/sardine/commit/74f2736bce4bb7d599ab9cf003135b1212c77ea6). Still interested in better solutions, though :-). Regards Mirko -- http://illegalstateexception.blogspot.com/

Re: Need a Maven repo simulator for redirection

2011-09-17 Thread Manfred Moser
On 11-09-14 06:07 PM, Wayne Fay wrote: Get Sonatype Nexus Professional. it is designed to do just that with the Procurement feature. Way cheaper than trying to build your own solution. A series of Apache rewrite rules is pretty simple (and thus inexpensive) to write, if he wants a free