Re: Question - JDK Minimum of future Apache Maven 4.0.0

2022-07-19 Thread Hilco Wijbenga
On Tue, Jul 19, 2022 at 10:15 AM Karl Heinz Marbaise wrote: > On 19.07.22 19:10, Tamás Cservenák wrote: > > Actually, yes, I keep forgetting about release flag: so, if running on > > LTS, user can do: > > - use compiler "release" flag to target any Java from 8 to 17 (up to > > current LTS it runs

Re: POM 5: The problems with mixins

2016-12-04 Thread Hilco Wijbenga
On 4 December 2016 at 14:56, Stephen Connolly wrote: > I'm currently trying to figure out how to make mixins possible in POM 5. This is wonderful news! > Mixins basically bring a form of multiple inheritance to the POM... which > leads to the problems of how to solve conflicts. Why allow both i

Re: Git as the canonical SCM

2012-09-04 Thread Hilco Wijbenga
On 4 September 2012 14:29, Mark Struberg wrote: > just take as example that you like to checkout all maven core plugins in one > go because you like to do some refactoring/checks/upgrade. > That would require you to go into each plugin project and get the stuff from > there. And where would you

Re: discussion on MNG-4637 : -pl switch negates recursion into sub projects

2012-04-27 Thread Hilco Wijbenga
On 27 April 2012 18:20, Chris Graham wrote: > On Sat, Apr 28, 2012 at 11:06 AM, Hilco Wijbenga > wrote: > >>  On 27 April 2012 17:51, Chris Graham wrote: >> > On Sat, Apr 28, 2012 at 7:04 AM, Hilco Wijbenga < >> hilco.wijbe...@gmail.com>wrote: >> >

Re: discussion on MNG-4637 : -pl switch negates recursion into sub projects

2012-04-27 Thread Hilco Wijbenga
On 27 April 2012 17:51, Chris Graham wrote: > On Sat, Apr 28, 2012 at 7:04 AM, Hilco Wijbenga > wrote: > >> >> Actually, I've been working on a Maven extension that uses checksums >> to determine whether a particular project needs to be rebuilt (taking >>

Re: discussion on MNG-4637 : -pl switch negates recursion into sub projects

2012-04-27 Thread Hilco Wijbenga
On 27 April 2012 13:29, Jesse Glick wrote: > On 04/27/2012 01:39 PM, Hilco Wijbenga wrote: >> >> What about -am and -amd? > > -am does work together with -pl. Vincent's issue is that -pl must be given a > full list of submodules; just passing an aggregator is no

Re: discussion on MNG-4637 : -pl switch negates recursion into sub projects

2012-04-27 Thread Hilco Wijbenga
On 27 April 2012 01:34, Vincent Latombe wrote: > I would be very interested to have [1] implemented. Our use case is to > compile a subpart of our aggregator + all associated dependencies. The > current behaviour requires us to provide *all* individual modules, which > defeats the purpose of aggre

Re: [VOTE] Release Apache Maven 3.0

2010-10-04 Thread Hilco Wijbenga
On 4 October 2010 05:16, Benjamin Bentmann wrote: > feedback on the RCs seems to be decreasing and I am currently not aware of > any major regression so let's try and cross the finishing line of this > marathon. I seem to have a problem with a combination of Maven 2 and 3: http://mail-archives.a

Re: The direct use of shaded classes

2008-07-11 Thread Hilco Wijbenga
On Fri, Jul 11, 2008 at 6:09 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > IIRC, you're not able to use them at compile time with that name (which is > why anonymous inner classes are xxx$1, ...) That's just a convention. You can use $ in your class names. Not advisable but completely valid.

Re: Maven core : Plexus vs Spring / OSGi ?

2008-05-02 Thread Hilco Wijbenga
On Fri, May 2, 2008 at 9:25 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > And ultimately the container DI is not the important part but the > implementations of our components. Using standard annotations for that is a > good thing and that's not hard. XBR does full JEE injection and can manage >

Re: Maven Enforcer Plugin

2008-01-11 Thread Hilco Wijbenga
On Jan 10, 2008 6:33 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Hilco, I'll have to take a deeper look, it's possible that I missed some > other cases. I had to manually read and interpret the poms since I > couldn't get them unmolested from the core. Can you open a jira and > attach a sample so

Re: Maven Enforcer Plugin

2008-01-10 Thread Hilco Wijbenga
Hi Brian, On Jan 10, 2008 5:40 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > The enforcer plugin requirePluginVersions rule intentionally scans > everything in your pom inheritance to see anything that isn't defined. > This also includes things you haven't declared but are being used by the > stan

Maven Enforcer Plugin

2008-01-10 Thread Hilco Wijbenga
I ran into some issues with the Maven Enforcer plugin. Since I'm using the latest and greatest straight from Subversion I didn't want to create a JIRA ticket without first making sure that that would be helpful. Given that 1.0-alpha-3 doesn't support requirePluginVersions I want to use 1.0-SNAPSHO

Re: Where are the ITs for 2.0.9-SNAPSHOT?

2008-01-02 Thread Hilco Wijbenga
On Jan 2, 2008 6:39 AM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Yes I think it is. The original focus for that doc was how to create a > new IT test, but it would be helpful to say how to run the current Its > too... For the record, I did get all the ITs to pass but when I was about to add my co

Re: Where are the ITs for 2.0.9-SNAPSHOT?

2008-01-01 Thread Hilco Wijbenga
On Jan 1, 2008 7:12 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > Those integration tests do work for 2.0.9 - take a look at maven-core- > it-runner in the Maven 2.0.x source tree for one alternative for > running them. I just ran the tests and about 25% fail, all because Maven fails to download a

Re: Where are the ITs for 2.0.9-SNAPSHOT?

2008-01-01 Thread Hilco Wijbenga
On Jan 1, 2008 8:02 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Take a look here: > http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test Awesome! That's very helpful. Thanks! - To unsubscribe, e-mail: [EMAIL

Where are the ITs for 2.0.9-SNAPSHOT?

2008-01-01 Thread Hilco Wijbenga
I would like to try and add some functionality to Maven so I tried to create an IT first. That proved harder than I had expected because I can't find them. :-) I found /maven/core-integration-testing but this is for 2.1-SNAPSHOT and I very much doubt these would work for 2.0.9-SNAPSHOT. (I haven't

Maven Enforcer Plugin

2007-09-17 Thread Hilco Wijbenga
Hi all, The enforcer plugin has a powerful feature that checks whether the POM lists a version for every plugin used. The current version (1.0-alpha-3) doesn't seem to include this feature (even though the plugin documentation indicates otherwise). I see in JIRA that this feature is deemed not ye

Re: Continuum & CVS

2007-04-20 Thread Hilco Wijbenga
On 4/20/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Ok, so file an issue on Maven-SCM project (http://jira.codehaus.org/browse/SCM) and we'll fix it. http://jira.codehaus.org/browse/SCM-300

Re: Poll: release continuum alpha

2007-02-23 Thread Hilco Wijbenga
Yes, please release an alpha version.

Re: JBoss Support

2007-02-22 Thread Hilco Wijbenga
Nice work!

Re: JBoss Support

2007-02-14 Thread Hilco Wijbenga
On 2/14/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Hilco, the list is probably stripping attachments, so best thing to do > is open a JIRA issue and attach your patch: > http://jira.codehaus.org/browse/CONTINUUM http://jira.codehaus.org/browse/CONTINUUM-1167

Re: Metrics Gathering & Tracking

2007-01-18 Thread Hilco Wijbenga
On 1/18/07, Erik Bengtson <[EMAIL PROTECTED]> wrote: Please let me know if there are metrics you would like to collect from the store (JPOX). I will make a list of the various metrics I was thinking of collecting. We should probably define some sort of interface that anybody can implement and

JBoss Support

2007-01-06 Thread Hilco Wijbenga
Hi all, I've been bold enough to prepare a little patch that adds explicit support for JBoss to the Archiva WAR. The patch adds a jboss-web.xml file (this should be totally harmless) and adds a to web.xml. I get the impression that this latter change is harmless as well, or would it break other

Re: Bug in VersionRange?

2006-11-07 Thread Hilco Wijbenga
On 11/6/06, Brett Porter <[EMAIL PROTECTED]> wrote: That's the defined behaviour. Ok, so using a spec of '1.0' is wrong? Should VersionRange not complain then? I don't understand why '1.0' and '[1.0]' are not the same. - To un

Bug in VersionRange?

2006-11-06 Thread Hilco Wijbenga
Hi all, I have a question about VersionRange in maven-artifact. Calling createFromVersionSpec with a spec of '1.0' returns a VersionRange with a recommendedVersion of '1.0' and a restriction list consisting of Restriction.EVERYTHING. As a consequence calling containsVersion always returns true.

Re: Proposal for maven-qc-plugin / maven-qc-report-plugin

2006-10-08 Thread Hilco Wijbenga
Hi all, Wow, that proved *much* easier than I had anticipated. I'm not sure if everyone is equally happy with the approach I took, though... I slightly changed my plans and tried to get PMD to run by just invoking the maven-qc-plugin. I'm invoking mvn clean verify and the PMD plugin is not confi

Proposal for maven-qc-plugin / maven-qc-report-plugin

2006-10-06 Thread Hilco Wijbenga
Hi all, A while ago I mentioned the idea of a quality number (without much detail). It's a long weekend so I'd like to get started and see how far I get. I'd appreciate comments! --- maven-qc-plugin / maven-qc-report-plugin --- 1) General Idea The maven-qc-plugin generates a "quality number" ea

Re: bootstrap.sh

2006-08-24 Thread Hilco Wijbenga
On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: Ok, I can see why that would fail. Can you file an issue? http://jira.codehaus.org/browse/MNG-2529 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: bootstrap.sh

2006-08-24 Thread Hilco Wijbenga
On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: What JDK / OS are you using? blackdown-jdk-1.4.2.03 / GNU/LInux Regardless, you have a successful Maven installation. Yeah, I figured as much. Cheers, Hilco - To unsubsc

Re: bootstrap.sh

2006-08-24 Thread Hilco Wijbenga
Almost there! The only thing that seems to be failing is one of the integration tests: it0063... FAILED - Standard Out - Command: /home/maven/bin/maven/current/bin/mvn -e --no-plugin-registry --batch-mode -Dmaven.repo.local=/home/maven/.m2/repository clean:clean package - Standard E

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
Mmmh, it's being installed to M2_HOME/../maven-2.1-SNAPSHOT instead of simply M2_HOME. This is to avoid overwriting a previous installation? Obviously, M2_HOME/../maven-2.1-SNAPSHOT/bin is not in $PATH... Am I required to use an M2_HOME that ends with "maven-2.1-SNAPSHOT"? On

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
Hi, On 8/23/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: You probably have a settings.xml with ~/.m2/repository in there. Yup, that was the problem. After about a dozen tries I seem to have a successful build ... however ... Maven doesn't get installed so the integration tests all fail. I

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
On 8/22/06, Arnaud Bailly <[EMAIL PROTECTED]> wrote: Maybe you could try building maven setting the property maven.online=false such that build does not try to download artifacts from remote repos. $> export MAVEN_OPTS=-Dmaven.online=false $> sh bootstrap.sh I tried this and it fails even quic

Re: bootstrap.sh

2006-08-23 Thread Hilco Wijbenga
On 8/22/06, Brett Porter <[EMAIL PROTECTED]> wrote: I can only guess incomplete checkout. I've never seen anything like it, and it should just work. Well, don't I feel special. :-) I removed everything and checked out again. I made sure I had the same revision in every directory. Running boots

Re: bootstrap.sh

2006-08-22 Thread Hilco Wijbenga
e exact same result. Perhaps I'm on the wrong mailing list? Or is this part of my initiation? ;-) You are not going to make me cheat by first installing Maven, are you? On 8/21/06, Hilco Wijbenga <[EMAIL PROTECTED]> wrote: Hi all, I've checked out M2 in accordance with "

bootstrap.sh

2006-08-21 Thread Hilco Wijbenga
Hi all, I've checked out M2 in accordance with "Guide to Building Maven 2.0": svn co https://svn.apache.org/repos/asf/maven/trunks maven [EMAIL PROTECTED] ~/maven/components $ env | grep M2_HOME M2_HOME=/home/maven/bin/maven/current [EMAIL PROTECTED] ~/maven/components $ echo $PATH :/home/mave

Re: Extending reporting management

2006-08-16 Thread Hilco Wijbenga
Hi Mike, On 8/16/06, Mike Perham <[EMAIL PROTECTED]> wrote: Hilco, your proposal sounds good in the context of a single VM invocation when everything is in-memory. How does this extend to reporting over time? I was referring to Arnaud's idea of a versioned database for such data. Obviously, t

Re: Extending reporting management

2006-08-16 Thread Hilco Wijbenga
Hi all, I'm nowhere near being a veteran Maven user let alone competent at making changes to Maven but a common API for reporting seems like an important and extremely useful addition to Maven and I'd like to help out. On 8/16/06, Arnaud Bailly <[EMAIL PROTECTED]> wrote: : : The basic idea I h