eclipse plugin and custom lyfecycle

2007-05-02 Thread nicolas de loof
The eclipse plugin currently requires code-generation plugins to attain the generate-x phase. To integrate the eclipse checkstyle plugin, we need to put the .checkstyle file either in SVN or in the POM. What about defining a custom lyfecycle phase for developper environement setting ? The

question about POMs in (new) trunk

2007-05-03 Thread nicolas de loof
The POMs in the new trunk don't set versions for dependencies on other arhiva modules. Maven has no issue with that when running mvn install. I tried to do the same on my project and got error : Validation Messages: [0] 'dependencies.dependency.version' is missing for

Re: [VOTE] Release Archiva 1.0-alpha-1

2007-06-05 Thread nicolas de loof
+Roadmap - Joakim nicolas de loof wrote: I allready noticed this no-update-check issue on 0.9 in MRM-320, but maybe I wasn't clear as it was closed as won't fix. I'm looking for a clean way to pre-process the DAV request before proxies connectors get fetched. This could include the legacy

Re: service layer API proposal

2007-06-05 Thread nicolas de loof
with the URL format is that /get/{implementation-id}/{artifact-reference-implementation-format} The implementation id can be a plexus role-hint on the implementation of this GetArtifactServlet. What do you think? - Joakim nicolas de loof wrote: Hello, To enhance archiva-1.0 support for maven1

Re: [VOTE] Release Archiva-1.0-beta-1

2007-08-07 Thread nicolas de loof
(that would be wonderful) as snapshot functionality is important, but poorly tested. - Joakim nicolas de loof wrote: The snapshot issue is reported in MRM-320 that has been closed as won't fix. Doesn't archiva support snapshots updates ;-p ? 2007/8/7, nicolas de loof [EMAIL PROTECTED

Re: [VOTE] Release Archiva-1.0-beta-1

2007-08-07 Thread nicolas de loof
nicolas de loof wrote: Why is this no longer valid ? When I ask for a snapshot that is allready present in the managed repo, the proxied repository are not fetched as the hasRessource return true... I'll prepare a testCase for snapshots updates and attach it to jira, so it can be better

why not more releases of maven plugins ?

2007-09-06 Thread nicolas de loof
Hello, First be sure I've lot's of respect for maven developpers and the work they offer to the community. I'm just curious about WHY there is so fiew releases of maven plugins, even when there is JIRA issues with patches avilable or SNAPSHOTS solving them. The hudson project uses to publish

Re: why not more releases of maven plugins ?

2007-09-07 Thread nicolas de loof
If you have ideas on how we can do this better, we're all ears. I've noticed from the hudson way (but maybe this is the wrong way) that they put a release when 2 or 3 bugs have been fixed. As maven provides SNAPSHOT support this seems not required to release a plugin to allow users to get the

MECLIPSE-172 any progress ?

2007-09-24 Thread nicolas de loof
Hello, Can I expect any progress on MECLIPSE-172 ? There is allready a patch available for 1 year, but I can rely on a SNAPSHOT plugin for my project. Was so sory to see this has not been included in recent 2.4 release of the plugin... Nico.

Re: critical issue with 1.0-beta-2 !!!

2007-09-26 Thread nicolas de loof
this along with pom information on the same file (when a legacy request occurs) should clear up any confusion. - Joakim nicolas de loof wrote: As Joakim noticed, my quick-fix patch breaks many testcases. It also doesn't covers some valid cases, like the use of classifiers with - tokens

Re: critical issue with 1.0-beta-2 !!!

2007-09-28 Thread nicolas de loof
, nicolas de loof [EMAIL PROTECTED]: I've attached a patch to MRM-517 : it adds an optional proposedVersion parameter to splitFilename (method with 2 params is keeped for compatibility) I also added a testcase based on the Jira example. 2007/9/27, nicolas de loof [EMAIL PROTECTED]: I investigate

Re: [VOTE] Release ArchetypeNG 2.0-alpha-1

2007-09-29 Thread nicolas de loof
+1 Nice work on archetypeNG ! IHMO this gives maven a kiler feature compared to other build systems. Nico. 2007/9/29, Brian E. Fox [EMAIL PROTECTED]: +1 -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Saturday, September 29, 2007 1:04 AM To: Maven

maven extension : adding a custom ArtifactHandler

2007-10-01 Thread nicolas de loof
Hello, I'd like to add support in maven for a custom packaging. I've created a META-INF/plexus/components.xml to define a new ArtifactHandler : component roleorg.apache.maven.artifact.handler.ArtifactHandler/role role-hintjavascript/role-hint

[resolved] maven extension : adding a custom ArtifactHandler

2007-10-01 Thread nicolas de loof
I just understood I have to configure the plugin in the build/plugins element with extensionstrue/extensions What's the meaning of the build/extensions element ? 2007/10/1, nicolas de loof [EMAIL PROTECTED]: Hello, I'd like to add support in maven for a custom packaging. I've created a META

any war plugin hack ?

2007-10-01 Thread nicolas de loof
Hello, is there any way to process the explosed webapp before it gets packaged into a .war ? I could wait for maven 2.1 and the pre-package phase, but I need a solution now... There seems not to be an official way to hook into the war plugin, but maybe some at your own risk hack is possible ?

Re: any war plugin hack ?

2007-10-01 Thread nicolas de loof
things together. So unless the war plugin was broken into two separate mojos, it would still have the effect of being a single black box. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: Monday, October 01, 2007 1:00 PM To: dev@maven.apache.org Subject: any war

Re: any war plugin hack ?

2007-10-01 Thread nicolas de loof
is the code doing all the work to pull things together. So unless the war plugin was broken into two separate mojos, it would still have the effect of being a single black box. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: Monday, October 01

plugin lifecycle / initialization

2007-10-08 Thread nicolas de loof
Hello, is there any way for a plugin to get initialized before the build lifecycle starts ? does maven honor org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable for plugins ? Nico.

Re: plugin lifecycle / initialization

2007-10-08 Thread nicolas de loof
. Is this what is expected ? Nico. 2007/10/8, Brett Porter [EMAIL PROTECTED]: On 08/10/2007, at 11:36 AM, nicolas de loof wrote: Hello, is there any way for a plugin to get initialized before the build lifecycle starts ? does maven honor

Re: [Proposal] Repository Layout Detection/Interaction Changes.

2007-10-10 Thread nicolas de loof
there. - Brett On 10/10/2007, at 7:20 AM, nicolas de loof wrote: I'd suggest a merge of 2 options : 1 . have an exception list, used by the LegacyBidirectionalLayout to resolve those artifactIds, maybe stored in the archiva DB or in a file (I've never used jpox, so can't say if it's

Re: Fix missing POM files

2007-10-11 Thread nicolas de loof
Warning : This could break existing projects ! My project has a dependency on castor-1.0. This one has no POM. If you povide one, rebuilding my app will introduce new transitive dependencies that were not expected, and my build will become non-reproductible. Only new release of an artifact can

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
Hello, I'm looking for a clean way to plug into the war packaging process. I'd like to add some custom Taks to the pacaking, before the .WAR archive is created. The war plugin extends AbstractMojo, so implements ContextEnabled. Based on this, it may be possible for plugins to share some

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
process, before the final WAR archive is created. In my case (javascript-mavne-tools in Mojo sandbox) I'd like to process and copy some files into the web application root. As there is no pre-package phase in maven 2.0.x this requires interaction between plugins. Nico. 2007/10/14, nicolas de loof

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
I've just created http://jira.codehaus.org/browse/MWAR-124 for this. Please review ;-) Nico. 2007/10/14, nicolas de loof [EMAIL PROTECTED]: To be more precise, the change on the war plugin would be : final List packagingTasks = getPackagingTasks( overlayManager ); if ( getContext

Re: Maven WAR plugin

2007-10-14 Thread nicolas de loof
was about to add this to the war plugin actually but I wanted a first alpha released first because the packaging code has so much changed that I expect regressions. I'll have a look to the issue you've opened. Cheers, Stéphane On 10/14/07, nicolas de loof [EMAIL PROTECTED] wrote: To be more

Re: Fix missing POM files

2007-10-15 Thread nicolas de loof
to be reproductible in any case. Many artifacts in the repo don't have POMs (from m1 - m2 migration ?) Nico. 2007/10/15, Carlos Sanchez [EMAIL PROTECTED]: On 10/11/07, nicolas de loof [EMAIL PROTECTED] wrote: Warning : This could break existing projects ! My project has a dependency

Re: Fix missing POM files

2007-10-15 Thread nicolas de loof
, nicolas de loof [EMAIL PROTECTED] wrote: I'm not the guy who uploaded castor 1.0 on the maven repo, and I'm also not the guy who used it in the project. I came later and have to maintain the project now. that's collaboration ;) if you want to use something that uses castor and want to do

Re: localRepository access from maven-plugin

2007-10-16 Thread nicolas de loof
Why not use an ArtifactResolver as the surefire plugin does ? 2007/10/16, Adrian Gonzalez [EMAIL PROTECTED]: Hello, I need to access localRepository from the maven-war-plugin in order to get artifactResolutionResult. Could someone point me at how can I achieve this please ? Thank you

Re: RE : Re: localRepository access from maven-plugin

2007-10-16 Thread nicolas de loof
plugin, all I need to do is this ? /** * @parameter expression=${localRepository} * @required * @readonly */ private ArtifactRepository localRepository; --- nicolas de loof [EMAIL PROTECTED] a écrit : Why not use an ArtifactResolver as the surefire plugin does ? 2007/10/16

plexus classloader issue ?

2007-10-17 Thread nicolas de loof
Hello, I've created a plugin that requires a plexus UnArchiver as @component. The expected Unarchiver is declared by another plugin, configured as an extensions. All works fine when unit-testing the plugin using maven-test-harness, but when I try to use it from another project (it test) I get

Re: plexus classloader issue ?

2007-10-17 Thread nicolas de loof
. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 10:33 AM To: Maven Developers List Subject: plexus classloader issue ? Hello, I've created a plugin that requires a plexus UnArchiver as @component. The expected Unarchiver is declared

Re: plexus classloader issue ?

2007-10-17 Thread nicolas de loof
/17, Andrew Williams [EMAIL PROTECTED]: Why are you trying to load the dependencies of another plugin instead of specifying them yourself? Andy On 17 Oct 2007, at 16:31, nicolas de loof wrote: Not sure to understand what you would like me to see in the dependency plugin. I get my

Re: plexus classloader issue ?

2007-10-17 Thread nicolas de loof
According to http://maven.apache.org/guides/mini/guide-maven-classloading.html, using an extension should work... I'll investigtate more tomorow. 2007/10/17, nicolas de loof [EMAIL PROTECTED]: My first plugin defines some custom components, shored with other plugins. It is used from other

Re: plexus classloader issue ?

2007-10-18 Thread nicolas de loof
My extension also defines maven extensions (custom lifecycle and ArtifactHandler) I'll have to split it into extension and common-tools, so that common-tools can be shared as a dependency. 2007/10/18, Tim Kettler [EMAIL PROTECTED]: Hi, nicolas de loof schrieb: My first plugin defines some

Re: plexus classloader issue ?

2007-10-18 Thread nicolas de loof
had this problem with archetypeng). Also, don't ever use a plugin as a dependency, other bad things can happen. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 4:41 AM To: Maven Developers List Subject: Re: plexus classloader issue

Re: plexus classloader issue ?

2007-10-18 Thread nicolas de loof
chicken or egg. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 10:54 AM To: Maven Developers List Subject: Re: plexus classloader issue ? Right, I've bundled my extensions in a jar that only contains a plexus component.xml for custom

Re: [war] MPWAR-124 (accept WarPackagingTask from other plugins)

2007-10-19 Thread nicolas de loof
? 2007/10/19, nicolas de loof [EMAIL PROTECTED]: An option would be to use reflection to avoid classloaders issues : Create a ReflectWarPackagingTask that invokes performPackaging by reflection, so that the passed-by-plugin-context tasks are not casted into WarPackagingTask. Nico. 2007

[war] MPWAR-124 (accept WarPackagingTask from other plugins)

2007-10-19 Thread nicolas de loof
I just realize that for plugins to share components, we need to consider classloaders issues : a WarPackagingTask created wy a plugin and passed in the plugin context is not assignable to WarPackagingTask class in the war plugin classloader, due to per-plugin classloaders. Would it be possible to

Re: [war] MPWAR-124 (accept WarPackagingTask from other plugins)

2007-10-19 Thread nicolas de loof
An option would be to use reflection to avoid classloaders issues : Create a ReflectWarPackagingTask that invokes performPackaging by reflection, so that the passed-by-plugin-context tasks are not casted into WarPackagingTask. Nico. 2007/10/19, nicolas de loof [EMAIL PROTECTED]: I just

Re: groovy-all 1.0 pom in central repo?

2007-10-27 Thread nicolas de loof
I recently discussed such a case with carlos, and suggested a rule to ensure maven builds to be reproductible : never add a POM to artifacts that where published in repo with no meta-data. Another derived rule would be to auto-generate minimal POMs (without dependencies) for all artifacts that

small issue with maven1 (legacy) request resolution

2007-11-13 Thread nicolas de loof
I have a lib that is built by maven2. It also has a retrotranslator version, with classifier -backport, as part of the build process. When I deploy a SNAPSHOT of this lib, I get : [INFO] [deploy:deploy] [INFO] Retrieving previous build number from platina Uploading:

Re: small issue with maven1 (legacy) request resolution

2007-11-13 Thread nicolas de loof
be worth dropping in JIRA. - Brett On 13/11/2007, at 9:20 AM, nicolas de loof wrote: I have a lib that is built by maven2. It also has a retrotranslator version, with classifier -backport, as part of the build process. When I deploy a SNAPSHOT of this lib, I get : [INFO

Re: small issue with maven1 (legacy) request resolution

2007-11-13 Thread nicolas de loof
backport should be put in groupId/backports/artifact-backport.jar, the same way -sources.jar are put into /java-sources/. Nico. 2007/11/13, Brett Porter [EMAIL PROTECTED]: Anything with source or javadoc :) - Brett On 13/11/2007, at 9:33 AM, nicolas de loof wrote: MRM-593 Do you know

Re: small issue with maven1 (legacy) request resolution

2007-11-13 Thread nicolas de loof
/13, Brett Porter [EMAIL PROTECTED]: Good point - in fact Joakim had mentioned this already and I gave the same explanation. Coffee helps me remember :) So you're really looking for a feature request to make the m1 type mappings extensible? - Brett On 13/11/2007, at 9:44 AM, nicolas de loof

Re: regression in beta-4 : server-side relocation broken

2007-11-14 Thread nicolas de loof
for MRM-595. - Joakim nicolas de loof wrote: MRM-595 created. As explain, there is two causes : 1. fetchContentFromProxies must be called prior to building the resource File 2. DavServerRequest getLogicalResource is not re-computed when request PathInfo changes. Nico.

SUREFIRE-349

2007-11-16 Thread nicolas de loof
Since SUREFIRE-349 seems to have been fixed in SVN, could you please publish a new SNAPSHOT on http://people.apache.org/repo/m2-snapshot-repository ? Nico.

Re: MRM-594/595/596

2007-11-16 Thread nicolas de loof
That's also my first choice, as I never used Jpox so it would be simplier for me ;-). 2007/11/16, Brett Porter [EMAIL PROTECTED]: configuration sounds like the right place to me On 16/11/2007, at 4:10 AM, nicolas de loof wrote: Just FYI, I deployed a customized archiva instance to replace

[MRM-594] updated

2007-11-20 Thread nicolas de loof
I just updated http://jira.codehaus.org/browse/MRM-594 to attach a new patch. This one fully solves the issue by providing storage of the configuration in archvia XML configuration and a management Web UI. Nico.

Re: [vote] Nicolas de Loof as a committer

2007-11-21 Thread nicolas de loof
Emmanuel Brett Porter a écrit : I'd like to call a vote for Nicolas de Loof as a committer, based primarily on his work for Archiva, but also from being active in the general Maven community for quite some time. He has been relentlessly testing and identifying issues and providing

Re: [vote] Nicolas de Loof as a committer

2007-11-21 Thread nicolas de loof
Subject: [vote] Nicolas de Loof as a committer I'd like to call a vote for Nicolas de Loof as a committer, based primarily on his work for Archiva, but also from being active in the general Maven community for quite some time. He has been relentlessly testing and identifying issues and providing

maven logo...

2007-11-22 Thread nicolas de loof
Hello, I'm looking for a high resolution maven logo. I've found https://svn.apache.org/repos/asf/maven/site/trunk/src/site/resources/images/maventxt_logo_200.gif, but this still is a bitmap image. Who created this logo, and can the original image project be shared ? What is the charater type

Re: maven logo...

2007-11-22 Thread nicolas de loof
, but will do any vector drawing app like Illustrator, Corel Draw or such, any that supports SVG format. Using the SVG above, you can generate bitmaps for as high res as you want :) ~t~ On Nov 22, 2007 2:31 PM, nicolas de loof [EMAIL PROTECTED] wrote: Hello, I'm looking for a high

Re: [vote] [take 2] release maven 2.0.8

2007-11-22 Thread nicolas de loof
+1 I really like the run-in-debug mode introduced by MNG-2105. 2007/11/22, Brian E. Fox [EMAIL PROTECTED]: It's that time again, finally. The RC's have been floating for a few weeks now and no new issues have surfaced. (the packaging issues with the uber jar have been resolved since the

Re: [vote] Release Archiva 1.0

2007-11-23 Thread nicolas de loof
[X] +0 Let's release it, even if I'd expect some more fixes ! Not voting 0 or -1 as some stable archiva release is expected for too long, but archiva CANNOT be used with legacy maven1 projects as it cannot serve jaxen-1.0-FCS-full, that is used by some maven1 core plugins Applying my MRM-594

Re: [vote] Alexandru Popescu as a committer

2007-11-23 Thread nicolas de loof
+1 Nice to get good support on Surefire, that is not the simpliest part of maven... 2007/11/23, Brett Porter [EMAIL PROTECTED]: Alex did the work to make TestNG support pretty much fully functional on Surefire trunk some months back and he and Dan Fabulich are now discussing this on the

Re: in repo1 it is available

2007-11-26 Thread nicolas de loof
AFAIK this one is an experimental repository created by carlos. (http://marc.info/?l=turbine-maven-devm=117393683323837w=2) 2007/11/26, Arnaud HERITIER [EMAIL PROTECTED]: ouch, I didn't notice. It's a maven 2 repository but not the central one. Carlos, Jason, do you know why the content of

Re: groupId/artifactId mapping for Eclipse jars (was Re: in repo1 it is available)

2007-11-28 Thread nicolas de loof
AFAIK we could argue for the same about maven-side artifacts : why is plexus-utils not simply utils.jar, as it allready has groupId plexus ? Nico. 2007/11/28, Richard van Nieuwenhoven [EMAIL PROTECTED]: The reason for me is that eclipse is the source of the jars and eclipse does repeat the

Re: groupId/artifactId mapping for Eclipse jars (was Re: in repo1 it is available)

2007-11-28 Thread nicolas de loof
2007/11/28, Carlos Sanchez [EMAIL PROTECTED]: On Nov 28, 2007 6:40 PM, Richard van Nieuwenhoven [EMAIL PROTECTED] wrote: The reason for me is that eclipse is the source of the jars and eclipse does repeat the group name in the jar name. It looks very strange to have 10 different jars in

Re: groupId/artifactId mapping for Eclipse jars (was Re: in repo1 it is available)

2007-11-28 Thread nicolas de loof
a workaround. Nico. 2007/11/28, Carlos Sanchez [EMAIL PROTECTED]: On Nov 28, 2007 7:09 PM, nicolas de loof [EMAIL PROTECTED] wrote: 2007/11/28, Carlos Sanchez [EMAIL PROTECTED]: plugins (war, ear,...) should support and even make it the default, to package the jars using the full group

Re: groupId/artifactId mapping for Eclipse jars (was Re: in repo1 it is available)

2007-11-28 Thread nicolas de loof
Eclipse is the first project that introduces this artifactId conflict issue, not really, if i create an artifact with a very commons artifactId like util i'm in the same trouble You're right : IF you create... but nobody did AFAIK. Only eclipse artifacts like *.*.resources.jar does

Re: Release surefire 2.3.1?

2007-12-04 Thread nicolas de loof
+1 for a 2.3.1 to make fixes available, and delay other issues to 2.3.2 / 2.4 With the no-SNAPSHOT limitation in the release plugin, maven plugin release cycle should be short ! Nico. 2007/12/4, Mauro Talevi [EMAIL PROTECTED]: Hi, as there have been a number of useful fixes since 2.3, and

[MECLIPSE] refactor IT tests to use shitty maven plugin ?

2007-12-13 Thread nicolas de loof
Hello I tried to look at maven-eclipse-plugin tests and was really confused on it's testing framework complexity. What about moving thoses IT tests to src/it via the Shitty maven plugin ( http://mojo.codehaus.org/shitty-maven-plugin/usage.html) I allready used it and found it simple to use and

Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?

2007-12-13 Thread nicolas de loof
finish to apply/reject existing patchs in Jira. I'm working on MECLIPSE-344. If you want to help me to cleanup Jira ;-) Arnaud On Dec 13, 2007 2:58 PM, nicolas de loof [EMAIL PROTECTED] wrote: Hello I tried to look at maven-eclipse-plugin tests and was really confused on it's testing

Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?

2007-12-13 Thread nicolas de loof
PROTECTED]: nicolas de loof wrote: I tried to look at maven-eclipse-plugin tests and was really confused on it's testing framework complexity. Am I right in thinking that right now it's using the maven-plugin-testing-harness? (I've never understood that either, though I haven't tried very hard

Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?

2007-12-13 Thread nicolas de loof
. Nico. 2007/12/13, Dan Fabulich [EMAIL PROTECTED]: nicolas de loof wrote: shitty is a very simple way to it-test plugins. So I've heard... But I've also heard good things about maven-invoker-plugin. And I've said a lot of good things about maven-verifier tests. Why use SHITTY

Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?

2007-12-14 Thread nicolas de loof
Not sure to understand, maybe I miss-used testing-harness : I set a test POM with just the plugin configuration, so that I can run : File testPom = new File( getBasedir(), src/test/resources/compile.pom ); Mojo mojo = (Mojo) lookupMojo( compile, testPom ); assertNotNull(

[MECLIPSE] how to bypass dependency resolution ?

2007-12-14 Thread nicolas de loof
Hello, some MECLIPSE issues are related to the phase executed by the eclipse plugin to collect generated-* folders. Here is a simple example of the side-effect of this strategy pom.xml |_ ear project |_ jar project |_ war project Lets supose the jar project is broken and can't compile.

Re: [MECLIPSE] how to bypass dependency resolution ?

2007-12-15 Thread nicolas de loof
participate ? Do we need some dedicated interface on code-generating Mojo, so that an IDE plugin could check any module for code generation by listing it's active plugins ? Nico. 2007/12/14, nicolas de loof [EMAIL PROTECTED]: Hello, some MECLIPSE issues are related to the phase executed

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-15 Thread nicolas de loof
+1 2007/12/15, Jason van Zyl [EMAIL PROTECTED]: +1 On 15 Dec 07, at 10:39 AM 15 Dec 07, Mauro Talevi wrote: Hi all, all showstoppers have been addressed. Second attempt for Maven Surefire 2.3.1 release. Issues solved:

Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?

2007-12-16 Thread nicolas de loof
groovy for verify scripts, verifier uses beanshell. Both accept standard Java. Couldn't those two plugins merge ? They are so similar ! 2007/12/14, nicolas de loof [EMAIL PROTECTED]: Not sure to understand, maybe I miss-used testing-harness : I set a test POM with just the plugin configuration

Re: Merging shitty-maven-plugin and maven-invoker-plugin was [Re: [MECLIPSE] refactor IT tests to use shitty maven plugin ?]

2007-12-17 Thread nicolas de loof
will call a vote today. After we can work on the merge. Thoughs ? or objections ? -- Olivier 2007/12/17, nicolas de loof [EMAIL PROTECTED]: I just looked at invoker plugin as part of maven-jar-plugin it tests. Looks very similar to shitty, just two diffs : - shitty handles installing

Re: [Vote] [Take 2] Release Maven Surefire 2.3.1

2007-12-17 Thread nicolas de loof
AFAIK full TestNG support is targeted to 2.4. Surefire 2.3.1 is a fix version 2007/12/17, Marat Radchenko [EMAIL PROTECTED]: surefire-2.4-SNAPSHOT works with testng. However your release throws exception. Is it expected behavior? org.apache.maven.surefire.booter.SurefireExecutionException:

Add a new dry-run mode to DefaultLifecycleExecutor (was : how to bypass dependency resolution ?)

2007-12-18 Thread nicolas de loof
... Nico. 2007/12/14, nicolas de loof [EMAIL PROTECTED]: Hello, some MECLIPSE issues are related to the phase executed by the eclipse plugin to collect generated-* folders. Here is a simple example of the side-effect of this strategy pom.xml |_ ear project |_ jar project |_ war

Re: [VOTE] Release Maven Surefire version 2.4

2007-12-20 Thread nicolas de loof
+1 2007/12/20, Dan Fabulich [EMAIL PROTECTED]: Hi, Maven Surefire version 2.4 is on the runway. Hopefully folks have spent some time trying out the SNAPSHOT version, because we expect ordinary users to get auto-upgraded to version 2.4 when we decide to release. This version fixes

Re: [RESULT][VOTE] Release Maven Invoker plugin version 1.1

2007-12-20 Thread nicolas de loof
Hey, I'm a maven committer now ! ;-p (non binding) Nicolas 2007/12/20, olivier lamy [EMAIL PROTECTED]: Hi, The vote has passed with the following result : +1 (binding) Jason, Brian, Lukas +1 (non binding) Nicolas, Olivier I'll will move the artifacts to the sync repo. Thanks, --

Re: [RESULT][VOTE] Release Maven Invoker plugin version 1.1

2007-12-20 Thread nicolas de loof
/voting.html Cheers, -Lukas nicolas de loof wrote: Hey, I'm a maven committer now ! ;-p (non binding) Nicolas 2007/12/20, olivier lamy [EMAIL PROTECTED]: Hi, The vote has passed with the following result : +1 (binding) Jason, Brian, Lukas +1 (non binding) Nicolas, Olivier

Re: how to bypass dependency resolution ?

2007-12-20 Thread nicolas de loof
by the releaseManager and how we could port this code to IDE-plugins ? 2007/12/18, nicolas de loof [EMAIL PROTECTED]: For those who didn't follow my provious post, the issue is about IDE-support plugins that require a previously-built project to setup the dev environment. When the source code

Re: maven.test.skip.exec

2007-12-21 Thread nicolas de loof
I agree with brett. POM properties can be used as shortcut for plugins configuration, to enable profiles or for such use cases. They are not hacks. 2007/12/21, Brett Porter [EMAIL PROTECTED]: If you document it for the users of the build, I wouldn't consider that a hack :) On 21/12/2007, at

Re: maven.test.skip.exec

2007-12-21 Thread nicolas de loof
! and everyone does it differently and then we're back to the bad parts of ANT... (IMHO what is wrong with ant is that everyone has a completely different build.xml and you need to figure it out every time.) On Dec 21, 2007 8:40 AM, nicolas de loof [EMAIL PROTECTED] wrote: I agree

Re: how to bypass dependency resolution ?

2007-12-22 Thread nicolas de loof
, it will point to /foo/target/classes. If the phase package was executed, it will be /foo/target/foo-version.jar, and if install, it will point to the repo. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nicolas de loof Sent: Thursday, December 20, 2007 9

Re: how to bypass dependency resolution ?

2007-12-22 Thread nicolas de loof
[EMAIL PROTECTED]: On 22 Dec 07, at 4:49 AM 22 Dec 07, nicolas de loof wrote: The checkMissingArtifactsInReactor method is only used when the plugin is an aggregator. The eclipse plugin may fail when it ask for execution of phase=generate-sources, as some plugins requires dependency

Re: dependency on archiva-configuration - archiva-model in r602916 for legacy paths

2007-12-27 Thread nicolas de loof
Just wanted to have LegacyArtifactPath hide the String representation used in storage, but project dependencies is also valuable. Why shouldn't archiva-configuration depend on achiva-model ? IMHO, the model should have no dependency. But you can make any change required for better architecture.

Re: [VOTE] preparing the release of archetypeng

2008-01-08 Thread nicolas de loof
+1 2008/1/9, Milos Kleint [EMAIL PROTECTED]: +1 Milos On Jan 9, 2008 5:11 AM, Brian E. Fox [EMAIL PROTECTED] wrote: +1 -Original Message- From: Raphaël Piéroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 5:59 PM To: Maven Developers List Subject: [VOTE]

[release] introduce a releaseProfiles parameter on PerformReleaseMojo

2008-01-10 Thread nicolas de loof
Hello, I'd like to introduce a new option in the release:perform mojo to set some additional profiles to get enabled during release (MRELEASE-313). In my projects I use to put all tasks non required at developemnt time in a release profile (example : add buildnumber in jar MANIFEST, ...) so

Re: [release] introduce a releaseProfiles parameter on PerformReleaseMojo

2008-01-10 Thread nicolas de loof
] [mailto:[EMAIL PROTECTED] On Behalf Of nicolas de loof Sent: Thursday, January 10, 2008 3:16 AM To: Maven Developers List Subject: [release] introduce a releaseProfiles parameter on PerformReleaseMojo Hello, I'd like to introduce a new option in the release:perform mojo to set some

Re: [release] introduce a releaseProfiles parameter on PerformReleaseMojo

2008-01-10 Thread nicolas de loof
, Vincent Siveton [EMAIL PROTECTED]: Hi Nico, 2008/1/10, nicolas de loof [EMAIL PROTECTED]: There will be 2 times -P option : the one set by arguments, and the one set by copying the release:perform maven runtime. Sounds like MNG-3268 Cheers, Vincent Nico. 2008/1/10, Brian E. Fox

Re: [release] introduce a releaseProfiles parameter on PerformReleaseMojo

2008-01-10 Thread nicolas de loof
I've commited changes on PerformReleaseMojo to add a new releaseProfiles parameter. Please review and tell me if anything is wrong. Nico. 2008/1/10, nicolas de loof [EMAIL PROTECTED]: Right. Until this maven core issue is fixed, a parameter is usefull to fix this on release plugin. It also

Re: [VOTE] Release Maven Jar plugin version 2.2

2008-01-10 Thread nicolas de loof
+1 2008/1/10, Olivier Lamy [EMAIL PROTECTED]: Hi, I'd like to release the Maven Jar Plugin version 2.2. We solved 26 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878styleName=HtmlprojectId=11137Create=Create Staging repo :

Re: [VOTE][Second Try] Release Maven Jar plugin version 2.2

2008-01-12 Thread nicolas de loof
+1 2008/1/12, Olivier Lamy [EMAIL PROTECTED]: Hi, I'd like to release the Maven Jar Plugin version 2.2. We solved 26 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12878styleName=HtmlprojectId=11137Create=Create Staging repo :

axistools to use axis:axis in place of org.apache.axis:axis

2008-01-14 Thread nicolas de loof
Hello, I'm migrating a legacy project to maven2 that REQUIRES to use axis 1.1. I can't use the plugin as the generated code is not compatible. I can't override the version of axis used by the plugin (using a set of dependency in plugin) because it uses the org.apache.axis groupId that has been

Re: axistools to use axis:axis in place of org.apache.axis:axis

2008-01-14 Thread nicolas de loof
Please note the org.apache.axis POM is declared as POM was created from deploy:deploy-file. Not sure where this comes from, but seems to be the result of an upload request and not an axis-developers released one. Nico. 2008/1/14, nicolas de loof [EMAIL PROTECTED]: Hello, I'm migrating

Re: [vote] release maven-dependency-plugin 2.0

2008-01-22 Thread nicolas de loof
+1 2008/1/23, Mauro Talevi [EMAIL PROTECTED]: +1 Brian E. Fox wrote: It's been a long time since the last release and we have lots of improvements/fixes: Release Notes - Maven 2.x Dependency Plugin - Version 2.0 ** Bug * [MDEP-59] - dependency:unpack can't extract

[MNG-3140] how to get the ${basedir} value from a Plexus component ?

2008-01-24 Thread nicolas de loof
Hello, I'd like to fix MNG-3140 (add support for ${basedir} property in profile activation). MNG-2363 http://jira.codehaus.org/browse/MNG-2363 and MNG-3017 http://jira.codehaus.org/browse/MNG-3017 seems to also relie on File path beeing relative to working directory. I'd like to use the

Re: [VOTE] (take 2) Release Maven Surefire plugin version 2.4.1

2008-01-28 Thread nicolas de loof
+1 2008/1/28, Fabrizio Giustina [EMAIL PROTECTED]: +1! fabrizio On Jan 28, 2008 2:35 AM, Dan Fabulich [EMAIL PROTECTED] wrote: Fabrizio found a last-minute bug. I've rolled a new candidate. Let's vote again! [Boy, the temptation to let the rules slide on a change this small is

jpox repository ?

2008-01-30 Thread nicolas de loof
Is there a good reason to declare jpox-repository in archiva main pom ? The jpox pom.xml is a maven1 pom, and the requested artifact is available in central. Nico.

test failure MavenProjectInfoReportsPluginDependencyGraphTest

2008-01-30 Thread nicolas de loof
I get a test failure on MavenProjectInfoReportsPluginDependencyGraphTest This test use maven-project-info-reports-plugin:2.1-SNAPSHOT to test dependency graph : unit.framework.AssertionFailedError: (Extra Actual) org.codehaus.plexus:plexus-utils:1.0.4::jar (Extra Actual)

Re: Archiva 1.1 Roadmap

2008-02-04 Thread nicolas de loof
Early version of archiva had on admin menu a sync repository entry. Not sure if the original idea was to manage a classical rsync-like miror or to isolate local cache for remote proxied repositories. I would suggest some virtual repository A simple example is my corporate use case : many user

Re: Archiva 1.1 Roadmap

2008-02-05 Thread nicolas de loof
, it would look for that artifact from the repositories belonging to that group. This functionality is really handy especially if the users are not very familiar with Maven as in your corporate use-case.. Thanks, Deng On Feb 4, 2008 6:58 PM, nicolas de loof [EMAIL PROTECTED] wrote: My

[eclipse 2.5] workspace parameter side-effect

2008-02-05 Thread nicolas de loof
Hello, setting the workspace parameter to my workspace has a strange side-effect : my eclipse .project files are not created in my project folder, but in my eclipse workspace directory. I like the idea to automagically detect available projects in my eclipse (MECLIPSE-344) but I prefer to have

groupID for SUN web service developer pack Jars ?

2008-02-07 Thread nicolas de loof
Hello, I need some jars from archived SUN WSDP ( http://java.sun.com/webservices/downloads/1.5/index.html) What is the recommended groupId for such jars ? For example, xmlsec.jar is a sun-repackaged apache xml-security. - com.sun.xmlsec ? - com.sun.org.apache.xmlsec (repository allready contains

  1   2   3   4   5   6   >