[ANN] Maven Dependency Plugin 2.6 Released

2012-11-26 Thread Arnaud HERITIER
The Apache Maven team is pleased to announce the release of the Maven Dependency Plugin, version 2.6 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.

Apache Maven has its Google+ Page

2011-11-08 Thread Arnaud HERITIER
Hi all, I created a Google+ page for maven. Sadly we cannot yet share the ability to manage it and to post content. As soon as it will be possible I'll give the access to PMCs and probably dev members. For now ping me if you want that we publish something. On my side I'll try to forward

Re: Settings.xml : Maven repositories releases, updatePolicy = utility

2009-12-31 Thread Arnaud HERITIER
The update policy for releases isn't use to define when metadata are updated when you use a range for example ? On Friday, January 1, 2010, Brian Fox bri...@infinity.nu wrote: It should be ignored, it stems from the fact that both fields use the same modello object internally. On Tue, Dec 29,

Re: Maven 2: How can I avoid hard-coding the version multiple times?

2009-11-30 Thread Arnaud HERITIER
Not in Maven 2.X Will be possible in Maven 3.x But personally I don't see the problem to have them if you use the release plugin and if required the versions plugin to update them. Arnaud Héritier Software Factory Manager eXo platform - http://www.exoplatform.com --- http://www.aheritier.net On

Re: Maven 2: How can I avoid hard-coding the version multiple times?

2009-11-30 Thread Arnaud HERITIER
/11/30 Arnaud HERITIER aherit...@gmail.com Not in Maven 2.X Will be possible in Maven 3.x But personally I don't see the problem to have them if you use the release plugin and if required the versions plugin to update them. Arnaud Héritier Software Factory Manager eXo platform

[ANN] [FR] Apache Maven, enfin un livre en Français

2009-11-23 Thread Arnaud HERITIER
Hi community, This mail is to announce the availability of a new book about Maven, but in French this time ! Thus let's talk in French, non-french readers can mute this thread :-) Bonjour à tous, Petit mail pour vous prévenir de la disponibilité d'un nouvel ouvrage en Français sur votre

[ANN] Signature of Apple Java 1.6 Runtime for use with Animal Sniffer released

2009-11-21 Thread Arnaud HERITIER
Hi all, I just released the signature of Apple Java 1.6 Runtime for use with Animal Sniffer released. You'll find documentation about Animal Sniffer here : http://mojo.codehaus.org/animal-sniffer/ Apple Java 1.6 Signature doc is here : http://mojo.codehaus.org/signatures/java16-apple/

Re: maven-eclipse-plugin configuration for pom packaging

2009-11-05 Thread Arnaud HERITIER
The plugin doesn't support it. I think there's a an issue already opened about that. You can vote for it. It is supported by m2eclipse or Q4E. Cheers, Arnaud Héritier Software Factory Manager eXo platform - http://www.exoplatform.com --- http://www.aheritier.net On Thu, Nov 5, 2009 at 5:39

[ANN] Maven Source Plugin 2.1.1 Released

2009-10-16 Thread Arnaud HERITIER
Hi, The Maven team is pleased to announce the release of the Maven Source Plugin, version 2.1.1 The Source Plugin creates a jar archive of the source files of the current project. http://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's plugin

Re: Slow maven compile after upgrading JDK from 1.5 to 1.6

2009-10-12 Thread Arnaud HERITIER
any more. But this workaround only works for jars that get deployed to our application server within a EAR file. Arnaud HERITIER wrote: We are facing the same issue actually ( https://jira.jboss.org/jira/browse/GTNPORTAL-27) and several months after the issues was reported to SUN

Re: Release a version

2009-10-06 Thread Arnaud HERITIER
It isn't possible actually.We do that to enforce our users to have SNAPSHOTs version in their SVN Arnaud On Tue, Oct 6, 2009 at 11:50 PM, Rémy remy.tempora...@gmail.com wrote: Hello, The maven-release-plugin works like that : * Check that there are no uncommitted changes in the sources

Re: [ANN] New book - Apache Maven 2: Effective Implementation

2009-09-23 Thread Arnaud HERITIER
And where is the problem ? Even if the book isn't free, it is always a good thing for our community and its users... Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.com # http://blog.aheritier.net On Wed, Sep 23, 2009 at 3:40 PM, Peter

Re: [ANN] New book - Apache Maven 2: Effective Implementation

2009-09-23 Thread Arnaud HERITIER
The chapter 6 is available on the web site. Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.com # http://blog.aheritier.net On Wed, Sep 23, 2009 at 4:03 PM, Quintin Beukes quin...@skywalk.co.zawrote: Have a sample chapter available?

Re: (maven.)apache.org down

2009-08-28 Thread Arnaud HERITIER
Yes it's is down :http://monitoring.apache.org/status/ On Fri, Aug 28, 2009 at 11:28 AM, Juven Xu ju...@sonatype.com wrote: hmm... I got this: *.apache.org is currently offline. No ETA for resumption of services is available. On Fri, Aug 28, 2009 at 5:24 PM, Stevo Slavić

Re: RE : [Versions Maven Plugin 1.0] FATAL Error thrown for versions:dependency-updates-report GOAL

2009-08-25 Thread Arnaud HERITIER
-Message d'origine- De : Arnaud HERITIER [mailto:aherit...@gmail.com] Envoyé : lundi 24 août 2009 10:37 À : Maven Users List Cc : u...@mojo.codehaus.org Objet : Re: [Versions Maven Plugin 1.0] FATAL Error thrown for versions:dependency-updates-report GOAL it seems to be a doxia

Re: [Versions Maven Plugin 1.0] FATAL Error thrown for versions:dependency-updates-report GOAL

2009-08-24 Thread Arnaud HERITIER
it seems to be a doxia incompabilityWe have to verify it. Can you open an issue here please : http://jira.codehaus.org/browse/MVERSIONS If you can also give us the result of mvn help:effective-pom in your module MBS - utilities. You can remove all private information if needed. NOTE : this

Re: [Versions Maven Plugin 1.0] FATAL Error thrown for versions:dependency-updates-report GOAL

2009-08-24 Thread Arnaud HERITIER
A quick workaround can be to use maven 2.2.1 instead of 2.1.02.1.x have many issues. 2.2.1 will give you a better satisfaction On Mon, Aug 24, 2009 at 10:37 AM, Arnaud HERITIER aherit...@gmail.comwrote: it seems to be a doxia incompabilityWe have to verify it. Can you open an issue here

Re: Can I access timestamp version of SNAPSHOT dependency within a build?

2009-08-07 Thread Arnaud HERITIER
The timestamp is generated when maven deploys the artifact and it doesn't keep this info.I don't think you can do better. Arnaud On Fri, Aug 7, 2009 at 3:08 AM, Stephen Duncan Jr stephen.dun...@gmail.comwrote: On Fri, Jul 31, 2009 at 10:53 AM, Stephen Duncan Jr stephen.dun...@gmail.com

Re: [Solved] Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-08-07 Thread Arnaud HERITIER
I'm just having the same issue on MacOS after upgrading the assembly plugin from 2.1 to 2.2-beta-4 I think we could consider that it is a regression ? In my case the build hangs and I have to do a CTRL+C to have the error. Googling it I found this thread. Even if it took for me only few minutes to

Re: How get current svn revision via maven?

2009-07-29 Thread Arnaud HERITIER
It could do what you want : http://mojo.codehaus.org/buildnumber-maven-plugin/ Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.com # http://blog.aheritier.net On Wed, Jul 29, 2009 at 1:19 PM, Alexander the.malk...@gmail.com wrote: Hello,

Re: [MAVEN - PMD]

2009-07-16 Thread Arnaud HERITIER
) Or is there another way, to say to the plugin to use pmd version 4.2.5? thanks 2009/7/15 Arnaud HERITIER aherit...@gmail.com: PMD 4.2.2 http://maven.apache.org/plugins/maven-pmd-plugin/dependencies.html Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http

Re: [MAVEN - PMD]

2009-07-16 Thread Arnaud HERITIER
start from maven-pmd-plugin... Is this a bug? thanks 2009/7/16 Arnaud HERITIER aherit...@gmail.com: The issue is already opened : http://jira.codehaus.org/browse/MPMD-97pmd-jdk14 is used because maven 2.2.0 has to be compatible with Java 1.4 In the meantime you can try to upgrade

Re: [MAVEN - PMD]

2009-07-16 Thread Arnaud HERITIER
yes and there is no patch :-( On Thu, Jul 16, 2009 at 1:48 PM, javadevd...@googlemail.com javadevd...@googlemail.com wrote: it's a bug for one year now... :-( http://jira.codehaus.org/browse/MPMD-84 2009/7/16 Arnaud HERITIER aherit...@gmail.com: It's possible. I don't know. Cheers

Re: [MAVEN - PMD]

2009-07-15 Thread Arnaud HERITIER
PMD 4.2.2http://maven.apache.org/plugins/maven-pmd-plugin/dependencies.html Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.com # http://blog.aheritier.net On Wed, Jul 15, 2009 at 3:42 PM, javadevd...@googlemail.com

Re: Cookbook

2009-07-09 Thread Arnaud HERITIER
On Thu, Jul 9, 2009 at 7:30 AM, Peter Horlock peter.horl...@googlemail.comwrote: The priority for a while has been this book: http://tr.im/rnFW Look for the repo book to get a little thicker over the next month, and then expect the m2eclipse book Why working on the Nexus book? Nexus is

Re: Cookbook

2009-07-09 Thread Arnaud HERITIER
How about a +1 to make then fully-finished :) you want to take the lead ?? :-)

Re: Cookbook

2009-07-08 Thread Arnaud HERITIER
On Wed, Jul 8, 2009 at 3:15 PM, Tim O'Brien tobr...@discursive.com wrote: Don't get me started on the Maven site, I'd like to remain on speaking terms with the Maven Developer's list. I don't believe that the Site plugin produces documentation for a few reasons. I'm currently an advocate

Re: [maven-eclipse-plugin]: MECLIPSE-548 requires attention

2009-06-16 Thread Arnaud HERITIER
We asked several times to test the 2.7-SNAPSHOT before the release and we had no feedback about this issue which wasn't solved. Thus I don't know if it impacts so many projects.We'll try to fix it in 2.8, but I don't know in how many weeks/monthes, we'll be able to do it Cheers Cheers, Arnaud

Re: update all projects maven version

2009-06-13 Thread Arnaud HERITIER
http://mojo.codehaus.org/versions-maven-plugin/update-child-modules-mojo.htmlYou change the version in the reactor and you call mvn versions:update-child-modules Cheers, Arnaud # Arnaud Héritier # http://blog.aheritier.net On Sat, Jun 13, 2009 at 5:42 PM, EJ Ciramella

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-29 Thread Arnaud HERITIER
I just deployed it in the snapshots repo. It's numbered : 2.7-20090529.071922-5Thx for your hard work Barrie. Cheers Arnaud On Fri, May 29, 2009 at 6:05 AM, Barrie Treloar baerr...@gmail.com wrote: On Wed, May 27, 2009 at 8:51 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: On Wed,

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-26 Thread Arnaud HERITIER
wrote: Hi Arnaud, I just tested with maven-eclipse-plugin-2.7-20090427.230850-4.jar and I'm getting the same error when using Wicket: org.apache.wicket.markup.MarkupNotFoundException: Markup not found. Reverting again back to 2.5.1, everything worked properly. Best regards, Ari Arnaud

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-26 Thread Arnaud HERITIER
, 2009 at 9:21 AM, Arnaud HERITIER aherit...@gmail.com wrote: Hi Ari, Thanks for your feedback. Did you follow this doc to setup your eclipse project : http://maven.apache.org/plugins/maven-eclipse-plugin-2.7-SNAPSHOT/examples/specifying-source-path-inclusions-and-exclusions.html

Re: About Maven 1.0.2

2009-05-21 Thread Arnaud HERITIER
You have probably a coorupted jar in your local repositoryYou can try to remove it. Arnaud On Thu, May 21, 2009 at 8:22 AM, Kerry Zhu houkun@gmail.com wrote: Hi, all. How to solve these problem? Could someone give me the reason? java:compile: [taskdef] [DEBUG] Finding class

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-18 Thread Arnaud HERITIER
? Is that using 2.1.0, or did you roll your own Maven 2.2.0-* with wagon-lightweight reintroduced? -john Arnaud HERITIER wrote: With the lightweight http wagon I have the issue NEXUS-1967 (rejected cookies) also for downloads. Arnaud On Fri, May 15, 2009 at 8:47 AM, Markku Saarela

Re: Maven: The Definitive Guide in French

2009-05-18 Thread Arnaud HERITIER
I think you can create a google group to discuss in french.I'll join it, even if I don't think I'll have the time to help you before september. Arnaud On Mon, May 18, 2009 at 7:17 PM, Fabien KRUBA fabien.kr...@gmail.comwrote: Same here, but it could be a good starting point to learn

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-18 Thread Arnaud HERITIER
? Arnaud HERITIER wrote: I thought the wagon-lightweight was always here.It's with the 2.2.0-RC you delivered. Arnaud On Mon, May 18, 2009 at 5:35 PM, John Casey jdca...@commonjava.org wrote: Arnaud, are you saying that you see something like: May 6, 2009 1:58:26 PM

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-15 Thread Arnaud HERITIER
With the lightweight http wagon I have the issue NEXUS-1967 (rejected cookies) also for downloads. Arnaud On Fri, May 15, 2009 at 8:47 AM, Markku Saarela markku.saar...@iki.fiwrote: Hi, Our release failed. There are two problems. Command line: mvn -Psome -Denv=some-dev release:perform -X

Re: Apache snapshot repository metadata incorrect.

2009-05-01 Thread Arnaud HERITIER
I'm not administrator to verify but perhaps, the job to fix metadata isn't scheduled ? On Fri, May 1, 2009 at 6:09 PM, Nord, James jn...@nds.com wrote: Hi all, The metadata served by nexus for http://repository.apache.org/snapshots/ is incorrect for the archetype plugin.

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-04-29 Thread Arnaud HERITIER
PM, Jörg Schaible joerg.schai...@gmx.de wrote: Arnaud HERITIER wrote at Donnerstag, 16. April 2009 10:42: Hi Community, The recent release 2.6 of the maven-eclipse-plugin created many problems for all of those who had/wanted to store non-java files under src/*/java (which

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-04-27 Thread Arnaud HERITIER
21, 2009 at 12:20 AM, Arnaud HERITIER aherit...@gmail.com wrote: Ping ??Nobody wants to test it ? Without your help, will never be able to produce a plugin which replies to your needs. Cheers, Arnaud On Thu, Apr 16, 2009 at 10:42 AM, Arnaud HERITIER aherit...@gmail.com wrote

Re: maven eclipse plugin problem with ejb projects

2009-04-24 Thread Arnaud HERITIER
hi Steffen, Thx a lot. I'll apply it soon (I'll try this WE) cheers Arnaud On Fri, Apr 24, 2009 at 2:24 AM, Steffen Grunwald steffen.grunw...@gmail.com wrote: Hello Arnaud, Can you also provide an integration test to validate the issue ? If you give me ne, I'll apply them on 2.7

Re: maven eclipse plugin problem with ejb projects

2009-04-23 Thread Arnaud HERITIER
I just reviewed it.Thx for your help. Can you also provide an integration test to validate the issue ? If you give me ne, I'll apply them on 2.7 Cheers, Thx On Thu, Apr 23, 2009 at 1:03 PM, Steffen Grunwald steffen.grunw...@gmail.com wrote: Hello, I'm facing an issue mentioned in bug [1]

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-04-20 Thread Arnaud HERITIER
Ping ??Nobody wants to test it ? Without your help, will never be able to produce a plugin which replies to your needs. Cheers, Arnaud On Thu, Apr 16, 2009 at 10:42 AM, Arnaud HERITIER aherit...@gmail.comwrote: Hi Community, The recent release 2.6 of the maven-eclipse-plugin created many

[maven-eclipse-plugin] We need your help to test the future 2.7

2009-04-16 Thread Arnaud HERITIER
Hi Community, The recent release 2.6 of the maven-eclipse-plugin created many problems for all of those who had/wanted to store non-java files under src/*/java (which is required for wicket, ajdt, and probably others usecases). Even we have many integration tests in this plugin we didn't

Re: eclipse:eclipse and sorting in .classpath

2009-04-15 Thread Arnaud HERITIER
build the main code. Or does Eclipse compile the source folder in the oposite order? Regards, Ingo Arnaud HERITIER schrieb: This the order used to build by maven. It was done to be sure that you won't have something building in a tool and not in the other.You can continue to use

Re: maven-eclipse-plugin 2.6 project references

2009-04-14 Thread Arnaud HERITIER
Hi Stephen, Thx a lot for this feedback. I don't remember when and why we did these changes but I understand your problem. It seems that the autodiscovery of projects dependencies in the workspace is activated by default. I think that this feature should be deativated by default (First issue to

Re: eclipse:eclipse and sorting in .classpath

2009-04-14 Thread Arnaud HERITIER
This the order used to build by maven. It was done to be sure that you won't have something building in a tool and not in the other.You can continue to use the old 2.5.1 if you prefer by setting the version of the plugin (best pratice) in your pluginsManagement. Arnaud On Tue, Apr 14, 2009 at

Re: eclipse:eclipse suddenly adding including=**/*.java to .classpath

2009-04-08 Thread Arnaud HERITIER
1) The Maven convention and good practice is to put ressources files like *.txt in src/main/resources. 2) The change you have is due to the new version 2.6 of the plugin which was released few days ago. To avoid such a surprise in the future, the good practice is to set the version of each plugin

Re: buildpath probleme with eclipse:eclipse goal

2009-04-07 Thread Arnaud HERITIER
there are several thread and issues opened about problem in the release 2.6 of the plugin with aspectj projects.Set the version of the maven-eclipse-plugin to 2.5.1 in the dependencyManagement part of your pom to use the previous version while we are fixing it. On Tue, Apr 7, 2009 at 7:39 PM,

Re: Eclipse plugin 2.6 and package explorer order

2009-04-06 Thread Arnaud HERITIER
yes it was intentional. It is annoying but you'll be sure to have the same behavior in eclipse and in maven. cheers arnaud On Mon, Apr 6, 2009 at 1:02 PM, Paul Nyheim hurrag...@gmail.com wrote: I think this is intentional to be aligned with the classpath order that maven sets up when running

[ANN] IDLJ Maven Plugin 1.1 Released

2009-04-06 Thread Arnaud HERITIER
The Mojo team is pleased to announce the release of the IDLJ Maven Plugin, version 1.1 This plugin will process all corba *.idl files in the sourceDirectory into a common generated sources output directory. This will occur during the generate-sources phase and the sources directory will be

Re: [mojo-dev] [vote] idlj-maven-plugin v 1.1

2009-04-03 Thread Arnaud HERITIER
On Fri, Apr 3, 2009 at 5:34 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Arnaud HERITIER wrote: I propose to release the idlj plugin v 1.1. +0, not using it. Notes: mvn dependency:analyze reports issues with the proper declaration of plexus-utils. Also, the plugin's

Re: [Vote] findbugs-maven-plugin v 2.0 release

2009-03-26 Thread Arnaud HERITIER
1.3.8 isn't in the central repo : http://repo1.maven.org/maven2/com/google/code/findbugs/findbugs/ Arnaud On Thu, Mar 26, 2009 at 3:43 PM, TM thorsten.moel...@unibas.ch wrote: -1 Background: According to http://jira.codehaus.org/browse/MFINDBUGS-66, the plugin integrates Findbugs version

Re: How to set correct EAR facet version in Eclipse

2009-03-05 Thread Arnaud HERITIER
with which plugin ? maven-eclipse-plugin, m2eclipse, q4e ? On Thu, Mar 5, 2009 at 10:19 AM, Roland Bali roland.b...@gmail.com wrote: Hi, I've created a EAR project but can't seem to get the Eclipse plugin to generate the correct project facet version. It's set to 1.4 but should be 5.0.

Re: How to set correct EAR facet version in Eclipse

2009-03-05 Thread Arnaud HERITIER
I would like to use instead of having to include those libraries that the plugin looks for. Any clues? Kind regards, Roland On Thu, Mar 5, 2009 at 11:38 PM, Arnaud HERITIER aherit...@gmail.com wrote: with which plugin ? maven-eclipse-plugin, m2eclipse, q4e ? On Thu, Mar 5, 2009

Re: classpath attributes for maven-eclipse-plugin

2009-03-03 Thread Arnaud HERITIER
Hi Is it this issue : http://jira.codehaus.org/browse/MECLIPSE-270 ? can you test a 1.6-SNAPSHOT ? arnaud On Wed, Mar 4, 2009 at 7:11 AM, Andrew Eisenberg and...@eisenberg.aswrote: Hi all, I was wondering if it is possible to add classpath attributes to the .classpath file when the maven

Re: maven-eclipse-plugin

2009-02-16 Thread Arnaud HERITIER
why a plugin in eclipse to support maven doesn't fit your needs ? Arnaud 2009/2/16 Dmitri Ilyin ilyin.dmi...@googlemail.com well, this is an eclipse plugin, i need maven plugin. 2009/2/16 Jason van Zyl jvan...@sonatype.com http://m2eclipse.sonatype.org/ -- Arnaud

Re: maven-eclipse-plugin

2009-02-16 Thread Arnaud HERITIER
for Dmitri but for me it doesn't support war overlays :) Best regards, Siarhei Dudzin On Mon, Feb 16, 2009 at 10:58 PM, Arnaud HERITIER aherit...@gmail.com wrote: why a plugin in eclipse to support maven doesn't fit your needs ? Arnaud 2009/2/16 Dmitri Ilyin ilyin.dmi

Re: slightly [ot] Help setting up a MAC for Maven

2009-02-12 Thread Arnaud HERITIER
You can download java 1.4, 1.5 1.6 updates here : http://support.apple.com/kb/HT2733 You can switch between them using Java Preferences in Applications Utilities Java For maven you just have to extract it somewhere (in a local Application directory of your user's home for example) and you put

Re: ITs/verification and comparison of results - tools to support this?

2008-12-17 Thread Arnaud HERITIER
-- .. Arnaud HERITIER 12 guidelines to boost your productivity with a Java software factory - http://tinyurl.com/56s9tw .. OCTO Technology - aheritier AT octo DOT com www.octo.com

Re: Problems with maven 2.0.9, 2.1.0-M1 and profiles.

2008-12-15 Thread Arnaud HERITIER
...@maven.apache.org -- .. Arnaud HERITIER 12 guidelines to boost your productivity with a Java software factory - http://tinyurl.com/56s9tw .. OCTO Technology - aheritier AT octo DOT com

Re: Release aggregating parent poms

2008-12-09 Thread Arnaud HERITIER
] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER 12 guidelines to boost your productivity with a Java software factory - http://tinyurl.com/56s9tw .. OCTO Technology

Re: Release plugin woes

2008-12-06 Thread Arnaud HERITIER
] -- .. Arnaud HERITIER 12 guidelines to boost your productivity with a Java software factory - http://tinyurl.com/56s9tw .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

Re: how to use plexus-maven-plugin to both generate and merge descriptor ?

2008-11-28 Thread Arnaud HERITIER
??) -- .. Arnaud HERITIER 12 guidelines to boost your productivity with a Java software factory - http://tinyurl.com/56s9tw .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

Re: mvn release:perform blowing up?

2008-11-26 Thread Arnaud HERITIER
] -- .. Arnaud HERITIER 12 guidelines to boost your productivity with a Java software factory - http://tinyurl.com/56s9tw .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

Re: generate PDF site

2008-11-19 Thread Arnaud HERITIER
] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .. ASF - aheritier AT apache DOT org www.apache.org | maven.apache.org ...

Re: Experimental Grails archetype

2008-11-11 Thread Arnaud HERITIER
] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .. ASF - aheritier

Re: maven-release-plugin svn branch command failed

2008-11-04 Thread Arnaud HERITIER
PROTECTED] wrote: Hi, Thank you for fast feedback! 2008/11/4 Arnaud HERITIER [EMAIL PROTECTED] Hi Peter, which version of the release plugin are you using? We just released a new version, perhaps there's an issue in it ? I use 2.0-beta-8 version of the plugin. Which version do you

Re: maven-release-plugin svn branch command failed

2008-11-04 Thread Arnaud HERITIER
-- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .. ASF - aheritier AT apache DOT org www.apache.org | maven.apache.org ...

Re: local repository grows indefinitely on CI server

2008-11-02 Thread Arnaud HERITIER
found in the reactor) fix my problem? thanks. Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud

Re: Status of repo1.maven.org

2008-10-31 Thread Arnaud HERITIER
What is your problem. the repo is up. On Fri, Oct 31, 2008 at 6:19 PM, Clark, Michael [EMAIL PROTECTED]wrote: Does anyone know what he status of repo1.maven.org is. It appears to be non-responsive. -Mclark -- .. Arnaud HERITIER

How to fix maven-eclipse-plugin issues

2008-10-24 Thread Arnaud HERITIER
patches. Thanks a lot but did you add in your patch some tests to validate the fix ? did you update the documentation if necessary ? It'll help a lot to apply them quickly. Thanks a lot for your help. -- .. Arnaud HERITIER

Re: How to fix maven-eclipse-plugin issues

2008-10-24 Thread Arnaud HERITIER
guide me I am able to do it. Thanks and regards. Arnaud HERITIER wrote: Hi community, I noticed that there is a lot of activity on maven-eclipse-plugin jira. You proposed several patchs and added comments on several issues. Did you consider to use m2eclipse instead of this plugin

Re: New to Maven - need help

2008-10-14 Thread Arnaud HERITIER
next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html Sent from the Maven - Users mailing list archive at Nabble.com. -- .. Arnaud

Re: Grails Maven plugin

2008-10-13 Thread Arnaud HERITIER
in the dependency list of the pom file, but they didn't resolve, even though I made sure that the groupId and artifactId matched what was in iblio or other repos. Thanks, -- Ed -- .. Arnaud HERITIER

Re: how to remove de default task in the life phase?

2008-10-07 Thread Arnaud HERITIER
the default maven-delploy-plugin, is there any method I can replace the default plugin and use my own plugin ? -- Brett Porter Blog: http://blogs.exist.com/bporter/ -- .. Arnaud HERITIER

Re: where to get the SVN url of maven source code?

2008-09-18 Thread Arnaud HERITIER
code of it? thanks! -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .. ASF

Re: NPE using eclipse:install-plugins

2008-09-16 Thread Arnaud HERITIER
] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .. ASF - aheritier AT apache DOT org www.apache.org | maven.apache.org ...

Re: NPE using eclipse:install-plugins

2008-09-16 Thread Arnaud HERITIER
, Arnaud HERITIER [EMAIL PROTECTED] wrote: perfect thx I'd feel happier if you could check it works in your envionment. I've build and tested on my windows xp box and on minotaur, but since I'm just tinkering around the edges I'm not confident I haven't stuffed something up. Cheers

Re: AW: Release fails during SVN commit

2008-08-26 Thread Arnaud HERITIER
] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .. ASF - aheritier AT apache DOT org www.apache.org | maven.apache.org ...

Re: repo1 is down

2008-08-25 Thread Arnaud HERITIER
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

Re: repo1 is down

2008-08-25 Thread Arnaud HERITIER
PROTECTED] Sent: Mon 25/08/2008 5:53 AM To: Maven Users List Subject: Re: repo1 is down repo1 respond, but it is very very slow : 30 seconds by request ! On Mon, Aug 25, 2008 at 11:35 AM, Arnaud HERITIER [EMAIL PROTECTED] wrote: The problem should be fixed. Cheers The Maven team

Re: repo1 is down

2008-08-25 Thread Arnaud HERITIER
! This is one of the many reasons I'd recommend that any remotely serious maven user consider using a mirror/proxy arrangement like Nexus or Artifactory. - Geoffrey -- Geoffrey Wiseman -- .. Arnaud HERITIER

Re: Maven and Eclipse Project

2008-08-21 Thread Arnaud HERITIER
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

Re: Release fails during SVN commit

2008-08-21 Thread Arnaud HERITIER
commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

Re: [PLEASE TEST] Maven 2.0.10-RC9

2008-08-21 Thread Arnaud HERITIER
: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com .. ASF

Re: Error while executing Maven javadoc

2008-08-12 Thread Arnaud HERITIER
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT

Re: Setting output folders in Eclipse

2008-07-23 Thread Arnaud HERITIER
__ Get the name you've always wanted @ymail.com or @rocketmail.com! Go to http://ca.promos.yahoo.com/jacko/ -- .. Arnaud HERITIER

Re: Maven definitive guide parent POM child POM example: creates modules jar and war but not jar in war?

2008-07-22 Thread Arnaud HERITIER
] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

[ANN] Clirr Maven Plugin, version 2.2.2 released

2008-07-21 Thread Arnaud HERITIER
followed by a NullPointerException Enjoy, -The Mojo team .. Arnaud HERITIER .. OCTO Technology - aheritier AT octo DOT com www.octo.com | blog.octo.com

Re: Does the maven version prerequisite only apply to plugins, or not?

2008-07-10 Thread Arnaud HERITIER
What I understood about this element : - it's not inherited, you have to define it in all modules - for any project/module, maven checks before to build if its own version is greater than the one in the prerequisite - for plugins, this value is also used in the update mechanism to check the

Re: Tip about Skinny Wars

2008-07-01 Thread Arnaud HERITIER
? - martin On Tuesday 03 June 2008 Arnaud HERITIER wrote: Hi all, I would like to share with you a workaround I found for the problem of transitive dependencies in skinny wars. In the documentation it is said that : Now the painful part. Your EAR's pom.xml needs to list every

Re: Replacement of WAR lifecycle

2008-06-24 Thread Arnaud HERITIER
I had a similar issue and I added the parameter packaging in the maven-eclipse-plugin to use a custom packaging but to have the behavior of another one. http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#packaging The problem is that in maven 2.0.X we don't have actually an

Re: Maven and RAD 7

2008-06-23 Thread Arnaud HERITIER
Hi gabriel. M2_REPO entries are created from your dependencies with eclipse:eclipse, eclipse:rad, and others mojos. We created a mojo eclipse:m2eclipse to create a classpath without these entries but with the org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER entry used by the m2eclipse plugin.

Re: Tip about Skinny Wars

2008-06-04 Thread Arnaud HERITIER
classpath. Arnaud On Wed, Jun 4, 2008 at 11:17 AM, Milos Kleint [EMAIL PROTECTED] wrote: i'm wondering if the solution would render the war-path plugin obsolete? it's causing trouble in embedded use. http://issues.appfuse.org/browse/APF-645 Milos On 6/3/08, Arnaud HERITIER [EMAIL PROTECTED

Re: Tip about Skinny Wars - is an enforcer plugin's bug side effect :-(

2008-06-04 Thread Arnaud HERITIER
, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi all, I would like to share with you a workaround I found for the problem of transitive dependencies in skinny wars. In the documentation it is said that : Now the painful part. Your EAR's pom.xml needs to list every dependency that the WAR has

Re: Tip about Skinny Wars - is an enforcer plugin's bug side effect :-(

2008-06-04 Thread Arnaud HERITIER
in my previous mail: see MWAR-131 (and partly obsolete MWAR-73) for further details. This workaround should also work in conjunction with the maven-ear-plugin. LieGrü, strub --- Arnaud HERITIER [EMAIL PROTECTED] schrieb am Mi, 4.6.2008: Von: Arnaud HERITIER [EMAIL PROTECTED] Betreff: Re

Re: Tip about Skinny Wars - is an enforcer plugin's bug side effect :-(

2008-06-04 Thread Arnaud HERITIER
ok I didn't think about that. It can be a usable workaround. Thx Arnaud On Wed, Jun 4, 2008 at 6:08 PM, Jörg Schaible [EMAIL PROTECTED] wrote: Hi Arnaud, Arnaud HERITIER wrote: I think it is not the same problem. MWAR-131 is about to reuse classes defined in a war. attachClasses

Tip about Skinny Wars

2008-06-03 Thread Arnaud HERITIER
Hi all, I would like to share with you a workaround I found for the problem of transitive dependencies in skinny wars. In the documentation it is said that : Now the painful part. Your EAR's pom.xml needs to list every dependency that the WAR has. This is because Maven assumes fat WARs and

Re: Announcing Grails Maven Plugin 0.3

2008-06-02 Thread Arnaud HERITIER
In fact it's only the 0.3 ;-) Arnaud On Mon, Jun 2, 2008 at 1:53 PM, Trygve Laugstøl [EMAIL PROTECTED] wrote: The third release of the grails-maven-plugin is now available. You'll find the full list of changes in [jira|

  1   2   3   4   5   6   7   8   >