Re: [VOTE] Release Apache Maven 4.0.0-rc-4

2025-06-20 Thread Jeff Jensen
+1 (NB) Successfully built a 71 module internal app suite. FYI It's pickiness found needs for two dep versions in a legacy module, which is great find. The fail error message was not helpful ([ERROR] Invalid Collect Request: null -> (snipped dep path)), but with -e the nested exception thankfull

Re: [VOTE] Release Apache Maven 4.0.0-rc-3

2025-03-05 Thread Jeff Jensen
+1 (NB) Successfully tested on a 68 module internal app suite. On Wed, Mar 5, 2025 at 10:27 AM Mateusz Gajewski < mateusz.gajew...@starburstdata.com> wrote: > +1 (nb). Tested on Trino :) > > On Wed, Mar 5, 2025 at 3:33 PM Jermaine Hua wrote: > > > +1 > > > > Guillaume Nodet 于2025年3月5日 周三19:15写

Re: [VOTE] Release Apache Maven 4.0.0-rc-2

2024-12-16 Thread Jeff Jensen
+1 (NB) Successfully tested on a 66 module internal app suite. On Mon, Dec 16, 2024 at 3:47 AM Delany wrote: > I opened https://issues.apache.org/jira/browse/MNG-8434 but its just a > collision with a property I had already set - so fixed it by renaming my > property. > The ticket can be close

Re: [VOTE] Release Apache Maven 4.0.0-rc-1

2024-11-26 Thread Jeff Jensen
+1 (NB) Successfully tested on a 61 module internal app suite. Notables: * AnsiConsole removal caused a docker-maven-plugin CNFE and thankfully it has a recent release fixing that. * Exposed a Spring GraphQL schema classpath file search configuration issue, worked around by overriding the default

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-05 Thread Jeff Jensen
Additionally, since a module is part of a product and project is activity to change a product, I prefer the term "module" (or even "submodule") because they are not "projects" (yes Eclipse and other tools refer to them as "projects" but that is arguably a wrong term). I also would rather clarify t

Re: [DISCUSS] Automatically format and sort imports

2022-10-13 Thread Jeff Jensen
I think reformatting files during every build is less desirable and adds risk. I prefer the build to *enforce* the desired results, failing as needed, and configuring the IDEs to auto-format the files on save. Both Eclipse and IntelliJ have many configurable "save actions" for file format and cle

Re: Maven Release Plugin 3.0.0-M6

2022-04-26 Thread Jeff Jensen
M is for Milestone, an incremental release towards the eventual final release considered early production ready but incomplete for full planned features and implementation. On Tue, Apr 26, 2022 at 2:10 PM Gary Gregory wrote: > Can someone explain the M release meaning? Is it an alpha release? A

Re: [DISCUSS] Move maven caching to an external repository

2021-12-12 Thread Jeff Jensen
I've split git repos before and using filter-branch is the key to keep the desired and purge the rest. >From my notes, these two posts helped me: * https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository * https://support.atlassian.com/bitbucket-cloud/docs/

Re: Speed of Maven build

2020-08-25 Thread Jeff Jensen
In case this helps, Jason Dillon has a "Maven Shell" that does what you seek for CLI - launches a Maven instance and runs interactive commands with it, saving the startup time. https://github.com/jdillon/mvnsh On Tue, Aug 25, 2020 at 12:27 AM Jaroslav Tulach wrote: > > And it's Apache Maven, ov

Re: Anyone had an error on Eclipse IDE after upgrade maven-jar-plugin to 3.1.2?

2019-06-08 Thread Jeff MAURY
because it's much better and oss Le sam. 8 juin 2019 à 10:29, Tibor Digana a écrit : > Why you use Eclipse. Use InteliJ IDEA. It is professional tool. Every > company has money to buy enterprise IDEA, the company wouln'd say no > because it is price you pay once and you can upgrade to major vers

Re: I am wandering how you do guys debug maven?

2018-10-08 Thread Jeff MAURY
M2e takes care of everything Jeff Le lun. 8 oct. 2018 à 23:09, Simon Sheng a écrit : > Hi, > > I am bringing this baby question since Maven load all it's classes by > ClassWorlds. Which means it doesn't have "main method". instead we debug > everything by l

Re: any github/git magic to migrate pull requests?

2018-03-20 Thread Jeff MAURY
A pr has its own branch (refs/pull/prid/head) So it's easy to retrieve them but don't know how to recreate them on the target repository Hope this helps Jeff Le mar. 20 mars 2018 à 22:06, Olivier Lamy a écrit : > Hi > We have a lot of pr here https://github.com/apache/mav

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-17 Thread Jeff Jensen
to find the "Access is denied" cause. I looked at the log and posted a couple of initial thoughts on the ticket. On Sat, Mar 17, 2018 at 12:48 PM, Tibor Digana wrote: > Hi Jeff, > > The entire problem is when trying to run a forked sub-process via > ProcessBuilder.s

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-17 Thread Jeff Jensen
Hi Tibor, > I should maybe write some limitations regarding length of IT class/method/package and length of Git branch name in README.md due to problems with Windows paths length. In case this helps: instead of shortening names for the Windows path length limitation, we can configure Windows and

Re: [DISCUSS] Retrospective on Maven 3.5.0-alpha-1

2017-03-13 Thread Jeff Jensen
> The date of the commit is not the date it got committed to master, but the date it got committed to some branch, no longer existing after the commit. If this is the way GIT works, so be it. I just don't like it. It could not be more confusing. A couple of thoughts in case they help you. 1. Git

Re: svn commit: r1775971 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-12-26 Thread Jeff Jensen
the plugin or > upgrade/roll back Maven and we update our mapping layer for the 3.4.1 > release and move forward. > > Adding 1000 command line options is not the right answer. > > It seems we got lucky here with it only affecting plugins... so we can use > our luck as

Re: svn commit: r1775971 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2016-12-26 Thread Jeff Jensen
I find the prerequisites idea very intriguing. However, does that mean it's automatic behavior and no way for user to control it? (For user to control it, in addition to normal docs, I expect release notes describing the issue (e.g. links to JIRA) and how to enable/disable the new breaking feature

Re: Why no mvn daemon?

2016-03-09 Thread Jeff Jensen
Thanks! It's running just fine. :-) It's very cool. Really nice directory traversal and completion, colors, and commands/features I don't know yet! Very interesting timing diffs (for each casual test, I ran the command for each multiple times to seed infra caches): * on some asciidoc gen with

Re: Why no mvn daemon?

2016-03-09 Thread Jeff Jensen
On Wed, Mar 9, 2016 at 3:59 PM, Jason Dillon wrote: > On March 8, 2016 at 7:45:53 AM, Jeff Jensen ( > jeffjen...@upstairstechnology.com) wrote: > > FYI Just cloned and tried build but Jansi 1.2 is not in Central: "Could not > > find artifact org.fusesource.jansi:j

Re: Why no mvn daemon?

2016-03-08 Thread Jeff Jensen
ason, if you have a built version, do you mind adding it as a download to the release files? Do you have interest in supporting further or prefer not to continue with it? On Sat, Mar 5, 2016 at 10:40 PM, Jeff Jensen < jeffjen...@upstairstechnology.com> wrote: > Some months ago I was lookin

Re: Why no mvn daemon?

2016-03-05 Thread Jeff Jensen
Some months ago I was looking for something like this. Due to this thread, I will soon set it up and try it. (Thanks for sharing Tamás!) On Sat, Mar 5, 2016 at 10:31 PM, Jason Dillon wrote: > On March 3, 2016 at 5:42:56 AM, Tamás Cservenák (ta...@cservenak.net) > wrote: > Maven Shell? > > htt

Re: What happened to Maven Eclipse Plugin?

2015-12-25 Thread Jeff Jensen
> > Do those of you who are Eclipse users find m2e adequate? I've successfully used m2e for many years on many different systems (different customers). I suggest asking about any issues on the m2e users list. On Fri, Dec 25, 2015 at 2:37 PM, Gary Gregory wrote: > I'm still surprised that no

Re: Harnes 3.3.0 - Test fails to resolve artifact

2015-12-02 Thread Jeff MAURY
maybe a proxy problem ? Jeff On Wed, Dec 2, 2015 at 12:15 PM, Nathalie Keymeulen < nathalie.keymeu...@agfa.com> wrote: > Hi, > > I would like to use Harness for testing our maven plugin (maven 3) > > We are downloading an artifact to our local repository. > When running

Re: Jsr305, Take 2

2015-08-31 Thread Jeff Jensen
On Tue, Sep 23, 2014 at 11:05 PM, Hervé BOUTEMY wrote: > Le lundi 22 septembre 2014 18:14:52 Kristian Rosenvold a écrit : > > > > com.google.code.findbugs > > jsr305 > > 3.0.0 > > provided > > > > > > The reason for this is that the findbugs project

Re: [VOTE] Add Manfred Moser as committer

2015-05-13 Thread Jeff Jensen
+1 On Wed, May 13, 2015 at 4:17 AM, Martin Gainty wrote: > +1 > > Martin > > > > Date: Wed, 13 May 2015 09:16:19 +0100 > > Subject: Re: [VOTE] Add Manfred Moser as committer > > From: stephen.alan.conno...@gmail.com > > To: dev@maven.apache.org > > > > +1 > > > > On 13 May 2015 at 08:36, Kristia

Re: Feedback wanted on Checktyle plugin ruleset docs

2015-05-02 Thread Jeff Jensen
I suggest alternative 2 as 1 doesn't scale well with new versions and 3 is more confusing than 2. On Sat, May 2, 2015 at 4:11 PM, Christopher wrote: > Of the choices, alternative 1 seems the easiest for me. > > On Sat, May 2, 2015, 16:10 Dennis Lundberg wrote: > > > Hi, > > > > I'm trying to v

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-14 Thread Jeff MAURY
ing, and if javac > does a > > > > > > > > part > > > > > > > > > of > > > > > > > > > > > > the > > > > > > > > > > > > > > > >> > job, > > >

Re: [IMPORTANT NOTICE] Jira migration from Codehaus to Apache on April 4th

2015-04-10 Thread Jeff Jensen
And please add me as well. id is jeffjensen Thank you. On Fri, Apr 10, 2015 at 4:23 PM, Dan Tran wrote: > Hi > > Please add me as well > > Thanks > > -D > > On Fri, Apr 10, 2015 at 1:59 PM, Hervé BOUTEMY > wrote: > > > I added you to the last request for maven-developers group > > > > https://

Re: Unreadable commits notifications was Re: [49/50] [abbrv] maven git commit: Package and configure log4J 2.2 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/l

2015-04-02 Thread Jeff MAURY
According to the commits archive, there is 1 email per commit and I can see the 50/50 notification email ( http://mail-archives.apache.org/mod_mbox/maven-commits/201504.mbox/%3Cbfb2482f10c94b7180353e96763ee865%40git.apache.org%3E ) Jeff On Thu, Apr 2, 2015 at 10:17 AM, Arnaud Héritier wrote

Re: Unreadable commits notifications was Re: [49/50] [abbrv] maven git commit: Package and configure log4J 2.2 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/l

2015-04-01 Thread Jeff MAURY
ting history does not reduce the amount of modified/deleted/added code. And as the notification emails also send diffs, Jeff > > Cheers > > Arnaud > > On Wed, Apr 1, 2015 at 2:24 AM, wrote: > > > Package and configure log4J 2.2 by default. > > Replace the

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Jeff MAURY
You should look at news brought by latest 3.3 from Maven that target extensibility but to my knowledge, extending the format of the POM is not yet supported (see http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/) Regards Jeff On Sat, Mar 21, 2015 at 2:14 PM, Arcadiy Ivanov

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Jeff MAURY
then your stuff will not be Maven compatible. You will face non adoption from the community Jeff On Sat, Mar 21, 2015 at 9:01 AM, Arcadiy Ivanov wrote: > Presumably, by editing maven-model/src/main/mdo/maven.mdo ? :) > > > On 2015-03-21 03:31, Jeff MAURY wrote: > >> ho

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Jeff MAURY
how will you extend the repository element in maven ? Jeff On Fri, Mar 20, 2015 at 11:52 PM, Arcadiy Ivanov wrote: > Hi folks, > > I'd like to feel your temperature wrt the following improvement I would > like to make to Maven before I start working on it. > > *== Artifa

Re: Jekyll experiment

2015-03-19 Thread Jeff Jensen
I agree Fred... the reports are very helpful. I've always thought of it as handling two needs: "reports" and "docs"; reports basically working OOTB and docs as the team decides to hand-create. On Wed, Mar 18, 2015 at 10:43 PM, Fred Cooke wrote: > Well, if you created it, then a personal thank

Re: Jekyll experiment

2015-03-19 Thread Jeff Jensen
+1 asciidoctor On Thu, Mar 19, 2015 at 4:56 AM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > While I use jekyll for lots of stuff (blogs and wicket website), I'd > urge to use asciidoc[tor] as the markup format. Markdown is great, but > rather limited for technical documentation. Ther

Re: Preview release: Plexus Archiver multithreaded Zip edition

2015-01-10 Thread Jeff Jensen
Sounds like an awesome improvement! Will we see speed improvement on war file creation with many megs of jars in the lib dir or only with compressing of files into the archive (ignoring the web files for this question)? On Sat, Jan 10, 2015 at 7:43 AM, Kristian Rosenvold < kristian.rosenv...@gma

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jeff Jensen
While I agree with your assessment Paul, the problem with upgrading non-sequential release numbers that I encounter with some of my customers (the larger organizations or ones with regulated products [think medical]) is it usually causes some confusion ("we're on version n.2 and I see n.8 but nothi

Re: Proposal: Ease the usage of Failsafe

2014-10-28 Thread Jeff Jensen
> > Integrating Failsafe in the same way as Surefire would be great for a lot > of people I think. I agree! Personally, I wonder why we don't merge them. I've wondered the same thing... is there a technical reason why it "won't" or is difficult to make work? On Tue, Oct 28, 2014 at 11:54 AM

Re: PlexusTestCase ?

2014-10-16 Thread Jeff Jensen
...and even though dbUnit has a base test class for extension, you can use composition of it instead. Same for Spring Test - can configure it with annotations and use a test runner. No base class needed in either case. On Thu, Oct 16, 2014 at 3:19 PM, Lennart Jörelid wrote: > Well ... trying t

Re: Maven Developer Hangout Summary (2014-07-31)

2014-08-01 Thread Jeff Jensen
Awesome! Thank you very much for the summary. On Fri, Aug 1, 2014 at 7:56 AM, Jason van Zyl wrote: > Here's a short summary of yesterdays discussion: > > --- > > Manfred Moser > > 1) Alternative verifier use in maven-android-plugin for testing. Igor > created an alternative verifier for use in

Re: git commit: Deprecate unused version of the project dependencies resovler in the core

2014-07-05 Thread Jeff Jensen
Jason, for: > 1) Include a "since" statement indicating at point the API was deprecated You didn't mention if you are against doing so or not. Do you find it of value for yourself and others? > 2) include a statement pointing to the replacement API (or non-replacement > and reason for same).

[GitHub] maven-surefire pull request: a way to force the junit runner to st...

2014-07-03 Thread Jeff-Symphony
Github user Jeff-Symphony closed the pull request at: https://github.com/apache/maven-surefire/pull/37 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: svn commit: r1595491 - in /maven/shared/trunk/maven-dependency-tree: ./ src/it/multi-module-plugin/ src/it/multi-module-plugin/resources/ src/it/multi-module-plugin/resources/META-INF/ src/it/mult

2014-05-23 Thread Jeff Jensen
+1 In my circles, changing method params is a bad practice. Enforcement of rules is key - I do the same thing Manfred, fail the build on a set of FindBugs, PMD, and CheckStyle violations. Really makes coders adhere! On Fri, May 23, 2014 at 10:15 PM, Manfred Moser wrote: > I totally agree with

Re: Anyone else having issues reaching https://cwiki.apache.org/confluence/display/MAVEN/Maven+4.0.0 ?

2014-05-23 Thread Jeff Jensen
I just successfully viewed the page, so no problems reaching it. On Fri, May 23, 2014 at 7:30 AM, Jason van Zyl wrote: > For the last few days the instance seems to be in distress. Anyone else > having issues? > > Thanks, > > Jason > > --

[GitHub] maven-surefire pull request: a way to force the junit runner to st...

2014-05-02 Thread Jeff-Symphony
GitHub user Jeff-Symphony opened a pull request: https://github.com/apache/maven-surefire/pull/37 a way to force the junit runner to stop when there is a test failure I'm not sure if this is an acceptable solution, and I *didn't* add any test cases for this, but it'

Re: "Not a local repository. It is a local repository cache." (was: Fwd: Why Is Maven Ignoring My Local Repo?)

2014-04-26 Thread Jeff MAURY
possible to install locally, although I am not sure we'll need > separate "install" phase. > +1 Jeff > > -- > Regards, > Igor > > > On 2014-04-17, 7:13, ROBERT PATRICK wrote: > >> I don't understand the issue. I regularly use artifacts in m

Re: Why is dependency:unpack evil

2014-04-13 Thread Jeff Jensen
party. The WAR module is not in the list of deps. On Sun, Apr 13, 2014 at 10:49 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On Sunday, 13 April 2014, Jeff Jensen > wrote: > > > Agreed, we put the WSDL and related schemas in a domain module and its

Re: Why is dependency:unpack evil

2014-04-13 Thread Jeff Jensen
The app loads all resources from the classpath. IIRC, Tomcat requires the exploded WAR. I think the Tomcat plugin also requires file system files for config, e.g. , , and . On Sun, Apr 13, 2014 at 10:19 AM, Jason van Zyl wrote: > On Apr 13, 2014, at 11:14 AM, Jeff Jensen < >

Re: Why is dependency:unpack evil

2014-04-13 Thread Jeff Jensen
Agreed, we put the WSDL and related schemas in a domain module and its build generates these domain classes in its build. Then other modules use the domain jar... The only place we currently use dependency:unpack is in an AT (acceptance test) module that retrieves the war and unpacks it to an exp

Re: New logo?

2013-12-16 Thread Jeff Jensen
Looks good. I like the left nav better tho! I don't think the Maven logo in the upper right corner looks bad/out of place, however, a new logo is fun to have! On Mon, Dec 16, 2013 at 6:17 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > > https://www.dropbox.com/s/w5eblhl4q0fzc

Re: [2/2] git commit: o change the scope of org.eclipse.sisu to test in the maven-aether-provider to prevent it from leaking out to clients.

2013-07-27 Thread Jeff Jensen
is switched on! :-) Yes, very good! >> - >> Arnaud >> >> Le 27 juil. 2013 à 15:19, Jeff Jensen >> a écrit : >> >> > That message indicates you need to git pull first. Even though you >> > may already have done so and no one else has pu

Re: [2/2] git commit: o change the scope of org.eclipse.sisu to test in the maven-aether-provider to prevent it from leaking out to clients.

2013-07-27 Thread Jeff Jensen
That message indicates you need to git pull first. Even though you may already have done so and no one else has pushed since, this usually happens when modifying a commit that has been pushed/shared. On Sat, Jul 27, 2013 at 8:08 AM, Hervé BOUTEMY wrote: > the last 2 commits are to be amended: ls

Re: [VOTE] All new (non-patch) releases of Maven Core after 30th Sep 2013 to require Java 6+

2013-07-23 Thread Jeff MAURY
+1 Jeff On Tue, Jul 23, 2013 at 9:40 PM, Michael-O <1983-01...@gmx.net> wrote: > Am 2013-07-23 15:59, schrieb Stephen Connolly: > > This vote is to cover the minimum required version of Java for Maven Core. >> >> > Given than most companies/folks reac

Re: [VOTE] All new (non-patch) releases of Maven Core after 30th Sep 2013 to require Java 6+

2013-07-23 Thread Jeff Jensen
+1 (non-binding) On Tue, Jul 23, 2013 at 8:59 AM, Stephen Connolly wrote: > This vote is to cover the minimum required version of Java for Maven Core. > > Maven Plugins produced by the Apache Maven Project that are flagged as > compatible with older versions of Maven Core as their baseline will s

Re: [DISCUSS] [VOTE] Should we respin CANCELLED releases with the same version number?

2013-05-29 Thread Jeff Jensen
It seems that most people care about X.Y and X.Y.Z numbers of the versioning scheme, not X.Y.Z.N. To spin through version numbers without concern during release candidates, perhaps using the 4th position, N, would then allow continued use of the familiar X.Y and X.Y.Z references? Major.Minor.Poin

Re: [VOTE] Apache 3.1.0-alpha-1

2013-05-28 Thread Jeff MAURY
Tested on my Tycho (0.17.0 and latest staged 0.18.0) build and it fails but I think this is a Tycho issue. Regards Jeff On Tue, May 28, 2013 at 10:03 AM, Baptiste MATHUS wrote: > OK, you're right. Jason's cancellation mail was > http://mail-archives.apache.org/mod_mbox/maven

Re: Multi-project releases

2013-03-24 Thread Jeff Jensen
g to result in all the children being part of the tag > > though > > > > On Sunday, 24 March 2013, Jeff Jensen wrote: > > > >> -N > >> Same for other operations to not recurse into children/modules. > >> > >> > >> On Sun, Mar 24, 2013 at

Re: Multi-project releases

2013-03-24 Thread Jeff Jensen
Yes, good point to know of in case that causes a problem. On Sun, Mar 24, 2013 at 2:30 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > That's still going to result in all the children being part of the tag > though > > On Sunday, 24 March 2013, Jeff

Re: Multi-project releases

2013-03-24 Thread Jeff Jensen
-N Same for other operations to not recurse into children/modules. On Sun, Mar 24, 2013 at 11:55 AM, Andrei Pozolotin < andrei.pozolo...@gmail.com> wrote: > *Robert* > > unrelated question, may be you can clarify: in the current > maven-release-plugin > what is the way to release

Re: Surefire - Run tests on remote hosts through SSH

2013-02-18 Thread Jeff MAURY
Looks interesting but sharing the current work dir is not enough: - what about dependencies (in local repo or in reactor) - what about multi modules project Jeff Le 18 févr. 2013 10:52, "Julien Nicoulaud" a écrit : > Hi all, > > I'm writing a Maven plu

Re: EOL of 1.5 as minimum

2013-02-07 Thread Jeff MAURY
+1 on Stephen's reasons Jeff On Thu, Feb 7, 2013 at 12:46 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On 7 February 2013 08:58, Chris Graham wrote: > > > > > > > Sent from my iPhone > > > > On 07/02/2013, at 6:59 PM, Bapti

Re: Pain with MNG-5181 (_maven.repositories)

2013-02-01 Thread Jeff MAURY
+1 on Arnaud's comments. The main problem with this "feature" is that it is not documented thus I can't explain the real reason why Maven download several times released artifacts and this causes members of the Maven bashing group to grow Jeff On Fri, Feb 1, 2013 at 9:47

Re: Logging

2012-12-09 Thread Jeff Jensen
On Sun, Dec 9, 2012 at 6:51 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On Sunday, 9 December 2012, Kristian Rosenvold wrote: > > > 2012/12/9 Olivier Lamy >: > > > Perso I'm fine using log4j2. > > > I use the branch I pushed for some weeks now and I'm happy. > > > Log4j2 has q

Re: Re-spinning 3.1.0

2012-12-01 Thread Jeff Jensen
On Sat, Dec 1, 2012 at 2:39 PM, Olivier Lamy wrote: > Hi, > > Why do we have to force our users to a specific logging implementation > than we choose ? > Doesn't the product have to establish a default? Isn't that the one "forced" on the users? Substitution of the default for alternate impleme

Re: 3.1.0 decision making

2012-12-01 Thread Jeff Jensen
Milestones are great idea, and there has already been a few (just named the same! :-). +1 for 3.1.0 Nice infra improvements including SLF4J. Appreciating you patiently RM'ing this Jason... (and +1 for Logback; haven't used Log4j in 4 years). On Sat, Dec 1, 2012 at 2:29 PM, Jason van Zyl wrote

Re: Cas build failure

2012-11-23 Thread Jeff MAURY
> arget with reserveld xml name (position: START_DOCUMENT seen \r\n @2:7) > for project unknown at C:\opt\work\pom.xml] > > Can you please advise on what is missing in my pom.xml file?? > -- Jeff MAURY "Legacy code" often differs from its suggested al

Re: fixing transfer listener in trunk

2012-11-11 Thread Jeff Jensen
On Sun, Nov 11, 2012 at 7:59 AM, Jesse McConnell wrote: > On Sun, Nov 11, 2012 at 6:35 AM, Anders Hammar wrote: >> Here's my suggestion: >> >> We keep the current state where we have the new logging API (slf4j) and the >> System.out style implementation. Then we (Olivier?) create a JIRA ticket >>

Toolchains integration point

2012-09-24 Thread Jeff MAURY
for the toolchains feature. Thanks Jeff -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury

Re: Dynamically determining the currently executing goal name

2012-09-11 Thread Jeff Maxwell
This works fine: /** The project. */ @Parameter(required = true, readonly = true, defaultValue = "${mojoExecution}") private MojoExecution mojoExecution; @Override public String getGoalName() { return this.mojoExecution.getMojoDescriptor().getGoal(); }

Dynamically determining the currently executing goal name

2012-09-10 Thread Jeff Maxwell
I would like to dynamically determine the currently executing goal from a MOJO. I attempted this using reflection but the new annotations are not available at runtime. All other solutions I have seen appear to require access to the executing MOJO's groupId and artifactId. Anyone have a solution?

Re: How to customize the folder structure

2012-06-01 Thread Jeff MAURY
I would recommand to follow Maven conventions and not trying to break Maven, assumed that if you do that while beginning with Maven, you will FAIL Jeff Le 1 juin 2012 08:22, "preetppg" a écrit : > > Team, > > I am doing a POC using Maven. > > Can anybody share the s

Re: Developing a new repository layout / proxy?

2012-01-25 Thread Jeff MAURY
Maven repository layout here: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout.java?view=markup Regards Jeff On Fri, Jan 20, 2012 at 2:45 PM, Bertram, Alexander wrote: > Hi there, > > I'm wor

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC5 staged

2012-01-10 Thread Jeff MAURY
Works fine with 2 of my Tycho builds, maven-gwt-plugin and hudson-the-definitive-guide Jeff On Tue, Jan 10, 2012 at 2:13 PM, Mirko Friedenhagen wrote: > Works fine here. > > Regards Mirko > > On Tue, Jan 10, 2012 at 01:21, Stephen Connolly > wrote: > > None here >

Re: pom.xml parser

2011-12-11 Thread Jeff MAURY
Look around http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model-builder/src/main/java/org/apache/maven/model/building/ Regards Jeff MAURY On Sun, Dec 11, 2011 at 8:45 PM, Simone Tripodi wrote: > Hi all guys, > can you please point me to the pom.xml parser location on SVN? > Ma

Re: [VOTE] Apache Maven 3.0.4

2011-11-27 Thread Jeff MAURY
Works fine with gwt-maven-plugin, jenkins-the-definitive-guide-book and one of my Hadoop based project. Regards Jeff MAURY 2011/11/27 Arnaud Héritier > +1 (binding) > No regression found on a large set of projects. > > Thx > > Cheers > > Le 27 nov. 2011 à 14:38,

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-10 Thread Jeff Jensen
+1 (non-binding) On Thu, Nov 10, 2011 at 9:53 AM, Olivier Lamy wrote: > Hello, > > Since last vote things have changed: > * aether is in incubation process @eclipse > * sisu is in incubation process @eclipse > > Due to the fact that those process can be long before having an > official release f

Re: POM5 proposal

2011-07-27 Thread Jeff MAURY
On Wed, Jul 27, 2011 at 7:45 PM, Tim O'Brien wrote: > Vincent that seems like a mistake. Why add more specific elements like > Wiki > and API. Why make the POM syntax this specific. Why not make it free > from, something like: > > > > > > Which you could compact down in some groovy syntax

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-07 Thread Jeff Jensen
We've been running the "beta" for (I don't know how many) months, and works better than it ever has. I agree with Lukas; release it. On Thu, Jul 7, 2011 at 2:26 AM, Lukas Theussl wrote: > > > Hervé BOUTEMY wrote: >> >> the rationale behind not going directly to 3.0 was that site plugin is >> ha

Re: annotate complex types in lists

2011-06-30 Thread Jeff MAURY
#Mapping_Complex_Objects Regards Jeff MAURY On Thu, Jun 30, 2011 at 9:48 AM, DE GOEDE Tony < tony.dego...@nl.thalesgroup.com> wrote: > Hello, > > ** ** > > I have a problem. > > ** ** > > I am building a new maven plugin to interface with a local build tool. > &

PMC change explanation?

2011-06-16 Thread Jeff Jensen
Is there a forthcoming explanation for a seemingly Maven PMC shakeup? I find it odd that consistently excellent contributors such as Lukas, Brian, et al are suddenly not on the Maven PMC. This is concerning as these are people who have drastically improved and moved Maven forward. It's very conce

Re: org.codehaus.plexus.util.CollectionUtils.intersection

2011-06-12 Thread Jeff Jensen
With what JUnit version? I just tested is() and hasItems() and the failure reporting message is 99% the same as assertEquals() with JUnit 4.8.2. They both display toString()s of the expected and actuals, just prefixed with different names/words. What am I missing? On Sun, Jun 12, 2011 at 2:52

Re: svn commit: r1077924 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeployMojo.java SiteDeployMojo.java SiteStageDeployMojo.java

2011-03-10 Thread Jeff Jensen
Works great again... thank you Lukas! :-) On Wed, Mar 9, 2011 at 2:04 PM, Lukas Theussl wrote: > > snapshots are deployed by now, let me know if it helps... > > -Lukas > > > Jeff Jensen wrote: >> >> Thanks Lukas!  Sorry - haven't had a moment to get sour

Re: svn commit: r1077924 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeployMojo.java SiteDeployMojo.java SiteStageDeployMojo.java

2011-03-09 Thread Jeff Jensen
you have to build it > yourself as I'm getting a 500 when trying to deploy to apache right now, so > no snaps are deployed yet. > > HTH, > -Lukas > > > Jeff Jensen wrote: >> >> Yes, :-)  3.0-beta-4-SNAPSHOT.  The fixes over the past months have >> been v

Re: svn commit: r1077924 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeployMojo.java SiteDeployMojo.java SiteStageDeployMojo.java

2011-03-08 Thread Jeff Jensen
java:107) 08:23:15at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) 08:23:15... 19 more On Tue, Mar 8, 2011 at 1:18 PM, Lukas Theussl wrote: > > Hi Jeff, > > I deduce you are testing my current development version...?  ;) > > I don't see how this particular commit could ha

Re: svn commit: r1077924 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeployMojo.java SiteDeployMojo.java SiteStageDeployMojo.java

2011-03-08 Thread Jeff Jensen
Hi Lukas! I have a question on this commit, as it causes our site gen to now fail. With the following change: > +if ( site == null ) > +{ > +throw new MojoExecutionException( > +"Missing site information in the distribution management of > the project

RE: EXTERNAL: Re: '+1' vs 'I agree'

2011-01-26 Thread Daly, Jeff
+1 Sorry, couldn't resist. -Original Message- From: Lukas Theussl [mailto:ltheu...@apache.org] Sent: Wednesday, January 26, 2011 7:37 AM To: Maven Developers List Subject: EXTERNAL: Re: '+1' vs 'I agree' No problem if it's clear in the context. As I said, it's not a big issue and I'm

Re: [VOTE] Release Maven Surefire Plugin version 2.7.1

2010-12-24 Thread Jeff Jensen
+1 (non-binding) On Thu, Dec 23, 2010 at 2:40 AM, Lukas Theussl wrote: > > +1 > > -Lukas > > > Kristian Rosenvold wrote: >> >> Hi, >> >> We solved 10 issues: >> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&version=17014 >> >> There are still a couple of issues left in JIRA

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

2010-12-16 Thread Jeff Jensen
+1 (non-binding) This one works great too! On Thu, Dec 16, 2010 at 5:38 AM, chemit wrote: > On Thu, 16 Dec 2010 11:46:40 +0100 > Kristian Rosenvold wrote: > > +1 (non binding) > > > > -- > Tony Chemit > > tél: +33 (0) 2 40 50 29 28 > email: che...@codelutin.com > http://ww

Re: [VOTE] Release Maven Surefire Plugin version 2.7

2010-12-15 Thread Jeff Jensen
f console output; > > It turned out for test number N, any stdout/stderr output would be > duplicated into N tee-streams, and they were'nt going away. > That's a lot of memory going nowhere. > > Kristian > > on., 15.12.2010 kl. 08.g08 -0600, skrev Jeff Jensen: >>

Re: [VOTE] Release Maven Surefire Plugin version 2.7

2010-12-15 Thread Jeff Jensen
+1 (non-binding) We can finally run a full build with tests from the parent with this version (would OOM unless -Xmx was set to nearly 2G!). :-) On Wed, Dec 15, 2010 at 2:01 AM, chemit wrote: > On Wed, 15 Dec 2010 00:21:49 +0100 > Kristian Rosenvold wrote: > > +1 (none binding) > > Works fine

Re: relativePath in m3 release notes

2010-09-16 Thread Jeff MAURY
I agree with Baptiste that the explanation is ambiguous. I understand the same thing. Regards Jeff MAURY On Thu, Sep 16, 2010 at 11:30 AM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Baptiste MATHUS wrote: > > Does it mean that must now be put *even if* the parent

RE: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-31 Thread Jeff Jensen
+1 (non-binding) "better, stronger, faster" :-) -Original Message- From: Benjamin Bentmann [mailto:benjamin.bentm...@udo.edu] Sent: Monday, August 30, 2010 8:09 AM To: Maven Developers List Subject: [VOTE] Release Apache Maven 3.0-beta-3 (take 2) Hi, what's a better start for a week th

Re: Mojo Complex Object From Pom

2010-08-18 Thread Jeff MAURY
Your class MUST have an empty constructor !!! Regards Jeff MAURY On Wed, Aug 18, 2010 at 3:21 PM, onlinegeek wrote: > > I am trying to pass an object through my pom to my maven mojo. > I have a class... > > public class Shortcut { > >/** > * @paramet

RE: Maven 3 versions of the plugins

2010-05-18 Thread Jeff Jensen
+1 It's clear, it allows me to continue if I want to try it anyway, and I think there was plenty of prior discussion of it on the list. -Original Message- From: Kristian Rosenvold [mailto:kristian.rosenv...@gmail.com] Sent: Tuesday, May 18, 2010 2:57 PM To: Maven Developers List Subject

RE: [VOTE] Release Maven PMD plugin version 2.5

2010-05-01 Thread Jeff Jensen
+1 -Original Message- From: Hervé BOUTEMY [mailto:herve.bout...@free.fr] Sent: Saturday, May 01, 2010 9:35 AM To: Maven Developers List Subject: [VOTE] Release Maven PMD plugin version 2.5 Hi, We solved 24 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140&styleNa

RE: [VOTE] Commit access for Kristian Rosenvold

2010-01-04 Thread Jeff Jensen
+1 -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: Monday, January 04, 2010 3:47 AM To: Maven Developers List Subject: Re: [VOTE] Commit access for Kristian Rosenvold +1 -- Olivier 2010/1/4 Jason van Zyl : > Hi, > > I have reviewed the patches for the parallel bui

RE: [vote] Invite Stephen Connolly to join Maven committers

2009-09-06 Thread Jeff Jensen
+1 -Original Message- From: aherit...@gmail.com [mailto:aherit...@gmail.com] On Behalf Of Arnaud HERITIER Sent: Sunday, September 06, 2009 6:25 PM To: Maven Developers List Cc: Stephen Connolly Subject: [vote] Invite Stephen Connolly to join Maven committers Hi all, I'd like to propose

RE: What's block maven-toolchains-plugin getting *any* release at all?

2009-09-04 Thread Jeff Jensen
+1 -Original Message- From: Arnaud HERITIER [mailto:aherit...@gmail.com] Sent: Friday, September 04, 2009 8:20 AM To: Maven Developers List Subject: Re: What's block maven-toolchains-plugin getting *any* release at all? +1 to propose you to join us as committer :-) Arnaud On Fri, Sep 4,

RE: automation question

2008-11-21 Thread Jeff Jensen
Perhaps setup CI (Hudson/CruiseControl/Continuum) locally and manually invoke builds when desired. Using build dependencies, you can have subsequent builds kick off from you manually invoking the first. Then manually commit or automate? -Original Message- From: Oleg Gusakov [mailto:[

RE: Could anyone give me some idea what is the difference bwteen ant and maven?

2008-10-26 Thread Jeff Jensen
I like your analogy Brian. Additionally, I think the Sonatype Maven book has a nice comparison: http://www.sonatype.com/book/reference/introduction.html#sect-compare-ant-maven (and I think this is a User-list question, not a Developer-list one?) -Original Message- From: Brian E. Fox [ma

  1   2   3   >