New release of maven-dependency-plugin ?

2019-07-31 Thread Tobias Gierke
Hi, We're using JDK11 and I just stumbled over https://issues.apache.org/jira/browse/MDEP-613. Are there any plans for a new release that includes this fix ? Cheers, Tobias - To unsubscribe, e-mail:

Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Tobias Gierke
Hi, I just noticed that PlexusContainer#getLoggerManager() has been removed (because of http://jira.codehaus.org/browse/MNG-4162). I have a plexus component that is dynamically looked up from the container (from inside a plugin) and some implementations of this component need a logger. I made

Re: Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Tobias Gierke
Benjamin Bentmann wrote: Tobi wrote: ... would implementing only the LogEnabled interface do the trick as well ? Yes Thanks for your help, it's working :-) Benjamin - To unsubscribe, e-mail:

Re: resolve dependencies with mercury

2010-03-02 Thread Tobias Gierke
Hi, Mercury it's current form is not released, maybe not ever be integrated with Maven 3.x as it is today and may not be released. It's an experiment we had hoped to be successful but hasn't made it into Maven 3.x. Just out of curiosity - what exactly happened to Mercury ? To me it

Re: resolve dependencies with mercury

2010-03-02 Thread Tobias Gierke
Just out of curiosity - what exactly happened to Mercury ? To me it seemed like a very good way of tackling the dependency resolution problem. It is a good idea. This particular attempt just didn't work in time for 3.0. But between Pascal, Benjamin and myself we'll make another

Re: Trouble trying to get 1000 consecutive concurrent green builds

2010-02-19 Thread Tobias Gierke
Kristian Rosenvold wrote: It turns out that the biggest blocker in achieving /any/ reliable concurrent building within maven is the java file system, which is basically seems limited to single threaded visibility of file updates; I'm still trying to figure out what the rules /are/ in this

MRELEASE-375 / SCM-406 ?

2008-12-10 Thread Tobias Gierke
Hi, We're thinking about upgrading our SVN server to 1.5.4 ... does anyone have a working solution/patch for the scm-/release-plugin issues ? Or has this been fixed already and the JIRA is just outdated ? Regards, Tobias - To

Re: releasing? RE: New sandbox plugin: maven-reactor-plugin

2008-08-18 Thread Tobias Gierke
Hi, At the suggestion of others I've renamed the makeMyChanges goal to makeScmChanges. This clarifies the purpose of the goal a bit more. First of all, thanks for your work on this plugin...it really eases the pain ;) As far as i know, no other plugin uses camel-case goal names. Wouldn't it

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
Hi, I'm getting a java.lang.NoClassDefFoundError when running a test and yet, the code compiles fine. Any ideas as to what's going on? The exact same code compiles and test fine on another box which has the same mvn and java version. I recently ran across the same issue. My pom.xml

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
Hi, and somehow the classpath contained only the test-jar dependeny when the tests were executed. I think this is bug http://jira.codehaus.org/browse/MNG-1971. Since there seems to be no real Sorry, that's most likely not the right bug - still quite early here in Germany ;) If I recall

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
dependency groupIdX/groupId artifactIdY/artifactId versionZ/version /dependency dependency groupIdX/groupId artifactIdY/artifactId versionZ/version typetest-jar/type My example was of course incomplete, I had scopetest/scope on the test-jar dep. Regards, Tobias /dependency