Re: [aether-dev] Pluggable ScopeResolver?

2014-10-19 Thread Benjamin Bentmann
Christofer Dutz wrote: sorry for cross posting this to the maven and the aether dev-list, but my question is sort of cross-cutting and I don't quite know where it fits best. [...] Having a look at the code, I think it should be easy to create some sort of PluggableScopeResolver, which defaults

Re: core-integration-testing-maven-3 jobs hangs

2013-02-12 Thread Benjamin Bentmann
Dennis Lundberg wrote: "ExecuteJava" daemon prio=6 tid=0x06a92790 nid=0x1078 waiting on condition [0x0a63e000..0x0a63fa10] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:118) at java.util.c

Re: svn commit: r1212720 - /maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/ReactorReader.java

2011-12-10 Thread Benjamin Bentmann
Hi Benson, Author: bimargulies Date: Sat Dec 10 02:22:55 2011 New Revision: 1212720 [...] @@ -156,12 +159,57 @@ class ReactorReader return null; } -private boolean classifierComparison ( String c1, String c2 ) +/** + * Try to satisfy both MNG-4065 and MNG-5214. Consi

Re: svn commit: r1210403 - in /maven/core-integration-testing/trunk: core-it-suite/src/test/java/org/apache/maven/it/ core-it-suite/src/test/resources/it0146/ core-it-suite/src/test/resources/it0146/r

2011-12-05 Thread Benjamin Bentmann
Author: olamy Date: Mon Dec 5 10:36:32 2011 New Revision: 1210403 URL: http://svn.apache.org/viewvc?rev=1210403&view=rev Log: add core it test for regression found in appassembler with download timestamped SNAPSHOT see http://mail-archives.apache.org/mod_mbox/maven-dev/201112.mbox/%3ccapcjjnhj

Re: [VOTE] Apache Maven 3.0.4 (take 2)

2011-12-01 Thread Benjamin Bentmann
Olivier Lamy wrote: I'd like to release Apache Maven 3.0.4 (take 2). [...] Note the difference with first vote is an upgrade of aether to 1.13.1 What about the memory issue that Jörg brought up? Shouldn't we at least understand the cause and potential impact on other users before continuing

Re: [VOTE] Apache Maven 3.0.4

2011-11-29 Thread Benjamin Bentmann
Tamás Cservenák wrote: Out of curiosity, why is chunked transfer encoding used to transfer the few byte long SHA1 string? https://issues.sonatype.org/browse/AETHER-128 many servers does not support it completely... Which suggests to deprecate the problematic method in the StreamingWagon A

Re: [VOTE] Apache Maven 3.0.4

2011-11-29 Thread Benjamin Bentmann
Olivier Lamy wrote: I will add a core it test which check deploy of sha1 and md5. You might want to check MavenITmng4235HttpAuthDeploymentChecksumsTest before. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apac

Re: [VOTE] Apache Maven 3.0.4

2011-11-28 Thread Benjamin Bentmann
Stephen Connolly wrote: I just tried deploying to oss.sonatype.org and with the staged 3.0.4 there were no .md5's or .sha1's deployed to the staging repo Sounds like http://jira.codehaus.org/browse/WAGON-353, so maybe double-check that you don't have that wagon version in there as some exten

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-11-04 Thread Benjamin Bentmann
Stephen Connolly wrote: Any idea what's needed to prod the process along... never having been involved at eclipse before, this seems like a rather long process with no visibility (as far as I can see) as to what is taking place and where the blockers are Looking at Eclipse' IPZilla, which btw

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-11-04 Thread Benjamin Bentmann
David Jencks wrote: Another month went by any progress? The sources were checked into git according to parallel IP, awaiting full legal approval. Some dependencies still await review [0], too. Benjamin [0] http://www.eclipse.org/projects/ip_log.php?projectid=technology.aether --

Re: svn commit: r1185847 - in /maven/maven-3/trunk/maven-plugin-api/src/test: java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilderTest.java resources/plugin.xml

2011-10-20 Thread Benjamin Bentmann
Hervé BOUTEMY wrote: Is there a difference between block and . element? No idea. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: svn commit: r1185847 - in /maven/maven-3/trunk/maven-plugin-api/src/test: java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilderTest.java resources/plugin.xml

2011-10-19 Thread Benjamin Bentmann
Hi Hervé, Author: hboutemy Date: Tue Oct 18 20:45:35 2011 New Revision: 1185847 URL: http://svn.apache.org/viewvc?rev=1185847&view=rev Log: fixed wrong UT for implementation configuration Modified: maven/maven-3/trunk/maven-plugin-api/src/test/java/org/apache/maven/plugin/descriptor/Plug

Re: svn commit: r1177416 - /maven/maven-3/trunk/pom.xml

2011-10-05 Thread Benjamin Bentmann
Olivier Lamy wrote: I will send an email on user ml early next week to ask early users and push a distrib svn rev based on p.a.o. I noticed that wagon-http:2.0 and aether:1.12+ don't go well together because the new Wagon version bails out with IllegalStateException( "Should not be using th

Re: How do I get the configuration for a plugin in a MavenProject? Was: Re: svn commit: r1154621 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeploy

2011-08-08 Thread Benjamin Bentmann
Dennis Lundberg wrote: Map map = project.getBuild().getPluginsAsMap(); This is nice, because in Maven 3 I get the complete effective set of plugins, from both build/plugins and build/pluginManagement. I hope this means "get the set of build/plugins as seen in help:effective-pom, in

Archtypes and plugin prefix

2011-08-08 Thread Benjamin Bentmann
Hi, does anybody know what's the rationale behind the parameter http://maven.apache.org/archetype/maven-archetype-plugin/add-archetype-metadata-mojo.html#goalPrefix and its corresponding impl in the Archtype plugin, i.e. why do archetypes bother to register a plugin prefix for them? I have a f

Re: Plugin Order Bug

2011-05-09 Thread Benjamin Bentmann
Graham Lea wrote: Does this mean that it's not possible to force a plugin to execute in the compile phase and before the default-compile execution unless I write a custom lifecycle and use a different packaging type? Correct. Benjamin --

Re: Plugin Order Bug

2011-05-09 Thread Benjamin Bentmann
Wendy Smoak wrote: Isn't there a super pom baked inside Maven that everything implicitly inherits from? Yes. I wonder if the order is coming from that... No, the rules for the plugin ordering game within a given phase are 1) plugins from lifecycle mappings go first 2) plugins from the POMs

Re: Supporting securitySettings.xml from a custom mojo

2011-04-20 Thread Benjamin Bentmann
Mark Derricutt wrote: Does anyone have any pointers to what one needs to do to work with/support securitySettings.xml from within a custom mojo? The comments and links in http://jira.codehaus.org/browse/MNG-4384 should provide some good pointers. Benjamin -

Re: How to create a custom repository layout

2011-04-18 Thread Benjamin Bentmann
Lucas Persson wrote: I got a tip that I can implement org.sonatype.aether.spi.connector.RepositoryConnectorFactory but I do not really understand how to package that into a maven plugin, or it is simply to use the element in the pom.xml? Yes, just make sure your JAR has the META-INF/plexus/c

Re: Maven plugin tools + QDox

2011-04-08 Thread Benjamin Bentmann
Robert Scholte wrote: Is there a chance that the plugin-tools will move forward to java5 too I don't see a good reason why not, quite a few other plugins moved to 1.5 by now, not to mention Maven core itself. Benjamin - T

Re: svn commit: r1086889 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/packer/NEXUS4149TransferFormatTest.java

2011-03-30 Thread Benjamin Bentmann
Hi Tamas, Author: cstamas Date: Wed Mar 30 10:07:35 2011 New Revision: 1086889 URL: http://svn.apache.org/viewvc?rev=1086889&view=rev Log: NEXUS-4152: added UT covering the same issue I think it would be more appropriate if those commits were mentioning the corresponding MINDEXER issue. B

Re: [VOTE] Release Maven SCM 1.5

2011-03-29 Thread Benjamin Bentmann
Dan Tran wrote: Also I am interested on how to configure username/password in settings.xml, but not able to find instructions http://maven.apache.org/scm-1.5/maven-scm-plugin/examples/bootstrapping-with-pom.html Benjamin -

Re: svn commit: r1085698 - in /maven/plugins/trunk/maven-acr-plugin/src/site: ./ apt/ apt/examples/ apt/examples/app-client-dependency.apt.vm apt/examples/filter-deployment-descriptor.apt.vm apt/index

2011-03-26 Thread Benjamin Bentmann
Hi Stephane, Author: snicoll Date: Sat Mar 26 11:27:03 2011 New Revision: 1085698 URL: http://svn.apache.org/viewvc?rev=1085698&view=rev Log: MACR-2: added documentation. Added: maven/plugins/trunk/maven-acr-plugin/src/site/ maven/plugins/trunk/maven-acr-plugin/src/site/apt/ mav

Re: How do you get aether to traverse the entire dependency tree?

2011-03-22 Thread Benjamin Bentmann
David Jencks wrote: Is there some way to require minimum plugin versions in a custom packaging or its LifecycleMapping? No, lifecycle mappings can only provide default plugin versions, the versions from the POMs win. Benjamin -

Re: svn commit: r1083903 - in /maven/plugins/trunk/maven-gpg-plugin: ./ src/main/resources/ src/main/resources/org/ src/main/resources/org/apache/ src/main/resources/org/apache/maven/ src/main/resourc

2011-03-22 Thread Benjamin Bentmann
Hi Dennis, Author: dennisl Date: Mon Mar 21 19:08:08 2011 New Revision: 1083903 URL: http://svn.apache.org/viewvc?rev=1083903&view=rev Log: o Add an experimental way of sending the release announcement, so that I can test it on a real release. If all goes well I will move this into maven-plugin

Re: [VOTE] Release Maven GPG Plugin version 1.2

2011-03-21 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-021/ Staging site: http://maven.apache.org/plugins/maven-gpg-plugin-1.2/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@m

Re: svn commit: r1083681 - in /maven/plugins/trunk: ./ maven-acr-plugin/ maven-acr-plugin/src/ maven-acr-plugin/src/it/ maven-acr-plugin/src/it/it-01/ maven-acr-plugin/src/it/it-01/src/ maven-acr-plug

2011-03-21 Thread Benjamin Bentmann
Stephane Nicoll wrote: If this artifact handler is supposed to be used for a project using app-client, I suggest to change the handler's packaging field to match its role-hint as otherwise MNG-4654/-4730 kick in. I had a look to those issues and I am not sure I fully understand what you meant.

Re: svn commit: r1083681 - in /maven/plugins/trunk: ./ maven-acr-plugin/ maven-acr-plugin/src/ maven-acr-plugin/src/it/ maven-acr-plugin/src/it/it-01/ maven-acr-plugin/src/it/it-01/src/ maven-acr-plug

2011-03-21 Thread Benjamin Bentmann
Hi Stephane, Author: snicoll Date: Mon Mar 21 06:10:23 2011 New Revision: 1083681 URL: http://svn.apache.org/viewvc?rev=1083681&view=rev Log: MACR-1: Initial version of the plugin Added: maven/plugins/trunk/maven-acr-plugin/ (with props) maven/plugins/trunk/maven-acr-plugin/pom.xml

Re: How do you get aether to traverse the entire dependency tree?

2011-03-21 Thread Benjamin Bentmann
David Jencks wrote: Any advice? Provide a standalone example project that allows others to reproduce/analyze the problem. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Problem with scopes in dependencies

2011-03-14 Thread Benjamin Bentmann
Emmanuel Hugonnet wrote: How can I display the genuine scope of my dependecy ? mvn -X ... The debug log will print the project dependency tree before the project gets build. Benjamin - To unsubscribe, e-mail: dev-unsubsc

Re: Maven Embedder 2.0.4 replacement; Where to start?

2011-03-11 Thread Benjamin Bentmann
Dan Rollo wrote: I'm guessing I need the class: org.sonatype.aether.RepositoryCache, but I've no idea which jars to include to provide it (and it's deps...). http://mavencentral.sonatype.com/#search|ga|1|fc%3A%22org.sonatype.aether.RepositoryCache%22 https://docs.sonatype.org/display/AETHER/H

Re: [VOTE] Release Maven Surefire Plugin version 2.8

2011-03-10 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Staging repo: https://repository.apache.org/content/repositories/maven-009/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.ap

Re: Question on packaging types, maven-install and maven ejb/ear plugin

2011-03-07 Thread Benjamin Bentmann
Pablo wrote: The behaviour i want is the same as the maven-ejb-plugin: Defines an ejb packaging type but the artifact gets installed in the repo as a .jar and gets bundled in the ear as .jar too. The relevant magic is called an artifact handler. See [0] and look for the EJB case. Benjamin

Re: '*.java ident' considered harmful

2011-03-04 Thread Benjamin Bentmann
Jesse Glick wrote: Is this line in .gitattributes for Maven 3 sources really necessary? This configuration exists to keep Git and SVN in sync about file modifications. Wouldn't it be better to just delete $Id$ from those SVN sources where it appears? As long as somebody else provides th

[ANN] Apache Maven 3.0.3 Released

2011-03-03 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0.3 Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of source

[RESULT] [VOTE] Release Apache Maven 3.0.3

2011-03-03 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Arnaud Héritier, Kristian Rosenvold, Olivier Lamy, Hervé Boutemy, Dennis Lundberg +1 (non-binding): Baptiste Mathus, Tamás Cservenák, Nicolas de Loof, Mark Derricutt, Igor Fedorenko, Evgeny Mandrikov

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-28 Thread Benjamin Bentmann
Mark Derricutt wrote: I note today's nightly breaks in the release plugin with a "null" version reference in upstream artifacts which seems like a regression to a problem I had back before 3.0 first came out. A test case or even the actual log would be highly appreciated. Is there a release

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-28 Thread Benjamin Bentmann
Jesse Glick wrote: Cleaner would have been to introduce ArtifactRepositoryLayout3 (?) with the getId() method; then a simple instanceof check would suffice. No, I want any plugin moving forward to compile against mvn 3.x libs to get a compile error and eventually implement the method themselv

[VOTE] Release Apache Maven 3.0.3

2011-02-28 Thread Benjamin Bentmann
Hi, Thanks to those who tested the RC, I think we can move on to the real thing now. We solved 29 issues since 3.0.2: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=17061 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-28 Thread Benjamin Bentmann
Brett Porter wrote: Same problem building Archiva trunk (in archiva-jetty) if you want a test project to look at. Thanks, that did the trick. Fixed in trunk by now. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-25 Thread Benjamin Bentmann
Dennis Lundberg wrote: CommandLineUtils is used in two of the Assembly Plugin's classes, AssemblyInterpolator and AssemblyFormatUtils, but I'd like to postpone removing it until version 2.3. I was simply concerned whether this release, which distributes a MIT-licensed source file, complies wi

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-24 Thread Benjamin Bentmann
Staging repo: https://repository.apache.org/content/repositories/maven-048/ Hm, the following source file carries a MIT license header: http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/utils/CommandLineUtils.java Judging f

Re: [VOTE] Release Maven Remote Resources Plugin version 1.2

2011-02-24 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-046/ Staging site: http://maven.apache.org/plugins/maven-remote-resources-plugin-1.2/ +1 Benjamin - To unsubscribe, e-mail: dev-

Re: [VOTE] Release Maven Resources Plugin version 2.5

2011-02-24 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-047/ Staging site: http://maven.apache.org/plugins/maven-resources-plugin-2.5/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubsc

[PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-24 Thread Benjamin Bentmann
Hi, we're aiming at a bugfix release of Maven 3 in the next week and following tradition we invite interested users in taking the RC for a test drive in order to detect and fix potential regressions since version 3.0.2 before the actual release of 3.0.3. For the duration of the RC testing, sourc

Re: Maven Embedder 2.0.4 replacement; Where to start?

2011-02-24 Thread Benjamin Bentmann
Dan Rollo wrote: Can someone point me to a good starting point to learn about how to embed maven 3.x? [...] I'm looking for a "start reading the source in file xxx" to get started with. http://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-embedder/src/main/java/org/apache/maven/cli/MavenC

Re: [VOTE] Release Maven Filtering version 1.0 (take 3)

2011-02-20 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-030/ Staging site: http://maven.apache.org/shared/maven-filtering-1.0/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@mav

Re: [VOTE] Release Maven Filtering version 1.0 (take 2)

2011-02-20 Thread Benjamin Bentmann
Dennis Lundberg wrote: Should I redo the release to include your fixes? Your call, I don't know how dearly we need this lib to support 1.4 for consuming plugins. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.ap

Re: [VOTE] Release Maven Filtering version 1.0 (take 2)

2011-02-20 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-027/ The changes made for MSHARED-181 introduced a dependency on Java 1.5+ although the compiler settings for maven-shared indicate this library targets 1.4. I've updated trunk to run again on Java

Re: Artifact Retrieval

2011-02-18 Thread Benjamin Bentmann
Johannes Ruscheinski wrote: private void resolveDendencies(final Artifact artifact) { getLog().info("+++ ProfilerMojo: attempting resolution from " + localRepository.getUrl()); final String localPath = localRepository.getUrl() + "/" + localRepository.pa

Re: [vote] release maven dependency analyzer

2011-02-15 Thread Benjamin Bentmann
Brian Fox wrote: Staging repo: https://repository.apache.org/content/repositories/maven-055/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [Vote] Release ASF/Maven/Maven Plugin/Maven Shared poms

2011-02-11 Thread Benjamin Bentmann
Brian Fox wrote: Staging repo: https://repository.apache.org/content/repositories/orgapacheapache-053/ +1 All 3 staged at: https://repository.apache.org/content/repositories/maven-054/ +1 Benjamin - To unsubscribe, e-ma

Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Benjamin Bentmann
Lukas Theussl wrote: however site-plugin-2.2 uses doxia-1.1 and has a prereq of maven 2.2, I seem to remember some resistance last time to use it by default. Is this no issue anymore? This parent POM like any other parent POM provides default values, i.e. something that projects can override

Re: [VOTE] Release Maven Plugin Tools version 2.7

2011-02-06 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-038/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apach

Re: Release Maven Plugin Tools

2011-02-05 Thread Benjamin Bentmann
Dennis Lundberg wrote: I'll do the release after the skin and pom releases that are coming up. Or should it be before the poms so that we can include the new plugin plugin version in the plugins parent pom? Including the new version in the upcoming parent POMs seems more beneficial. Benjamin

Re: move MPOM in ASF jira (was Re: ASF pom release)

2011-01-30 Thread Benjamin Bentmann
Olivier Lamy wrote: As asked by Benson, it's probably better to move MPOM from codehaus jira to ASF jira. It might make sense to also delete the MPOM project at Codehaus or disable at least the submission of new issues. Benjamin

Re: Invite Evgeny Mandrikov to join Maven committers

2011-01-26 Thread Benjamin Bentmann
Olivier Lamy wrote: I propose Evgeny Mandrikov as a new committer. +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven ear Plugin version 2.5

2011-01-25 Thread Benjamin Bentmann
Stephane Nicoll wrote: Staging repo: https://repository.apache.org/content/repositories/maven-076/ Staging site: http://maven.apache.org/plugins/maven-ear-plugin-2.5/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@m

Re: [VOTE] Release Maven Changes Plugin version 2.4

2011-01-25 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-072/ Staging site: http://maven.apache.org/plugins/maven-changes-plugin-2.4/ +1 Not sure whether this is expected from the staging site but the links "changes.xml" and "changes.xsd" below the "Refe

Re: [VOTE] Release Maven Surefire Plugin version 2.7.2

2011-01-22 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Staging repo: https://repository.apache.org/content/repositories/maven-066/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.ap

Re: ant build for maven 2.2 source code failed

2011-01-21 Thread Benjamin Bentmann
Rich chen wrote: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6 This jar is not even available when I use maven to build it. The JAR is out there: http://uk.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/ E:\Work\MavenBuild22\maven-2.2.x_ant>ant -Dht

Re: How to add a custom ProfileActivator in Maven3?

2011-01-21 Thread Benjamin Bentmann
Xie Jilei wrote: I'm create a new ProfileActivator like: You can't, it's not supported. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: ArtifactRepository creation

2011-01-21 Thread Benjamin Bentmann
Bernd Vogt wrote: is it intended that non proxy host settings are not evaluated by LegacyRepositorySystem#injectProxy(List, List)" ? No, please fill a bug at http://jira.codehaus.org/browse/MNG Is there another convenient way to create a fully configured ArtifactRepository (even when the Moj

Re: MavenXpp3Reader question for maven-release-manager

2011-01-17 Thread Benjamin Bentmann
Mark Struberg wrote: It throws the checked IOException and XmlPullParserException, but can it also throw unchecked Exceptions under 'normal' conditions? AFAIK no. So I'm not sure if I should add a catch (Exception e) instead of the 2 checked exceptions, or if all sane cases are already wra

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-16 Thread Benjamin Bentmann
Lukas Theussl wrote: I am confused indeed. I simply used MPLUGIN-180 to verify it works, but just realized it's not good because both input and output encoding are the same there. Right, it gets only interesting if the two encodings have different values, e.g. setting project.reporting.output

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-16 Thread Benjamin Bentmann
Hi Lukaus, Author: ltheussl Date: Sun Jan 16 13:14:04 2011 New Revision: 1059551 URL: http://svn.apache.org/viewvc?rev=1059551&view=rev Log: [MPLUGIN-180] forward encoding to the PluginToolsRequest Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plug

Re: [VOTE] Release Maven DOAP Plugin version 1.1 (take two)

2011-01-15 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-021/ Staging site: http://maven.apache.org/plugins/maven-doap-plugin-1.1 +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@m

[ANN] Apache Maven 3.0.2 Released

2011-01-12 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0.2 Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of source a

Re: [VOTE] Release Maven Indexer version 4.0.0

2011-01-12 Thread Benjamin Bentmann
Brian Demers wrote: Staging repo: https://repository.apache.org/content/repositories/maven-016/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.o

[RESULT] [VOTE] Release Apache Maven 3.0.2

2011-01-12 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Emmanuel Venisse, Arnaud Héritier, John Casey, Hervé Boutemy, Vincent Siveton, Olivier Lamy, Brian Fox, Kristian Rosenvold, Brett Porter +1 (non-binding): Evgeny Mandrikov, Mark Derricutt, Tony Chemit, Jason

[VOTE] Release Apache Maven 3.0.2

2011-01-08 Thread Benjamin Bentmann
Hi, We solved 25 issues since 3.0.1: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16952 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1 Staging repo: https://repository.apache.org/cont

Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-07 Thread Benjamin Bentmann
Fredrik Jonson wrote: Any chance to get a fix for that included in 3.0.2? Unlikely. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven DOAP Plugin version 1.1

2011-01-05 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-004/ // current project File outFile = new File( doapFile ); if ( !doapFile.contains( File.separator ) ) { outFile = new File( outputDirectory, doapFile );

Re: [PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Benjamin Bentmann
Karl Heinz Marbaise wrote: I have observed that behaviour with maven-surefire 2.7.1 (in relationship with Maven 3.0.1) but i use maven-surefire plugin 2.4.3...(see http://jira.codehaus.org/browse/SUREFIRE-680) From your build's log: [INFO] --- maven-surefire-plugin:2.7.1:test (default-test)

[PLEASE TEST] Apache Maven 3.0.2-RC1

2011-01-05 Thread Benjamin Bentmann
Hi, we're aiming at a bugfix release of Maven 3 in the next week and following tradition we invite interested users in taking the RC for a test drive in order to detect and fix potential regressions since version 3.0.1 before the actual release of 3.0.2. For the duration of the RC testing, s

Re: Cleanup to SNAPSHOT version handling

2010-12-28 Thread Benjamin Bentmann
Brian E. Fox wrote: -1 to a, +1 to b Just to be clear, I meant a) AND b), not either or. a) is concerned about the actual version interpretation, b) about guiding the user into the desired direction for future projects. In light of this, I'm not sure what your "-1 to a" means. Benjamin

Re: Moving scm to java 1.5

2010-12-28 Thread Benjamin Bentmann
Olivier Lamy wrote: As we will start a new year, I'd like to move scm to java 1.5. +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Cleanup to SNAPSHOT version handling

2010-12-28 Thread Benjamin Bentmann
Brett Porter wrote: I think the original reason the logic is how it is was because just "SNAPSHOT" (with no leading version) was valid, but that behaviour has long been (unofficially) deprecated. Given this style of versioning is apparently in use and I personally see nothing wrong with hav

Re: [VOTE] Establish a creation and retirement plan for plugins

2010-12-21 Thread Benjamin Bentmann
Dennis Lundberg wrote: One comment I would make is if the plugin moves to another forge (hence different groupId) a relocation pom should be created at the "old" location - not just an update to the SCM. This would mean that we (the Maven project) would have to deploy relocation POMs everyti

Re: How do I get the MavenProject objects of already built modules?

2010-12-20 Thread Benjamin Bentmann
Brian E. Fox wrote: Do you need @aggregator to make sure the reactorProjects is properly populated? No, at least not just for inspection of the projects and their model. Neglecting the run-once behavior of @aggregator, it would be required if their dependencies needed to be resolved or lifec

Re: How do I get the MavenProject objects of already built modules?

2010-12-20 Thread Benjamin Bentmann
Bernd Vogt wrote: when implementing a Mojo (Maven 3), how do I get the MavenProject objects of the modules that were already built by the current reactor build? Sounds either like /** @parameter default-value="${reactorProjects}" */ Collection projects; or http://jira.codehaus.org/browse/MNG

Re: [VOTE] Release Maven Project Info Reports Plugin version 2.3.1

2010-12-19 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-034/ Staging site: http://maven.apache.org/plugins/maven-project-info-reports-plugin-2.3.1 +1 Benjamin - To unsubscribe, e-mail:

Re: Difference between MavenArtifactRepository and RemoteRepository in maven 3.0.1?

2010-12-19 Thread Benjamin Bentmann
Guo Du wrote: Is there any logic behind this or those two will be merged some day? Same concept for different APIs. implementation: org.apache.maven.artifact.repository.MavenArtifactRepository Legacy Maven 2.x API implementation: org.sonatype.aether.repository.RemoteRepository Maven 3.

Re: [VOTE] Release Maven Surefire Plugin version 2.7, Take 2

2010-12-18 Thread Benjamin Bentmann
Kristian Rosenvold wrote: Staging repo: https://repository.apache.org/content/repositories/maven-026/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.ap

Re: [VOTE] Move Maven Changes Plugin to Java 5

2010-12-15 Thread Benjamin Bentmann
Dennis Lundberg wrote: I have some features I'd like to work on for the Changes Plugin. To simplify the work I would like to start using Java 5 features [...] +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apac

Re: svn commit: r1049118 - in /maven/surefire/trunk: maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/ maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/ maven-s

2010-12-14 Thread Benjamin Bentmann
Kristian Rosenvold wrote: The way I understand you this is halfway a documentation issue; any non-legal value including the string "filesystem" will actually give you filesystem order. Oh I see, I didn't properly read the diff. So I could "solve" this by just adding "filesystem" to the list

Re: svn commit: r1049118 - in /maven/surefire/trunk: maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/ maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/ maven-s

2010-12-14 Thread Benjamin Bentmann
Hi Kristian, Author: krosenvold Date: Tue Dec 14 14:55:52 2010 New Revision: 1049118 URL: http://svn.apache.org/viewvc?rev=1049118&view=rev Log: [SUREFIRE-321] Added runOrder mojo attribute, including documentation. [...] @@ -595,6 +595,20 @@ public class IntegrationTestMojo private Boole

Re: Cleanup to SNAPSHOT version handling

2010-12-13 Thread Benjamin Bentmann
Brett Porter wrote: [...] "SNAPSHOT" (with no leading version) was valid, but that behaviour has long been (unofficially) deprecated. Do you have some more pointers for this deprecation handy? Benjamin - To unsubscribe, e-

Re: Parent-to-child inheritance of dynamic properties

2010-12-11 Thread Benjamin Bentmann
Benson Margulies wrote: Say that, in a parent pom, there is an execution of a plugin that sets a property. (e.g. the build helper plugin's port reserver). Will those properties inherit down to the children? No, the runtime data of project instances is separated. Benjamin --

Cleanup to SNAPSHOT version handling

2010-12-10 Thread Benjamin Bentmann
Hi, as part of MNG-4893 [0] an inconsistency in the way a version string is treated as a snapshot or release was detected. In short, the issue is about what suffix exactly marks a snapshot version. The current intention is to revise the logic such that the suffix "-SNAPSHOT" (note the leadin

Re: svn commit: r1044272 - in /maven/plugins/trunk/maven-doap-plugin: ./ src/main/java/org/apache/maven/plugin/doap/ src/test/java/org/apache/maven/plugin/doap/ src/test/resources/ src/test/resources/

2010-12-10 Thread Benjamin Bentmann
Hi Vincent, Author: vsiveton Date: Fri Dec 10 10:32:41 2010 New Revision: 1044272 URL: http://svn.apache.org/viewvc?rev=1044272&view=rev Log: MDOAP-27: Generated files aren't useable with Jena o added validate parameter [...] Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml URL: http:/

Re: svn commit: r1041791 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java

2010-12-03 Thread Benjamin Bentmann
Hi Vincent, Author: vsiveton Date: Fri Dec 3 12:42:38 2010 New Revision: 1041791 URL: http://svn.apache.org/viewvc?rev=1041791&view=rev Log: o improved TransferFailedException catch for unknown hosts o take care of unknown hosts to prevent undesirable ping Modified: maven/plugins/trunk/

Re: [VOTE] Release Maven Site Plugin version 2.2

2010-11-27 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-022/ Staging site: http://maven.apache.org/plugins/maven-site-plugin-2.2/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@

Re: [VOTE] Release Maven Indexer version 3.1.0

2010-11-27 Thread Benjamin Bentmann
Brian Demers wrote: Staging repo:*https://repository.apache.org/content/groups/maven_promotion-010/* +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apa

Re: [VOTE] Release Apache parent 8, Maven Parent 18, apache-source-release-assembly-descriptor 1.0.3

2010-11-27 Thread Benjamin Bentmann
Brian Demers wrote: Staging repo: https://repository.apache.org/content/groups/maven_promotion-008/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apac

[ANN] Apache Maven 3.0.1 Released

2010-11-26 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0.1 Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of source a

[RESULT] [VOTE] Release Apache Maven 3.0.1

2010-11-26 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Daniel Kulp, Jason van Zyl, Arnaud Héritier, Kristian Rosenvold, John Casey, Ralph Goers, Stephen Connolly, Emmanuel Venisse, Lukas Theussl, Olivier Lamy, Vincent Siveton, Brett Porter, Hervé Boutemy +1

Re: svn commit: r1038139 - in /maven/resources/trunk/apache-source-release-assembly-descriptor: ./ src/main/resources/assemblies/ src/test/java/org/apache/its/

2010-11-23 Thread Benjamin Bentmann
Hi Brian, Author: bdemers Date: Tue Nov 23 14:35:06 2010 New Revision: 1038139 URL: http://svn.apache.org/viewvc?rev=1038139&view=rev Log: Adding a zip and tar source assembly, some apache projects need zips and tars for source distributions Added: maven/resources/trunk/apache-source-re

[VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Benjamin Bentmann
Hi, 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the real thing. We solved 21 issues since 3.0: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16331 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNaviga

Re: [PLEASE TEST] Apache Maven 3.0.1-RC1

2010-11-22 Thread Benjamin Bentmann
Baptiste MATHUS wrote: I just created a test project from archetype, and tried -T option. And surefire shows up as being locked onto the 2.5 version, should/couldn't 3.0.1 be locked onto 2.6 one I didn't feel comfortable making Surefire 2.6 the default in light of SUREFIRE-615 but that's just

  1   2   3   4   5   6   7   8   9   10   >