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 log, do we have other way like debug wi

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/maven-plugins/pulls > > an

Re: Harnes 3.3.0 - Test fails to resolve artifact

2015-12-02 Thread Jeff MAURY
> src/test/resources/unit/setup/pom.xml > > http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd";> > 4.0.0 > com.occ.maven > test-setup > 1.0.0-SNAPSHOT > pom > Test SetupMojo > > > > > com.occ.maven > oas > 1.0.0-SNAPSHOT > > "com.occ.oas.maven.mojo.stubs.MyProjectStub"/> > > ${localRepository} > > > > > > > > > Kind Regards, > > Nathalie Keymeulen | Agfa HealthCare > Software Engineer | HE/Orbis Connectivity Core Team Ghent | IT BD, > Enterprise BU > T +32 3444 7644 | F +32 3 444 8401 | M +32 494 56 02 80 > > Moutstraat 100, B-9000 Ghent, Belgium > http://www.agfahealthcare.com > http://blog.agfahealthcare.com > Click on link to read important disclaimer: > http://www.agfahealthcare.com/maildisclaimer -- 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: [DISCUSSION] JEP 238: Multi-Version JAR Files

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

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
rties > > > > index 8741836..cd01f9e 100644 > > > > --- > > > > > > > > > > a/maven-embedder/src/main/resources/META-INF/maven/slf4j-configuration.properties > > > > +++ > > > > > > > > > > b/maven-em

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
53/pom.xml > > -- > > diff --git a/pom.xml b/pom.xml > > index b0ab4e8..87442f3 100644 > > --- a/pom.xml > > +++ b/pom.xml > > @@ -61,6 +61,9 @@ > > 1.3 > > 1.0.2.v20150114 > >

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Jeff MAURY
he right way to go about it. > > Generally speaking, adding optional tags does not break forward > functionality, i.e. it's relatively safe. > > What would be the fundamental reason for never ever ever considering any > additions to the POM ever again? > > > On 2015-03-21 04:1

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
* Repo artifact is attempted to be resolved using all of the >repositories inherited from parents, ad infinitum, or in the >repository declarations prior to the one being considered. Artifact >is, otherwise, resolved by standard means. > > Let me know what you think, > &g

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
;>>>> >>>>> goal org.apache.maven.plugins:maven-site-plugin:3.3:site failed: >>>>>> Plugin >>>>>> org.apache.maven.plugins:maven-site-plugin:3.3 or one of its >>>>>> dependencies >>>>>> could not be resolved: Co

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

2013-07-23 Thread Jeff MAURY
#x27;t concern mine...but). > > So -0, > > Michael > > > > --**--**- > To unsubscribe, e-mail: > dev-unsubscribe@maven.apache.**org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- Jeff M

Re: [VOTE] Apache 3.1.0-alpha-1

2013-05-28 Thread Jeff MAURY
> > > > > > > > > > > > > > ----- > > > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > > > > For additional commands, e-mail: dev-h...@maven.apach

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 plugin for Vagrant ( > http://nicoulaj.github.c

Re: EOL of 1.5 as minimum

2013-02-07 Thread Jeff MAURY
;> way > > >>>>> we catch up with the model version ;-) > > >>>>> > > >>>>> On Wednesday, 6 February 2013, Olivier Lamy wrote: > > >>>>> > > >>>>>> Hi, > > >>>>>> As we are now in 2013, it's probably time to think about that > > > (again). > > >>>>>> > > >>>>>> Reading [1], even 1.6 won't be anymore updated after feb 2013. > > >>>>>> > > >>>>>> Can we say we are safe to go to 1.6 as minimum required ? > > >>>>>> > > >>>>>> NOTE: That will probably need a vote. So depending on how the > > > thread > > >>>>>> move, I will start a vote (or not). > > >>>>>> > > >>>>>> Thanks > > >>>>>> -- > > >>>>>> Olivier Lamy > > >>>>>> Talend: http://coders.talend.com > > >>>>>> http://twitter.com/olamy | http://linkedin.com/in/olamy > > >>>>>> > > >>>>>> [1] http://www.oracle.com/technetwork/java/eol-135779.html > > >>>>>> > > >>>>>> > > > - > > >>>>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > >>>>> > > >>>>>> For additional commands, e-mail: > > >>>>> dev-h...@maven.apache.org > > >>>>>> > > >>>>>> > > >>>>> > > >>>>> -- > > >>>>> Baptiste MATHUS - http://batmat.net > > >>>>> Sauvez un arbre, > > >>>>> Mangez un castor ! nbsp;! > > >>>> > > >>> > > >>> > > >>> - > > >>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > >>> For additional commands, e-mail: dev-h...@maven.apache.org > > >>> > > >>> > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > -- 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: Pain with MNG-5181 (_maven.repositories)

2013-02-01 Thread Jeff MAURY
http://linkedin.com/in/olamy > > >> > > >> - > > >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > >> For additional commands, e-mail: dev-h...@maven.apache.org > >

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

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: 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 steps to customize the folder s

Re: Developing a new repository layout / proxy?

2012-01-25 Thread Jeff MAURY
ect.cran > packageName > 1.0 > > > And have some sort of hook that would then track down the R sources from > the CRAN repository, make some transformations, and then store as a jar in > the local maven repo. Is this possible? Can someone point me to the > javadocs for the

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 > > > > On 9 January 2012 23:44

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: 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: 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. > &

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