RE: Proximity vs. Maven Achiva

2007-01-18 Thread LECAN Damien
> Once Archiva is stable, i think this is the one to go since > it has more features Any idea of when it will be stable ? Damien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cobertura-maven-plugin-2.1 is brokens?

2007-01-11 Thread LECAN Damien
> Hate the change mojo's root pom to pin down the version ;-) Time to correct the bug ? Several major bugs have been raised on this version (2.1) for a while, and no one works on them. http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority

RE: junit4 support added

2007-01-09 Thread LECAN Damien
Hello, Use Surefire Plugin instead http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.3-SNAPSHOT/ Damien > -Message d'origine- > De : Zaphod [mailto:[EMAIL PROTECTED] > Envoyé : mardi 9 janvier 2007 11:50 > À : users@maven.apache.org > O

RE: Assembly question/bizarreness

2006-12-18 Thread LECAN Damien
This is a Maven problem http://jira.codehaus.org/browse/MNG-1682 Damien > -Message d'origine- > De : Hal Hildebrand [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 14 décembre 2006 05:25 > À : users@maven.apache.org > Objet : Assembly question/bizarreness > > > I'm trying to get an assembly

RE: Maven2 with VSS: Has maven scm plugin implemented scm:checkout for VSS?

2006-12-05 Thread LECAN Damien
Ask this question to Maven SCM mailing-lists http://maven.apache.org/scm/mail-lists.html Damien > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : mardi 5 décembre 2006 05:19 > À : users@maven.apache.org > Objet : Maven2 with VSS: Has maven scm plugin impl

How to get default plugin configuration back ?

2006-11-17 Thread LECAN Damien
Hello, In my parent pom : maven-compiler-plugin 1.1 So, in child's projects, target is forced at 1.1 I can override configuration in child's pom : maven-compiler-plugin 1.5 But I don't really want 1.5, I just

RE: Release Plugin: Include assemblies for deploying

2006-11-17 Thread LECAN Damien
> I did this and it does not work. It only works when all dependencies > are already installed. I found in another > mail that binding the assembly to the package phase does not work in > a multi module project. > I must somehow configure maven to call mvn assembly:attached at the > top level

RE: Release Plugin: Include assemblies for deploying

2006-11-16 Thread LECAN Damien
> -- > [INFO] Total time: 6 seconds > [INFO] Finished at: Thu Nov 16 13:14:56 CET 2006 > [INFO] Final Memory: 5M/11M > > > On Nov 16, 2006, at 12:50 PM, LECAN Damien wrote: > > > I'm doing releases like that : > > > > mvn release:perf

Re: Hibernate 3.2

2006-11-16 Thread LECAN Damien
> WARN: Don't go to www.mvnregistry.com! It redirects to a place that > tries to install an exe for porn. (don't worry if you're on Mac OS X > or other un*x ;-)). > > Damien Lecan: I'm not amused. Sorry, I did not see that problem with mvnregistry.com Use the other one instead : www.mvnreposi

RE: Release Plugin: Include assemblies for deploying

2006-11-16 Thread LECAN Damien
I'm doing releases like that : mvn release:perform -Dgoals="install assembly:attached deploy site-deploy" Beware, some phases are executed twice, even three times Damien > -Message d'origine- > De : Timo Wolf [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 16 novembre 2006 12:15 > À : users@

RE: Hibernate 3.2

2006-11-15 Thread LECAN Damien
To search artifacts : www.mvnrepository.com www.mvnregistry.com Very helpful Damien > -Message d'origine- > De : Mark Grand [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 15 novembre 2006 17:13 > À : users@maven.apache.org > Objet : Hibernate 3.2 > > > I want to use Hibernate 3.2 in a p

RE: Surefire report issues

2006-11-15 Thread LECAN Damien
> Also, I noticed a problem with the surefire report contents. > It seems to > create a report that lists test results grouped together by > package and > class, but when you look closer you find tests from other > classes and even > other packages in the same group. http://jira.codehaus.org/br

RE: Maven2-commons-logging-api jar isue

2006-11-06 Thread LECAN Damien
> > We are running two maven (2.0.4) setups in our company. The > problem is > > that when it tries to download commons-logging-api jar (1.1) from > > ibiblio it gives an error that pom not found as pom is not > > available at > > ibiblio. But the same jar can be downloaded on the other setup. >

RE: Maven2-commons-logging-api jar isue

2006-11-06 Thread LECAN Damien
> We are running two maven (2.0.4) setups in our company. The problem is > that when it tries to download commons-logging-api jar (1.1) from > ibiblio it gives an error that pom not found as pom is not > available at > ibiblio. But the same jar can be downloaded on the other setup. commons-logging

RE: Database Initialization Prior to Testing

2006-09-21 Thread LECAN Damien
> I want to make the database set up part of the integration tests as > external as possible to the test cases themselves, governed as part of > the build process associated with integration tests. You need your own framework, with configuration of what to do before, after each test class only whe

RE: Database Initialization Prior to Testing

2006-09-21 Thread LECAN Damien
> I've considered, but rejected, DBunit since the dbunit plugin doesn't > apparently exist for Maven2 Why do you need a maven plugin to use DBUnit ? It's an extension of JUnit, run it as a JUnit test ! It doesn't work ? Damien

RE: Prepare after dryRun does not tag the scm

2006-09-21 Thread LECAN Damien
Hello > As mentionned in the Better Builds with Maven book, I am > trying to cut a > release. To do so, i first run "mvn release:prepare -DdryRun" > and if this is > ok I run "mvn release:prepare". > > If I do so, the second release:prepare call does not tag my > scm, thus the > "release:perfo

RE: Release plugin

2006-09-12 Thread LECAN Damien
Vote for this bug to http://jira.codehaus.org/browse/MRELEASE-110 "release:prepare generates tags with dots, causing problems with CVS" Damien > -Message d'origine- > De : Yann Le Du [mailto:[EMAIL PROTECTED] > Envoyé : mardi 12 septembre 2006 11:01 > À : Maven Users List > Objet : Re: Re

RE: How to set: No Scheduled build | Only triggered build

2006-09-12 Thread LECAN Damien
Create a disabled schedule ! (uncheck "enable") Call it "No schedule", and project won't be build anymore. Damien > -Message d'origine- > De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Envoyé : mardi 12 septembre 2006 09:27 > À : continuum-users@maven.apache.org > Objet : Re: How to s

RE : [solved] product codes at java 1.4, test sources at java 1.5

2006-09-07 Thread LECAN Damien
Waoh, good job. Your special configuration gave me a lot of ideas (Especially section in plugin configuration) Thanks Damien Lecan Message d'origine De: Nicolas De Loof [mailto:[EMAIL PROTECTED] Date: jeu. 07/09/2006 17:33 À: Maven Users List Objet : [solved] product codes at

RE: Packaging all modules as Jar

2006-08-10 Thread LECAN Damien
Hello > The version you're using doesn't "easily" support what you want to > accomplish. You might want to try the 2.1 version or maybe > the snapshot version 2.2-SNAPSHOT. Where to find org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT ? It doesn't seem to be deployed either on pe

RE: [m2] ant run plugin

2006-08-07 Thread LECAN Damien
Hello Just add that in your pom ... org.apache.maven.plugins maven-source-plugin jar ... This will build a source jar each time you build your application jar file D

Re: Assembly including binaries: Bug on a n depth hierarchy

2006-08-04 Thread LECAN Damien
Hello, This problem has already been reported : http://jira.codehaus.org/browse/MASSEMBLY-117 Vote for it :) > Unfortunately this always fails into an exception: "pom:pom1.1 does not > have an artifact with a file. Please ensure the package phase (...)" You can avoid this problem by excluding th

RE: Emma plugin for maven 2.0

2006-06-27 Thread LECAN Damien
> I am confused whether emma plugin for maven 2.0 is really available or > not... > If anybody knows about this, then please let me know... According to this page http://emma.sourceforge.net/maven-emma-plugin/ this plugin is only avalaible for M1. Damien --

RE: Java2HTML plugin M2

2006-06-26 Thread LECAN Damien
Hello, It seems to be a M1 plugin, not M2 ... Damien > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : lundi 26 juin 2006 14:49 > À : users@maven.apache.org > Objet : Java2HTML plugin M2 > > > Hi, > Has anyone had any success working with Java2HTML pl

RE: Assembly and multi-levels multi-modules

2006-06-12 Thread LECAN Damien
> > Not 100% sure on this, but what if you try to make 2 assemblies > > here? the first one for the subsub-modules (inside the subparent) > > and the second one with the result of the subparent (=assembly of > > subsub-modules) and submodule? > > Not sure on how to do this, but it seems kind of

RE: Assembly and multi-levels multi-modules

2006-06-07 Thread LECAN Damien
> Not 100% sure on this, but what if you try to make 2 > assemblies here? the first one for the subsub-modules (inside > the subparent) > and the second one with the result of the subparent > (=assembly of subsub-modules) and submodule? > Not sure on how to do this, but it seems kind of logical

Assembly and multi-levels multi-modules

2006-06-07 Thread LECAN Damien
Hello, I'm using maven-assembly-plugin with multi-modules projects, and it works fine for "flat" hierachy. I mean for multi-modules projects as : Parent +- Submodule1 +- Submodule2 But for this kind of layout : Parent:pom +- Submodule1:jar +- SubParent:pom +- Subsubmodule1:jar

RE : [Release plugin] Dependency versions not updated in rewrite-for-development phase

2006-06-06 Thread LECAN Damien
> This patch rewrite poms for dev phase with next dev version for > dependencies in reactors. How to know if a module is in the reactor ? Because it appears in section ? Because it appears in section ? If this is the second solution, is there a link between the name of the folder's project and

RE: RE : [Release plugin] Dependency versions not updated in rewrite-for-development phase

2006-06-05 Thread LECAN Damien
> Is artifact vis:canprovider-generator in reactors of the parent pom ? Yes, thanks to "module" declaration in pom parent. > I suggest you using dependencyManagement to manage > dependencies beetwen > reactors in a multi modules build. > Because in this case you just need to change only one pom.

[Release plugin] Dependency versions not updated in rewrite-for-development phase

2006-06-05 Thread LECAN Damien
Hello, I'm working with Maven 2.0.4 and maven-release-plugin 2.0-beta4. When I try to release a multi-module project, the rewrite-for-development phase forgets to migrate dependency versions. For example : ## Before vsi vsi 0.0.2-SNAPSHOT 4.0.0 vsi plugin-generator Pl

RE: Unable to migrate from 1.0.2 to 1.0.3

2006-05-03 Thread LECAN Damien
I added last night profile id and repository names in settings.xml: it works now. Why is Continuum so strict with settings.xml ? (eg : Maven works perfectly without profile id) Additionaly, build history is still missing. Damien

RE: Unable to migrate from 1.0.2 to 1.0.3

2006-05-02 Thread LECAN Damien
> Can you send your settings.xml? /home/m2/repositories/local true http 192.168.128.254 3128 cvs.abcd.fr abcd.eu Repository de dev abcd http://cvs.abcd.fr:8080/repository central true

RE: Unable to migrate from 1.0.2 to 1.0.3

2006-05-02 Thread LECAN Damien
> It seems you have something wrong in your settings.xml in > profile part. How to know what is it wrong ? It works perfectly with Continuum 1.0.2 (M2 2.0.4) Damien

[M2] Eclipse project files and maven-compiler-plugin configuration

2006-04-26 Thread LECAN Damien
Hello, I try to migrate an old project architecture to maven, and it works well. Here is the structure of one module : Module_root +- file1 +- file2 +- my +-company +- package +- Example.Java +- ... In my pom.xml : . ... maven-compiler-plugin

How to force download of internal snapshots ?

2006-02-03 Thread LECAN Damien
Hello, I work with maven 2.0.2 in a corporate environment with a maven-proxy for ibibli and co. and for our internal repository of releases and snapshots. Everything work fine with external artifacts and internal released artifacts. But for internal snapshots, maven refuses to download them. It a

RE: Possibility to define central mirror on command line ?

2006-01-30 Thread LECAN Damien
> The embedder now uses it. It will align itself to a user > installation if it exists. Waoh ! In maven-2.0.3-snapshot or maven-2.1.0-snapshot ? Thanks Damien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Possibility to define central mirror on command line ?

2006-01-27 Thread LECAN Damien
> Currently you can only use settings.xml. Why don't you want to use > settings.xml? Arghh, because maven embedder doesn't use it and I'm looking for a workaround for maven eclipse plugin limitation. So, I will build my own maven or maven embedder in order to use my own internal repository inste

Possibility to define central mirror on command line ?

2006-01-26 Thread LECAN Damien
Hi, I would like to define a new mirror of "central" on mvn command line. Is it possible ? Otherwise, where is configured url of "central" repository (ibiblio I guess) en maven distribution ? I don't want to use settings.xml configuration. Thanks Damien Lecan