[ANN] extra-enforcer-rules version 1.0-beta-7 released

2018-01-23 Thread Baptiste Mathus
Hi, The MojoHaus team is pleased to announce the release of the extra-enforcer-rules version 1.0-beta-7. These are extra rules for Apache Maven's Enforcer Plugin. http://mojohaus.org/extra-enforcer-rules Release Notes https://github.com/mojohaus/extra-enforcer-rules/milestone/5?closed=1 Enjoy

Re: When time do we need to delete .m2/repository

2017-09-15 Thread Baptiste Mathus
bug. Builds were failing for no reason only on that test box, but > >> working fine on my dev box, lots of fun. > >> > >> > If you don't, and > >> > you have static (persistent) agents, very bad things will happen at > some > >> point. > &

Re: When time do we need to delete .m2/repository

2017-09-08 Thread Baptiste Mathus
zed I mixed my MLs. I thought I was reading Jenkinsci-users one :). On Thu, Sep 7, 2017 at 1:59 PM, Baptiste Mathus wrote: > 2017-09-07 9:17 GMT+02:00 Guang Chao : > > > On Fri, Sep 1, 2017 at 11:31 AM, mingleizhang > > wrote: > > > > > Hello friends here.

Re: When time do we need to delete .m2/repository

2017-09-07 Thread Baptiste Mathus
2017-09-07 9:17 GMT+02:00 Guang Chao : > On Fri, Sep 1, 2017 at 11:31 AM, mingleizhang > wrote: > > > Hello friends here. > > > > > > I would like ask a question ,it probably looks silly, but I still > > want to know. As the subject said, when time do we need to delete > > .m2/repository fil

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Baptiste Mathus
:00 Oliver B. Fischer : > Yes, running with -B disables the colorized output. > > But at least the description of this option should mention this too > because IMHO it is not intuitive that -B disables the colors. > > > WDYT? > > Am 12.06.16 um 22:09 schrieb Baptiste M

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Baptiste Mathus
Didn't test it, but using batch mode would seem natural for that IMO. My 2 cents 2016-06-12 22:04 GMT+02:00 Oliver B. Fischer : > The colorized output is very nice, but I would like to have also a > commandline option to disable it. I often redirect the output of Maven to a > file to check the b

Re: Filtering resources

2016-01-12 Thread Baptiste Mathus
In general, though it would surely work too, better avoid using maven-antrun-plugin. Maven is about standardizing your build process, using antrun is gonna add issues with IDEs and so on. Anyway, what you ask for doesn't seem to me to require custom filtering. '@' is a standard delimiter (see http

Re: publishing sub-modules without requiring the parent module to be published?

2015-10-11 Thread Baptiste Mathus
I'm pretty sure you can't. At least on Central who IIRC checks that kind of things. It's indeed needed for the dependency resolution mechanism to work. Cheers Le 11 oct. 2015 11:50 PM, "Kevin Burton" a écrit : > I'm trying to open source a bunch of code in our stack. > > Is it possible to have a

Re: Problem excluding source directory using maven-pmd-plugin with Jenkins CI

2015-09-29 Thread Baptiste Mathus
Hi. I have a problem using maven-pmd-plugin with Jenkins CI. Is this the > correct mailing list to ask for help? > > Thank you. > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Creating local repository

2015-09-10 Thread Baptiste Mathus
gt; > > -DlocalRepositoryPath=/var/www/html/mavenRepository > > > > > > > > Is this the only correct way? I have yet to try it, primarily > because I > > > > have a few dozen artifacts and doing so will take me a long time. > > > > > > > > > > > > Cheers, > > > > George > > > > > > > > - > > > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > > > > > > > > > > > > > -- > > > > > > Gail Stewart > > > Sr. Release Engineer > > > > > > AP & Payment Automation > > > 125 Cambridgepark Drive > > > Cambridge, MA 02140 > > > gail.stew...@mineraltree.com > > > 617.299.3399 x148 > > > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Finding transitive dependencies imported into our code

2015-08-07 Thread Baptiste Mathus
+1 dependency:analyze seems to be the one. Le 7 août 2015 2:17 PM, "Ben Podgursky" a écrit : > I think you want mvn dependency:analyze -DfailOnWarning=true > > > https://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html#failOnWarning > > On Fri, Aug 7, 2015 at 4:38 AM, Russell Go

Re: Running jdeb plugin by itself .. not attached to the package lifecycle.

2015-08-05 Thread Baptiste Mathus
IMO disabling it for perf reason for snapshot might be acceptable, but in your place I would really create and deploy the .deb at least for the release so that you have a central place where all your released binaries can be found. Cheers Le 3 août 2015 2:09 AM, "Benson Margulies" a écrit : > fa

Re: jars with no pom.xml available - what to do next ?

2015-06-08 Thread Baptiste Mathus
n. > We like to avoid missing these jars GAV coordinates if they really exist > out there outside of Central Maven repo but we aren't sure and don't feel > good when we cant find them since they are open source jars. > > Thanks > > > > > > On Mon, Jun 8,

Re: jars with no pom.xml available - what to do next ?

2015-06-08 Thread Baptiste Mathus
les for these unvetted jars > ? > > > Thank you. > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Where's the new home for the clirr-maven-plugin?

2015-06-08 Thread Baptiste Mathus
ck : > Hi, > > the website for appassembler-maven-plugin doesn't follow the pattern. > Its current website is > http://www.mojohaus.org/appassembler/appassembler-maven-plugin/ > > Greetz, > > Sandra > > > Am 08.06.2015 um 09:24 schrieb Baptiste Mathus:

Re: Where's the new home for the clirr-maven-plugin?

2015-06-08 Thread Baptiste Mathus
s migrated, but not its site. Is that as > simple as running a mvn site, and copying target/site to a ghpages > branch? > > Martijn > > > On Mon, Jun 8, 2015 at 9:24 AM, Baptiste Mathus > wrote: > > Yes, MOJO@Codehaus project was renamed MojoHaus. > > > >

Re: Where's the new home for the clirr-maven-plugin?

2015-06-08 Thread Baptiste Mathus
--- > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Codehaus Mojo repository

2015-06-08 Thread Baptiste Mathus
t; > http://www.codehaus.org > > > '; > > > please relocate > > > > > > But the mojo repository is not yet populated on GitHub: > > > https://github.com/codehaus/mojo > > > > > > Is it planned to populate that repository? W

Re: orders of plug-in

2015-04-05 Thread Baptiste Mathus
t; > >> > >> Of which plugins would you like to change the execution > >> order? And for > >> what purpose? > >> > >> > >>Wondering if any impact for order or plug-in, and any > >

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Baptiste Mathus
IP, we are > using... > > > > > > > > > > > > CP850 > > > > > > > > > > > > ...in the maven-assembly-plugin configuration, which is working well. > > :) > > > > > > > > Next we want to use maven-dependency-plugin to unpack that ZIP. > > > > > > > > How can we configure maven-dependency-plugin:unpack so it will > > > > apply > > > CP850 > > > > when unpacking that ZIP? > > > > > > > > Thanks! > > > > -Markus > > > > > > > > > > > > > > > -- > > Adrien Rivard > > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: What is going on with maven-javadoc-plugin?

2015-03-12 Thread Baptiste Mathus
2.11 or 2.10.2 version with this > change applied?" > Can anyone tell me why no one does the release of this plugin? > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Why would maven download a pom and not a jar?

2015-03-10 Thread Baptiste Mathus
eeds to run that plugin. > > > So I'd expect that every jar you now have in your local repository (~/.m2) > is a dependency of the dependency:tree plugin. > > On 11 March 2015 at 17:02, Baptiste Mathus wrote: > > > Could you rephrase? You think pom.xml is a dependenc

Re: Why would maven download a pom and not a jar?

2015-03-10 Thread Baptiste Mathus
Could you rephrase? You think pom.xml is a dependency of the "dependency:tree" goal? If so, then the answer is no. Cheers 2015-03-11 6:59 GMT+01:00 Cintia Del Rio : > Isn't it a dependency of the dependency plugin itself? > > On 11 March 2015 at 16:51, Baptiste Mathu

Re: Help with warning: 'Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo'

2015-03-10 Thread Baptiste Mathus
default maven global settings > > I also tried to add '--debug' to the MAVEN_OPTS, but it didn't show any > more details regarding the warning. > I also try to change validation level (default, minimal, 2.0, 3.0, 3.1, > strict) and they all show the same error. >

Re: Why would maven download a pom and not a jar?

2015-03-10 Thread Baptiste Mathus
y) in both > cases. > > > Does anyone know why maven would download a pom file, and then not attempt > to download the associated jar? > > > Thanks, > Dan > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Disabling surefire error printing to console?

2015-03-08 Thread Baptiste Mathus
A* > blog: http://burtonator.wordpress.com > … or check out my Google+ profile > <https://plus.google.com/102718274791889610666/posts> > <http://spinn3r.com> > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Determining the directory of test/resources from multi-modules?

2015-03-02 Thread Baptiste Mathus
Well, IIUC yes. For example you could use filtering to inject the property saying where the test/resources are. And if you need that directly in some code, then the templating-maven-plugin may be what you need. Please give more precision of you need more help. Cheers Le 2 mars 2015 21:37, "Kevin

Re: write developers & contributors into Jar

2015-03-01 Thread Baptiste Mathus
ame - myName@myDomain - architect / developer, >> >> I have tried to define it with >> >> >> ${project.developers} >> >> >> but this writes only the Java object items to the entry. How can I create >> a loop / xquery within the pom.xml to iterate

Re: Invoke another Maven

2015-02-22 Thread Baptiste Mathus
Hi Dan, We're using https://github.com/TimMoore/mojo-executor for that and it's quite doing the job. HTH Cheers Le 21 févr. 2015 21:43, "Dan Tran" a écrit : > I have a need my maven to exec another maven build, but also inherit > original argument as well ( ex pickup -s option ) > > possible?

Re: Configure Logger (timestamps in Jenkins)

2015-02-20 Thread Baptiste Mathus
t seem to work. Jenkins can manage and distribute settings.xml but > it seems to have no grab on the simplelogger.properties. > > Any idea how to solve that cleanly? > > Gruss > Bernd > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: access to license node

2015-02-19 Thread Baptiste Mathus
Le 19 févr. 2015 16:16, "Andreas Sewe" a écrit : > > Hello, > > > I’m using Maven 3.2 with the pom definition > > > > http://www.w3.org/2001/XMLSchema-instance"; xmlns=" http://maven.apache.org/POM/4.0.0"; > > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/x

Re: Maven 3 with newest Checkstyle

2015-02-15 Thread Baptiste Mathus
I guess you mean you don't have any tag in your pom.xml. Under build/plugins declare a plugin block like this to override the inherited version maven-checkstyle-plugin 6.3 Btw, you should be aware that always "pinning" the plugin versions is a strongly recommended practice. Indeed, one of

Re: Dependency conflict resolution

2015-02-15 Thread Baptiste Mathus
Do you use dependencyManagement ? And Jason is right: providing a test project is quicker to help you. Might be even quicker for you than explaining it by mail. Push it for example on your github account and post the link here. Cheers Le 13 févr. 2015 21:21, "Jason van Zyl" a écrit : > Provide

Re: Question about next maven-fluido-skin release

2015-02-15 Thread Baptiste Mathus
Hi better ask for a release in the dev list. If the code is actually already fixed and just needs be released there's generally committers willing to do it. Cheers Le 14 févr. 2015 02:23, "Mikko Kuokkanen" a écrit : > Hi. > > We are prototyping following combination for our web site generation:

Re: What are mobile developers best practices

2015-01-02 Thread Baptiste Mathus
ed to use mvn -llr very often. Cheers [1] https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-ResolutionfromLocalRepository 2015-01-02 9:21 GMT+01:00 Baptiste Mathus : > IIUC your request, then I'd advise you to simply run a local maven

Re: What are mobile developers best practices

2015-01-02 Thread Baptiste Mathus
k= > =2bNJ > -END PGP SIGNATURE- > > --- > This email is free from viruses and malware because avast! Antivirus > protection is active. > http://www.avast.com > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: [VOTE] Name our mascot: "Shotgun" vs "The Maven Owl"

2014-12-16 Thread Baptiste Mathus
Same here, good point. -gun. B Le 16 déc. 2014 22:46, "Matt Stephenson" a écrit : > A > > On Mon, Dec 15, 2014 at 2:39 AM, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > After the run-off round, we are left with two names standing. > > > > This second vote will be a straight a

Re: fetching a tar.gz URL / dependency via HTTP during a build?

2014-11-09 Thread Baptiste Mathus
Not sure it would do for your use case, but you might want to try the maven-remote-resources-plugin. You'd have the cacheing behavior standard with it. Cheers Le 8 nov. 2014 20:38, "Karl Heinz Marbaise" a écrit : > Hi Kevin, > > > On 11/8/14 8:19 PM, Kevin Burton wrote: > >> Nice.. it works actu

[ANN] extra-enforcer-rules 1.0-beta-3 Released

2014-09-26 Thread Baptiste Mathus
Hi, The Mojo team is pleased to announce the release of the Extra Enforcer Rules version 1.0-beta-2. Apache's Maven Enforcer Plugin is used to apply and enforce rules on your Maven projects. The Enforcer plugin ships with a set of standard rules The Mojo project hosts this project to provide extr

Re: Filtering resources with variables from build-helper-maven-plugin:reserve-network-port

2014-09-16 Thread Baptiste Mathus
gt; > Is it at all possible to do something like this, or is this particular > plugin running too late (or exporting the variables within a different > context to what is visible to the maven-resources-plugin)? > > Thanks in advance and looking forward to your comments! > > Martin

Re: Build once, deploy everywhere

2014-09-10 Thread Baptiste Mathus
he rpms are created using the rpm-maven-plugin. > > > > Regards, > > Graham > > -- > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;! >

Re: How to get a dependency tree view of plugin dependencies used in the build

2014-09-10 Thread Baptiste Mathus
; > -Dave > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;!

Re: release plug in not committing the release version anymore

2014-08-30 Thread Baptiste Mathus
Hi, This description seems to match a known issue. I see you're using maven release plugin 2.3.2. Upgrade to 2.5 and check if it gifts better (see https://jira.codehaus.org/browse/MRELEASE-812 for example). Cheers Le 30 août 2014 23:13, "Stefano Fornari" a écrit : > Hi All, > I realized to day t

Re: how maven build plugins plugin use latest version

2014-05-28 Thread Baptiste Mathus
Hi, This is not possible with maven by design. It has to do with the "build reproducibility" thing you'll often read here. I think there were a recent thread about that very question, also have a look at it if you will. Cheers Le 27 mai 2014 10:32, "Sartisty" a écrit : > > hi, all, > I have dev

Re: Invalid pom during release perform while valid during usual mvn install

2014-05-21 Thread Baptiste Mathus
d-pom-while-pom-is-fin > > I'm quite puzzled what's going on, any pointers are welcome. > > pozdrawiam, > LAFK > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: maven-invoker-plugin: running ITs in parallel?

2014-05-21 Thread Baptiste Mathus
r IT. >> But >> I can't find a property or even a workaround to do that. >> >> Because filing an issue to m-invoker-p, I wanted to check here if I was >> missing something. >> > > ----- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: maven-invoker-plugin: running ITs in parallel?

2014-05-21 Thread Baptiste Mathus
15:09 GMT+02:00 Stephen Connolly : > Eh you might be able to... > > you could have the "local repo" that m-i-p "installs" into be a "remote" > repo in your settings.xml (along with the mrm repo) and then use ${basedir} > in the localrepo path... > >

Re: maven-invoker-plugin: running ITs in parallel?

2014-05-20 Thread Baptiste Mathus
e parallel process, at least 2 og 3 projects do it this > way. As far as I understand solving concurrent thread safe repo in the > latest maven version should be trivial, but it needs to be solved in > the core. > > Kristian > > > 2014-05-20 9:13 GMT+02:00 Baptiste Mathus : &

maven-invoker-plugin: running ITs in parallel?

2014-05-20 Thread Baptiste Mathus
Hi all, *TL;DR: does anyone use the parallelThreads option in maven-invoker-plugin? Do you also have issues with concurrent local repository access? If so, how do you solve them?* I've recently come across the parallelThreads option in maven-invoker-plugin. After having tried to use it a few time

Re: Truncating SCM/Git URL for tagging only

2014-05-12 Thread Baptiste Mathus
Which version of the maven release plugin are you using? I'd check with at least 2.4.2 or 2.5 since known issues with Git have been fixed in those versions. Le 13 mai 2014 03:07, "Neil Hunt" a écrit : > For some reason, when running maven release, it is giving me an invalid > URL just for the tag

Re: [ANN] buildnumber-maven-plugin 1.3 Released

2014-05-03 Thread Baptiste Mathus
Just a small guess: if you're using a versioning control system (svn,git it mercurial supported), the build number won't indeed change if you're building the same source code many times: it will reflect the current state of your tree (say revision for svn, or sha-1 for Git). HTH Cheers Le 3 mai 20

[ANN] buildnumber-maven-plugin 1.3 Released

2014-05-02 Thread Baptiste Mathus
Hi, The Mojo team is pleased to announce the release of the buildnumber-maven-plugin version 1.3. This mojo is designed to get a unique build number for each time you build your project. So while your version may remain constant at 1.0-SNAPSHOT for many iterations until release, you will have a b

RE: ForkedBooter in 2.2.1 does not honor MAVEN_OPTS

2014-04-24 Thread Baptiste Mathus
Yes, it does not isolate your tests from your main maven build. So if for example your tests require too much memory, the OOME will kill the whole maven build. BTW, as maven 2.x is in the title, you should be aware it's now deprecated/end of life. Cheers Le 25 avr. 2014 03:22, "victropolis" a éc

Re: Unpacking a zip file from the source tree

2014-04-19 Thread Baptiste Mathus
llow me to post issues on > the Truezip Jira. The login prompt says "To request an account, please > contact your JIRA administrators"... > > M > > - > To unsubscribe, e-mail: users-unsubscr...@maven

Re: Unpacking a zip file from the source tree

2014-04-18 Thread Baptiste Mathus
to do anything, and the documentation is no help at all). > > M > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Strange maven central response - do you see the same thing??

2014-04-18 Thread Baptiste Mathus
; > > > http://central.maven.org/maven2/org/apache/maven/scm/ > > > > maven-scm-provider-cvsexe/ > > > > > > > > .. > > > > > > > > Kind regards > > > > Karl-Heinz Marbaise > > > > > > > > - > > > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > > > > > > > > > > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;! >

Re: Generating Incorrect fat jar using maven-assembly-plugin in maven 2 with war packaging

2014-04-15 Thread Baptiste Mathus
Hi, Which version of the war plugin are you using? BTW, you say it's OK with maven 3. Can't you just upgrade? Maven 2 is many years old and has already been officially end of lifed ( http://maven.apache.org/maven-2.x-eol.html). And about what you're doing: I'm unsure about why you seem to unneces

Re: Maven Download and Regular Expression

2014-04-09 Thread Baptiste Mathus
Hi, Have a look at Maven indexer? Cheers Le 9 avr. 2014 03:40, "MukeshKumar Bhansali" < mukeshkumar.bhans...@amdocs.com> a écrit : > Hi Folks, > I have a different requirement and not getting any hint. > > The Requirement is like : > > I want to download an artifact from Nexus using Maven, But I h

Re: Scanning for Projects... before

2014-04-04 Thread Baptiste Mathus
ning-for-Projects-before-tp5790393p5790475.html > > > > To unsubscribe from Scanning for Projects... before, click here > > < > http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5790393&code=ZXVnZW4ucmFiaWlAZ21haWwuY29tfDU3OTAzOTN8MTA1NjEzNjg3MA== > >. > > NAML > > < > http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Scanning-for-Projects-before-tp5790393p5790476.html > Sent from the Maven - Users mailing list archive at Nabble.com. > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Enforcer plugin

2014-04-03 Thread Baptiste Mathus
t;> 1.3.1/enforcer-rules/src/main/java/org/apache/maven/plugins/ >> enforcer/BannedDependencies.java?revision=1502671&view=markup >> >> >> and classifier does not seem to have made it in. >> >> Have I walked through this correctly? If so, is there a fix (othe

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-03-28 Thread Baptiste Mathus
ssue, or should I file a bug? > > Best, > Laird > > -- > http://about.me/lairdnelson > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Overriding dependency scope

2014-03-28 Thread Baptiste Mathus
IIUC, you have a unique parent pom (likely a "corporate pom"), let's can him P. P says scope is test for groovy-all. You have modules m1, m2... who all inherits P. In some module mN, you need groovy-all with scope compile. But m1 actually depends on mN and will crash since the dependency onto gr

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Baptiste Mathus
Did you make sure you put -J-Xmx and not only -Xmx ? 2014-03-28 12:24 GMT+01:00 Martin Hoeller : > Hi Baptiste! > > I tried it but it didn't change anything. Still OutOfMemoryError :( > > -martin > > On 28 Mär 2014, Baptiste Mathus wrote: > > > Sorry, I have

Re: maven release-plugin 2.5 bug - releasing snapshots...

2014-03-28 Thread Baptiste Mathus
- > does > anyone know how this can be done using the most recent > maven-release-plugin? > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/maven-release-plugin-2-5-bug-releasing-snapshots-tp5789837.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;!

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Baptiste Mathus
e this issue? > > My current workaround is to disable aggregation in section as > described here [0]. But this is really just a workaround, no solution :( > > thx for your help, > - martin > > [0] > https://maven.apache.org/plugins/maven-javadoc-plugin/examples/selective-javadocs-report.html > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: centralized settings.xml vs local question

2014-03-24 Thread Baptiste Mathus
Couldn't you set up a tailored release job in your CI server. Then you would had handle authorizations there? This is somehow what we do. And developers all have the same settings.xml file. HTH Le 24 mars 2014 00:34, "ghostwolf59" a écrit : > > Hi, > I am a strong advocate of maven & Archiva wh

Re: properties that are not being resolved

2014-03-24 Thread Baptiste Mathus
Hi, Out of curiosity, why don't you use the seemingly equivalent mojo buildnumber maven plugin? May not be your issue, but may be the plugin you're using doesn't create properties in the right way (no offense, just trying to guess)? My 2 cents Le 23 mars 2014 22:37, "Henrik Østerlund Gram" a écrit

Re: The par packaging not working

2014-03-20 Thread Baptiste Mathus
e-par-packaging-not-working-tp5788937.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: use

Re: [ANN] Apache Maven PMD Plugin 3.1 Released

2014-03-19 Thread Baptiste Mathus
utf-8 > 100 > 1.7 > > > ${basedir}/LoggingCustomRules.xml > > > > > > > I'm running PMD for child projects. > > Regards, > Krithika > > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: m-invoker-p: only 2 out of 3 ITs executed

2014-03-18 Thread Baptiste Mathus
.xml). > > It's indeed initialized to "*/pom.xml" in the code: > > https://github.com/apache/maven-plugins/blob/maven-invoker-plugin-1.8/src/main/java/org/apache/maven/plugin/invoker/AbstractInvokerMojo.java#L206 > > So, from the doc, apparently, it should work if you u

m-invoker-p: only 2 out of 3 ITs executed

2014-03-18 Thread Baptiste Mathus
root, and is using invoker.project property. Haven't had a look in the m-invoker-p code, but if anyone has a hint about this, or can point me to an existing JIRA that'd help. Thanks -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Help with converting existing ant build to maven is required

2014-03-13 Thread Baptiste Mathus
igs > >> etc.). > >> We need to pack it in our distribution, not sure if it can be done > "Maven > >> way" :( > >> > >> 2) tgz contains flex based Flash compiler with all necessary libraries > and > >> binaries necessary to build Flash part of o

Re: Help with converting existing ant build to maven is required

2014-03-12 Thread Baptiste Mathus
gt; Any help is highly appreciated > > [1] > > https://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/build.xml?view=markup > [2] https://github.com/Red5/red5-server > > -- > WBR > Maxim aka solomax > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;!

Re: maven won't resolve from central log4j:log4j:1.2.8 through 1.2.15

2014-03-12 Thread Baptiste Mathus
gt; > > > >> > >I hit it again just now and dns sends me to fastly.net again but > this > >> > >time the files are there. > >> > > > >> > >So, I would ask Richard to try again and see if things work better > >> > >today, or if he

Re: Maven Release Plugin throws Authentication Required error

2014-03-06 Thread Baptiste Mathus
Hi, First try do to that without using Jenkins at all. This is a pure maven configuration thing. You just seem to be missing the authentication part (see username and password parameters maybe). When you manage to release some dummy versions of your project, then and only then try doing it from J

Re: Could not create staless EJB whith maven 3.2.1 but working fine with version 3.0.5

2014-03-05 Thread Baptiste Mathus
Hi, The best way to have it looked into is to create a test project and attach it to an issue report. Just out of curiosity, are you having an issue with a plugin or a simple "multi modules project"? Cheers Le 5 mars 2014 16:36, a écrit : > With maven version 3.2.1, in fact same issue since versi

Re: Hi I have following issue building STUDIO PLATFORM MODULE:

2014-02-27 Thread Baptiste Mathus
Hi, As you feared in introduction, this is indeed not the right mailing IIUC. You're trying to build "Bonita studio", and that build is using Maven. You should actually contact Bonita's team. Cheers Le 28 févr. 2014 00:20, "roberto777" a écrit : > Not sure if this is the place for this, but I hav

Re: Where the binnary of mvn knows which mojo do i want to execute?

2014-02-24 Thread Baptiste Mathus
PTS} \ > -classpath "${CLASSWORLDS_JAR}" \ > "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \ > "-Dmaven.home=${M2_HOME}" \ > "-Dos.arch=`uname -m`" \ > ${CLASSWORLDS_LAUNCHER} $(${QUIET_FLAG} && echo \-q) $(${OFFLINE_FLAG} &

Re: Looking for org.apache.poi 3.10-FINAL

2014-02-17 Thread Baptiste Mathus
2014-02-17 7:55 GMT+01:00 David Law : > Ron, Wayne, > > this wasted several days (elapsed) of my time: > I spent ages trying out options & trying to figure out what I'd done > wrong... > ...rebuilding & updating indices, hacking through to > workspace\.metadata\.plugins\org.eclipse.m2e.logback.con

Re: Possible build collision between CI snapshot build and Release build

2014-02-15 Thread Baptiste Mathus
00 Thomas Broyer : > On Sat, Feb 15, 2014 at 4:18 PM, Baptiste Mathus > wrote: > > > Hi Dan, > > Not sure what you mean. You say "CI", are you taking about a specific > > server? If Jenkins for example, wouldn't it then be more a Jenkins user > m

Re: Possible build collision between CI snapshot build and Release build

2014-02-15 Thread Baptiste Mathus
Hi Dan, Not sure what you mean. You say "CI", are you taking about a specific server? If Jenkins for example, wouldn't it then be more a Jenkins user ml question? And I don't see how a snapshot build could interfere with another build with a release version. Could you give details about your issue

Re: maven-ear-plugin silently overrides libraries

2014-02-13 Thread Baptiste Mathus
That's the way to go. Even more if you're able to attach a test project. One report without report is far less likely to be worked on. Cheers Le 13 févr. 2014 14:06, "Reto Hablützel" a écrit : > So what's the status on this? Shall I create a ticket? > > > On Fri, Feb 7, 2014 at 5:04 PM, Ron Wheel

RE: SCM requires that command line svn be used?

2014-02-13 Thread Baptiste Mathus
It says authentication required. Did you provide/configure the necessary credentials? Le 13 févr. 2014 12:21, "doddalas" a écrit : > Hi, > > I am getting the same error. Can you please help me if you have fixed this > issue. Do we need to configure anything specifically for https svn URLs? I > ha

Re: Code coverage with debug logs: 100% branch coverage not possible?...

2014-02-13 Thread Baptiste Mathus
lah " + i + " in the loop that contains " + max); > >>>>> } > >>>>> Now when you run unit tests on this kind of code you need to make a > >>>> choice: > >>>> > >>>>> run tests with INFO level or run tests w

Re: Deep dependency analysis

2014-02-03 Thread Baptiste Mathus
I'd look at the code behind dependency: analyze I guess the improvement by logging the class level usage might be doable. My 2 cents Le 3 févr. 2014 20:48, "Benoît Berthonneau" a écrit : > Hi All, > > > > Do you know any maven plugin that could say which classes (from > dependencies) are used by

Re: turns EAR into an OSGi

2014-01-20 Thread Baptiste Mathus
Hi, Seems not so much a maven question. More an OSGi one. IMO, you should start by thinking about or explaining what you would expect maven to do. Knowing both Java EE and OSGi (here it's bundles) a bit, I can't see even doing it manually anything obvious to something approaching a conversion. Le

Re: Property that indicates a snapshot or release build?

2014-01-19 Thread Baptiste Mathus
+1. At least I agree I don't think there's already a property for that. Le 19 janv. 2014 22:20, "Dan Tran" a écrit : > Sounds like a candidate enhancement for build-helper-maven-plugin > > -D > > > On Sunday, January 19, 2014, Graham Leggett wrote: > > > On 19 Jan 2014, at 6:20 PM, Anders Hammar

Re: Depend on a jar via another pom file

2014-01-14 Thread Baptiste Mathus
Well, what "scope" are used here? Thus is a central element to manage transitivity. Btw, you should never rely on a dependency to get a dependency you're also using. You must redeclare it in your own pom. (mvn dependency:analyze can also help you here). Cheers Le 8 janv. 2014 16:59, "Omar@Gmail"

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-14 Thread Baptiste Mathus
dvise > >> > >> Thank you > >> > >> -- > >> > >> S. Ali Tokmen > >> http://ali.tokmen.com/ > >> > >> My IM, GSM, PGP and other contact details > >> are on http://contact.ali.tokmen.com > >> > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >> For additional commands, e-mail: users-h...@maven.apache.org > >> > >> > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;! >

Re: During plugin development, what is the context classloader set to?

2014-01-14 Thread Baptiste Mathus
y > visible to Thread.currentThread().getContextClassLoader(). Is that right? > > I'm also guessing (haven't tried yet) that from within my mojo > this.getClass().getClassLoader() will return me a ClassLoader that is set > up to be able to see my mojo's innards. Is t

Re: short and snappy description of what Maven is

2014-01-10 Thread Baptiste Mathus
Lost battle imo. Not sure there's a way to describe the difference between maven and gradle in a way everyone would agree on... Le 7 janv. 2014 03:42, "Ron Wheeler" a écrit : > I am not sure that you want to start a range war in the opening paragraph. > If there is a concise second or third sente

Re: Using Plugin Truncated Name

2014-01-07 Thread Baptiste Mathus
then in your settings.xml just add your > > group Id as the > > http://maven.apache.org/settings.html#Plugin_Groups > > > > > > > No plugin found for prefix 'pce' in the current project and in the > plugin > > > groups [*org.apache.maven.plugins*, org.codehaus.mojo] available from > the > > > repositories [local (C:\Users\omar\.m2\repository), central ( > > > http://repo.maven.apache.org/maven2)] > > > > > > What am I doing wrong? thanks for the help. > > > > > > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;! >

Re: Armed with a collection of Artifacts, what is the Maven Way™ to resolve them?

2014-01-06 Thread Baptiste Mathus
esolve these Artifacts? > > > > For completeness, I also looked at > > http://maven.apache.org/guides/introduction/introduction-to-artifact-resolution.htmlbut > this didn't seem to have ever been completed. > > Thanks, > Best, > Laird > > -- > http://about.m

Re: New logo?

2014-01-02 Thread Baptiste Mathus
t;> I think we can't go with the raven > > >>>> > > >>>> http://www.prweb.com/releases/2012/3/prweb9334175.htm > > >>>> > > >>>> Given that a different non-competing user of the name is using a > raven > > >>>> in their logo > > >>>> > > >>>> On Friday

Re: Premature decomposition of projects

2013-11-23 Thread Baptiste Mathus
I guess Jeff is only speaking about version ranges, not snapshots. If so, I'm +1 with Jeff. I don't think version ranges should ever be used. Cheers Le 23 nov. 2013 00:18, "Ziga GREGORIC" a écrit : > Jeff, maybe I'm missing the point, but to have the possibility to define a > SNAPSHOT version o

Re: Premature decomposition of projects

2013-11-22 Thread Baptiste Mathus
ail: users-h...@maven.apache.org > > > > - > Author, Getting Started with Apache Maven < > http://www.packtpub.com/getting-started-with-apache-maven/video> > > Come read my webnovel, Take a Lemon <http://www.takealemon.com>, > and listen to the Misfile radio play < > http://www.fuzzyfacetheater.com/misfile/>! > > > > > > > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !

Re: Using Jenkins Mask Password plugin

2013-11-14 Thread Baptiste Mathus
Maven Goals using Mask Password plugin. > > I was reading about this plugin and found that it support only ANT based > builds. > > I am new to Jenkins, please advise. > > Thanks in advance. > Regards > Anand > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! nbsp;!

[ANN] extra-enforcer-rules 1.0-beta-2 Released

2013-11-13 Thread Baptiste Mathus
Hi, The Mojo team is pleased to announce the release of the Extra Enforcer Rules version 1.0-beta-2. Apache's Maven Enforcer Plugin is used to apply and enforce rules on your Maven projects. The Enforcer plugin ships with a set of standard rules The Mojo project hosts this project to provide extr

Re: best way to attach source for debugging maven plugin

2013-11-05 Thread Baptiste Mathus
Hi, I think you are just gonna have to retrieve the code manually inside your ide. Cheers Le 6 nov. 2013 03:34, "Steve Cohen" a écrit : > I'm using Eclipse (with m2eclipse). Basic problem there is that plugins > are not normally dependencies of a maven project, therefore do not show up > anywher

Re: maven compiler plugin

2013-10-10 Thread Baptiste Mathus
+1. And BTW you should be aware that calling a dedicated goal should actually be a rare use case using Maven. Maybe even more calling the compiler outside the standard lifecycle. Just type mvn compile for your first case and mvn test-compile for the second one (not that last one would also compile

  1   2   3   4   5   6   >