Re: Set specific plugin versions for a project - issue in plugin-registry.xml/maven-metada-local.xml

2011-07-26 Thread Ansgar Konermann
Am 26.07.2011 01:27, schrieb Kasun Gajasinghe: Manually, editing the pom with the available plugin versions is much complicated, http://mojo.codehaus.org/versions-maven-plugin/update-parent-mojo.html Automate this using a CI server and you're probably mostly done. Best Ansgar

Re: Set specific plugin versions for a project - issue in plugin-registry.xml/maven-metada-local.xml

2011-07-26 Thread Ansgar Konermann
Am 26.07.2011 00:56, schrieb Kasun Gajasinghe: So, doesn't having an intermediary layer that will point to newer set of plugins is justified? Sure. Simplest solution that will work: use your own parent pom with an updated pluginManagement section. Ansgar

Re: Set specific plugin versions for a project - issue in plugin-registry.xml/maven-metada-local.xml

2011-07-26 Thread Ansgar Konermann
Am 26.07.2011 21:14, schrieb Ansgar Konermann: Am 26.07.2011 01:27, schrieb Kasun Gajasinghe: I'm sorry, wrong list. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h

Re: non-reproducible issues on CI

2011-07-31 Thread Ansgar Konermann
Had a similar if not same issue while developing a plugin. Fixed it by adding systemProperties localRepository${repository.integrationtests}localRepository systemProperties to surefire plugin configuration in IT phase. Works for me with surefire-plugin 2.9 and invoker-plugin 1.5 Regards,

Re: MavenProject / POM change in a command chain

2011-08-23 Thread Ansgar Konermann
Am 23.08.2011 18:43 schrieb Krull, Stephan stephan.kr...@ecg-leipzig.de: Hello there, I am currently working on a maven command chain to fulfill several tasks in one step on a maven project. the chain has the following syntax: ../apache-maven-2.2.1/bin/mvn clean versions:use-parent-release

Re: [DISCUSS] Project local setting.xml

2011-08-26 Thread Ansgar Konermann
Am 01.08.2011 22:09, schrieb Benson Margulies: I have several alternative design ideas. 0) If you religiously use a repository manager and mirrorOf *, you can prevent this rogues from bothering you. Hi, we do this and still have the need to use a settings.xml, for two reasons: - at work,

Re: Maven Dependency Plugin

2011-09-12 Thread Ansgar Konermann
Am 12.09.2011 22:44, schrieb Jason Pyeron: On my hit list are the following: I'd like to add: * make dependency:tree work with Maven 3.0 (as Benjamin pointed out, it currently does not, because of the way Aether works when constructing the dependency tree) Best regards Ansgar

Re: is it possible to search on an artifactid without a groupid in a mojo?

2011-10-16 Thread Ansgar Konermann
Am 16.10.2011 09:57 schrieb Shaun Elliott javamonke...@gmail.com: Is it possible to search on an artifactid without a groupid in a mojo? I am using maven 3. I'd like to search for a given groupid in a mojo - I've been using: ArtifactMetadataSource, but it is deprecated and doesn't seem to

Re: [PROPOSAL] Java 5 Annotations for Plugins

2011-11-07 Thread Ansgar Konermann
Am 07.11.2011 16:31 schrieb Jesse Glick jesse.gl...@oracle.com: I do not think Phase should be an enum, just a list of String constants - you are permitted to define alternative lifecycles, right? New lifecycles: yes, possible (i. e.: which action to perform in which phase). New lifecycle

Re: Maven release plugin not honoring -Darguments

2011-12-30 Thread Ansgar Konermann
Am 27.09.2011 14:48 schrieb David Blevins david.blev...@gmail.com: Is it a known issue that the release plugin does not honor the -Darguments? Specifically, I'm attempting to: mvn release:prepare -DdryRun=true -Darguments=-DskipTests=true -DfailIfNoTests=false Try: mvn release:prepare

Re: WARNING: Cannot use Maven 3.0.3 with Maven Release Plugin 2.2.2 (MNG-5224)

2012-01-03 Thread Ansgar Konermann
Am 03.01.2012 22:12, schrieb Benson Margulies: On Tue, Jan 3, 2012 at 3:45 PM, Mark Derricutt m...@talios.com wrote: Surely something as egregious as allowing releases to break should block 3.0.4 from being released tho. As someone who uses GPG in that manner for some of his releases I'd

Re: need info about Maven

2012-01-04 Thread Ansgar Konermann
Am 04.01.2012 19:45, schrieb Shamitha Reddy: the Microsoft JDBC Driver for SQL Server, can be made available within Maven Hi Shamitha, some introductory information what Maven is and how it is used can be found in various places, for example [1] [2] [3] Your customer most likely wants to use

Re: Unable add java class dependency to my pom.xml

2012-01-24 Thread Ansgar Konermann
Am 24.01.2012 09:32 schrieb krrish516 murthy516.s...@gmail.com: Hi, I've a pom.xml of a project.I've a jar file of a java class in my local file system.How to add that my jar file dependency to my maven project.What are the steps to be followed.Please sis.uggest me in achieving th Use goal

Re: maven release plugin introducing scm urls into modified poms

2012-02-19 Thread Ansgar Konermann
Am 20.02.2012 06:51 schrieb Chris Graham chrisgw...@gmail.com: Hi All. I have a multi module project that I have working perfectly. In tracking down a reported problem, I ran the release plugin with the -DpreparationGoals=help:effective-pom clean verify In it, I can see that it has added

Re: GIT DIFF

2012-02-29 Thread Ansgar Konermann
Am 01.03.2012 01:41 schrieb Chris Graham chrisgw...@gmail.com: Can someone please walk me through exactly what it is doing? This is the wrong list for git-related questions. Best Ansgar It's doing two different diffs, and then I'm not sure what, and I certainly don't know why. TIA,

Next release of maven-release-plugin?

2012-04-20 Thread Ansgar Konermann
Hi all, are there any chances to have a release of the maven-release-plugin in a relatively short timeframe? We're about to migrate a larger part of our build infrastructure to Maven and would like to use MRELEASE-128 before we spread our proof of concept into a wider scope. It would help a lot

Re: Preparation releases SCM 1.7 and MRELEASE 2.3

2012-04-21 Thread Ansgar Konermann
Am 20.04.2012 23:21 schrieb Olivier Lamy ol...@apache.org: Hi, Yes it looks some people need m-r-p which depends on a new scm so I moved SCM-623 to 1.8 I will start release proces early next week. Thank you very much Best regards Ansgar 2012/4/20 Robert Scholte

Re: 1.5 Annotations for Mojo

2012-04-27 Thread Ansgar Konermann
Hi there, I think JFrog (the Artifactory guys) has already published a set of Java 1.5 annotations for mojo development, including a m-plugin-p extension to use them. The source code is available on github [1], but unfortunately the artifacts are not available in Central (there is a ticket in

Re: Maven Plugins annotations support @Component role attribute to Class?

2012-05-20 Thread Ansgar Konermann
Am 20.05.2012 19:46 schrieb Hervé BOUTEMY herve.bout...@free.fr: here, the end-user is a plugin developer, then someone who should be able to create a (Plexus) component when necessary Yes, I liked @Component too but as soon as you write a component and inject somponents inside it, you

Re: MDEP-339 and MPIR-237

2012-07-24 Thread Ansgar Konermann
That's great news. Thank you very much. Am 24.07.2012 22:49 schrieb Hervé BOUTEMY herve.bout...@free.fr: I think I finally fixed MDEP-339 and MPIR-237: these plugins should now be fully Maven 2 and Maven 3 compatible. AFAIK, m-project-info-reports-p is the last plugin that was causing

Re: MDEP-339 and MPIR-237

2012-07-26 Thread Ansgar Konermann
expect? Regards, Hervé Le mercredi 25 juillet 2012 07:50:34 Ansgar Konermann a écrit : That's great news. Thank you very much. Am 24.07.2012 22:49 schrieb Hervé BOUTEMY herve.bout...@free.fr: I think I finally fixed MDEP-339 and MPIR-237: these plugins should now be fully Maven 2

Re: [VOTE] Maven Archetypes Parent 5 and Maven Archetype Plugin 1.2

2012-11-27 Thread Ansgar Konermann
Please remove it. I've seen it slipping into way too many poms of corporate projects, just to add more noise to the poms and give maven a bad name for being so hard to understand. So it as soon as possible. TIA + BR Ansgar Am 27.11.2012 21:46 schrieb Olivier Lamy ol...@apache.org: 2012/11/27

Re: Logback in Maven Core

2012-12-10 Thread Ansgar Konermann
Hi, please go for logback. I really wondered why slf4j was initially chosen at all, given logback is available and mature. We've been using logback at work in production for quite some time now and are very pleased. So yes, using logback in Maven is fine. Regards Ansgar Am 11.12.2012 03:33

Re: Re : The next major release of Maven: 4.0.0

2013-03-13 Thread Ansgar Konermann
Am 13.03.2013 08:38 schrieb herve.bout...@free.fr herve.bout...@free.fr: If you write documentation in Maven core (the components), not in Maven site (the global project), you'll be happy with git like you do with sources I can then take care of svnpubsub publication, or anybody else since I