Re: Open Pull Requests

2020-06-15 Thread Tobias
Maven! Tobias Am 02.06.2020 um 00:31 schrieb Robert Oxspring: > >>> Before we go to release stuff, will you need more changes maybe for >>> assembly plugin? >>> to make this faster and as we already did in past we can release all >>> together. >>> >

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-29 Thread Tobias
plugin-copy-resources-with-filtering Best regards Tobias On 2020/04/25 13:58:15, Karl Heinz Marbaise wrote: > Hi,> > > On 25.04.20 00:58, Robert Oxspring wrote:> > > Hi all,> > >> > >> > > When copying resources with filtering on, files are always o

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: dev-uns

Re: maven-scm-provider-gitexe > 1.8.1 behavior changed?

2015-09-02 Thread Tobias Hochgürtel
on my demostration project (hello @github) and report my feedback here. It could be that the Issue is still opened, looks for me currently so. Kind regards, Tobias Am 02.09.2015 um 02:51 schrieb Hervé BOUTEMY: > Hi Tobias, > > You're using an old maven-release-plugin version: did

maven-scm-provider-gitexe > 1.8.1 behavior changed?

2015-09-01 Thread Tobias Hochgürtel
n number. I attach to this mail an log of "mvn release:prepare". I have also an public repository where the behavior can be seen forked or clone to test it self. https://github.com/tobiashochguertel/hello Does someone know something about this behavior change? Kind regards, Tobias Ho

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: dev-unsubscr...@m

Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Tobias Gierke
, Tobias - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: resolve dependencies with mercury

2010-03-02 Thread Tobias Gierke
in no dire rush to push something in. Thanks for the update, looking forward to the Maven 3 release ;-) Regards, Tobias Regards, Tobias Pascal, the P2 lead, now works for Sonatype so we're trying to set some time aside for him to think about and try merging the models of

Re: resolve dependencies with mercury

2010-03-02 Thread Tobias Gierke
will look like ? Googling 'Maven 3 dependency resolution' turns up only pages that talk about Mercury. Regards, Tobias Pascal, the P2 lead, now works for Sonatype so we're trying to set some time aside for him to think about and try merging the models of Maven and P2 togeth

Re: Trouble trying to get 1000 consecutive concurrent green builds

2010-02-19 Thread Tobias Gierke
thread B: reads file X ... or thread A: creates file X thread B: opens file X thread A: writes file X thread B: reads file X thread A: writes file X thread B: reads file X etc. ? Do the reader/writer threads acess the file concurrently or one after the other (reader after writer has closed the file)

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 ---

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

2008-08-18 Thread Tobias Gierke
ase goal names. Wouldn't it be more consistent to name them "make-my-changes" and "make-scm-changes" ? Regards, Tobias What I'd like to do now, if folks are interested, is pursue this problem along two tracks. 1) release maven-reactor-plugin: begin the process

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
X Y Z X Y Z test-jar My example was of course incomplete, I had test on the test-jar dep. Regards, Tobias 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

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
ecall correctly , in my case the NoClassDefFound exception occured while the surefire plugin was looking for "testXXX" methods using reflection. Regards, Tobias work-around I just removed the test-jar from the dependency. Regards, Tobias There are no differences between 

Re: java.lang.NoClassDefFoundError when running a test

2008-07-22 Thread Tobias Gierke
r from the dependency. Regards, Tobias There are no differences between 'mvn help:effective-settings' and/or 'mvn help:effective-pom' and the artifact a jar that was downloaded contains the class; which makes sense because how else can the code compile.

[jira] Created: (MAVENUPLOAD-509) add pdfbox-0.7.1

2005-09-09 Thread Tobias Bocanegra (JIRA)
add pdfbox-0.7.1 Key: MAVENUPLOAD-509 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-509 Project: maven-upload-requests Type: Task Reporter: Tobias Bocanegra -- This message is automatically generated by JIRA. - If you think it was sent

RE: MPXDOC-97 - VOTE

2004-05-10 Thread Rademacher Tobias
+1 for http://www.apache.org/~aheritier/maven/. I like the spinning globe ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 1:36 AM > To: Maven Developers List > Subject: MPXDOC-97 - VOTE > > > I like the icons used in the followi

Handling of External Plugins (was: J2ME plugins)

2003-09-10 Thread Rademacher Tobias
Hi James, > We are moving away from accepting every and all plugins for > distribution > with Maven. Some changes have taken place in the core that will allow > the distribution of plugins apart from Maven. > > Even right now it is not that hard to package up plugins for > your users > and the

AW: Snapshots for each artifact?

2003-07-07 Thread Rademacher Tobias
were added) > > regards > > Michal > > > -Original Message- > > From: Rademacher Tobias [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 07, 2003 11:08 AM > > To: '[EMAIL PROTECTED]' > > Subject: Snapshots for each artifact? > > > >

Snapshots for each artifact?

2003-07-07 Thread Rademacher Tobias
Hi Folks, currently only JAR and WAR plugins support snapshot. As far as I can see in ViewCVS EJB plugin does not support it. Shoud't we support it for all possible types of artifacts? (Avalon has its own Artifacts, in J2EE has RAR, Jboss has SAR...). What do you think? Bye Toby --

AW: Can I use yDoc with Maven?

2003-07-01 Thread Rademacher Tobias
> I just wanted to use yDoc with maven. Is there any plugin available..? > or any guidence to the plugin? We have written a plugin. Any interest to contribute to to maven? Bye Toby - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Maven JDeveloper Fixes

2003-04-02 Thread Rademacher Tobias
Hi Folks, I've patched the JDeveloper Plugin. Attached you can find a diff and the patched jelly file. For me it solves all Problems I currenlty have. You can find both files also in JIRA at http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-366 Have phun! Toby --