Re: maven download broken on all mirrors

2019-09-06 Thread Vincent Latombe
maven-3/ > > > On Wed, 04 Sep 2019 14:38:09 +0200, Vincent Latombe > wrote: > > > Hello, > > > > it looks like 3.6.0 has also been removed in the process and hasn't been > > restored yet. > > > > Vincent > > > > > > Le mar. 3

Re: maven download broken on all mirrors

2019-09-04 Thread Vincent Latombe
Hello, it looks like 3.6.0 has also been removed in the process and hasn't been restored yet. Vincent Le mar. 3 sept. 2019 à 19:22, Enrico Olivelli a écrit : > I am sorry > We are fixing it. > We had accidentally removed 3.6.1, before publishing 3.6.2. > > Enrico > > > Il giorno mar 3 set

Re: Mojo API to add target/generated-sources/DIR to eclipse's source folder

2015-06-08 Thread Vincent Latombe
This annotation just allows you to skip the phase declaration when you add the execution to your pom. If you want to skip the execution block, you'll need to create a custom packaging [1]. Then you'd specify packagingmy-packaging/packaging in your pom, instead of packagingjar/packaging (or any

Re: Maven Web Site

2015-04-05 Thread Vincent Latombe
On my mobile the left sidebar doesn't render well, so I cannot really tell... Le dim. 5 avr. 2015 09:22, Petar Tahchiev paranoia...@gmail.com a écrit : Hmm.. not that my opinion matters, but I'm more inclined towards: -0. Yes that's right minus zero. And I'll tell you why. It's a good theme,

Re: Problem managing multiple versions of the same dependency via patient - child poms

2013-09-23 Thread Vincent Latombe
Hi, Please use the Maven Users list instead. This list is meant for actual development of Maven itself. Vincent 2013/9/22 Suranga Kasthurirathne suranga...@gmail.com Hi, I apologize in advance if this email contains sketchy / incomplete details. I'm not really a maven expert, and would

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 Vincent Latombe
When you rewrite history of something that has been already pushed, you need to push and add --force to rewrite history on the remote repo. Of course, as Fred mentioned, this isn't recommended for branches that have been pulled by other people, because it will mess their next pull. Vincent

Re: Maven 3.1.0-beta-1

2013-06-22 Thread Vincent Latombe
Hello, I have a question about the alpha-1 release. I see that Aether has been updated to 0.9.0 M2. Does it implies that issue MNG-2802 (Concurrent-safe access to local Maven repository) is now implemented ? If this is the case, then IMHO this should be mentioned, even highlighted in the release

Re: Maven 3.1.0-beta-1

2013-06-22 Thread Vincent Latombe
OK, thanks for the clarification. Vincent 2013/6/22 Jason van Zyl ja...@tesla.io: On Jun 21, 2013, at 11:48 PM, Vincent Latombe vincent.lato...@gmail.com wrote: Hello, I have a question about the alpha-1 release. I see that Aether has been updated to 0.9.0 M2. Does it implies

Re: The archetype/archetype-catalog mess

2013-04-18 Thread Vincent Latombe
+1 Vincent 2013/4/18 Olivier Lamy ol...@apache.org sounds good idea. +1 2013/4/18 Anders Hammar and...@hammar.net: Currently, maven-archetype-plugin ignores the configured Maven infrastructure when fetching the archetype-catalog. That is, it is hard-coded to get the catalog from

Re: configuring maven profile to replace web.xml values

2013-03-05 Thread Vincent Latombe
Hi, you should write to maven users mailing list us...@maven.apache.org. The Maven Developers mailing list is meant to discuss maven development, not to provide help to maven users. Regards, Vincent 2013/3/5 rr r_garfin...@yahoo.com I am trying to replace a attribute in my web.xml by using

Re: MSITE-604 - Properties from settings.xml are not recognized in site distribution management

2012-10-30 Thread Vincent Latombe
://maven.apache.org/settings.html [2] http://maven.apache.org/plugins/maven-invoker-plugin/examples/filtering.html On Mon, Oct 29, 2012 at 5:38 PM, Vincent Latombe vincent.lato...@gmail.com wrote: Hello, I think I have an acceptable IT + fix for this issue [1] (at least in Maven 3 context

Re: [incremental build] Detect leftovers from a previous build

2012-09-06 Thread Vincent Latombe
Hi, the topic has been raised a long time ago, someone even wrote a plugin to try to address this problem. see http://maven-incremental-build.java.net/site/index.html Vincent 2012/9/6 Romain Manni-Bucau rmannibu...@gmail.com Ok so bad thread but the not stays valid. Triggering a clean is not

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

2012-04-27 Thread Vincent Latombe
Hello, 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 aggregators. I've made a patch proposal a while ago

Re: Preparing for two releases of Maven Site Plugin

2012-04-23 Thread Vincent Latombe
this this would require a release of doxia-integration-tools-1.5. Or was that planned anyway? -Lukas Vincent Latombe wrote: On my side, I really would like to see MSITE-604 fixed, I've given it some thoughts today, and unfortunately I can only fix it for Maven 3, not for Maven 2 (because of MNG-1943

Re: Preparing for two releases of Maven Site Plugin

2012-04-22 Thread Vincent Latombe
On my side, I really would like to see MSITE-604 fixed, I've given it some thoughts today, and unfortunately I can only fix it for Maven 3, not for Maven 2 (because of MNG-1943 http://jira.codehaus.org/browse/MNG-1943that is only fixed with Maven 3). I've proposed a patch that is still work in

For a mojo with requiresProject=false, I would like to avoid Maven from loading the pom.xml from working directory

2012-04-17 Thread Vincent Latombe
Hello, I'm coding a plugin where I can have a goal that is using requiresProject = false, which I call directly from command line. In some cases, this plugin can be called in a context where there is a pom.xml in the working directory. The project itself may be invalid, but I still would like to

Re: Converting an Artifact (Aether) to MavenProject

2012-04-01 Thread Vincent Latombe
Hello, once resolved, get the File using org.sonatype.aether.artifact.Artifact#getFile then use org.apache.maven.project.ProjectBuilder#build(File, ProjectBuildingRequest) to get the MavenProject. Vincent 2012/4/1 Asaf Mesika asaf.mes...@gmail.com Hi, I'm writing a Mojo, and I have a

Re: Functional distinction between install and deploy operations

2012-02-23 Thread Vincent Latombe
In my opinion you'll get more relevant answers on the Aether ML. Vincent 2012/2/23 Chas Emerick c...@cemerick.com As I said, I'm building a Clojure library on top of Aether, so the notions of goals and lifecycles and plugins are nowhere to be found. By 'deploy' operation, I mean the

Re: Detecting current phase in a plugin

2012-01-03 Thread Vincent Latombe
Hello Carson, you can achieve what you need by defining a new packaging, as described in http://www.sonatype.com/people/2009/08/create-a-customized-build-process-in-maven/ Vincent 2012/1/3 Carson Gross carsongr...@gmail.com Yes, it appears that I have a different mental model for plugins

Re: Creating an ear file from a combination of two other ears

2010-10-25 Thread Vincent Latombe
I'm having a similar requirement (kind of ear overlay feature). I agree with sharing the dependencies, however you still have to repeat the ear configuration (context-roots mappings etc.) if you have 2 different ears. My use case is the following : - for development we use an ear with a few wars

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

2010-08-31 Thread Vincent Latombe
I'm getting an NPE, calling a plugin that uses ant scripts Caused by: java.lang.NullPointerException at org.apache.maven.script.ant.AntMojoWrapper.execute(AntMojoWrapper.java:126) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)

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

2010-08-31 Thread Vincent Latombe
I opened http://jira.codehaus.org/browse/MNG-4786 . The test case comes directly from the Maven book (see http://www.sonatype.com/books/mhandbook/reference/ch04s04.html) 2010/8/31 Benjamin Bentmann benjamin.bentm...@udo.edu Vincent Latombe wrote: I'm getting an NPE, calling a plugin