MDEPLOY-157 deployAtEnd option of maven-deploy-plugin broken after ant-assembly-maven-plugin execution

2014-03-12 Thread Julien CARSIQUE
] http://dev.eclipse.org/mhonarc/lists/aether-users/msg00386.html -- *Julien Carsique* DevOps Nuxeo, Paris, France

Re: MDEPLOY-157 deployAtEnd option of maven-deploy-plugin broken after ant-assembly-maven-plugin execution

2014-03-12 Thread Julien CARSIQUE
questions, but your finding might explain (or be related) ti what was found by Karl in this thread http://markmail.org/thread/65b7o4so77i7delc Thanks, ~t~ On Wed, Mar 12, 2014 at 10:45 AM, Julien CARSIQUE jcarsi...@nuxeo.comwrote: Hi, I recently discovered an issue between the deployAtEnd

Re: import plugin configurations

2013-11-05 Thread Julien Carsique
Hi, +1 about the obvious need to also import the plugins configuration, as well as the dependencies configuration. I'm interested by your solution. Is it open source, still in use, maintained, Maven 2 and/or 3 compliant? Given the answers you got, here are some additional arguments about the

Re: Resolution of concurrent SNAPSHOT artifacts from multiple repositories

2013-01-09 Thread Julien CARSIQUE
updated20130107013731/updated /snapshotVersion snapshotVersion extensionpom/extension value5.7-20130107.013731-138/value updated20130107013731/updated /snapshotVersion /snapshotVersions /versioning /metadata Le 09/01/2013 15:41, Julien CARSIQUE

Resolution of concurrent SNAPSHOT artifacts from multiple repositories

2013-01-09 Thread Julien CARSIQUE
Hi, I would like some help about the following SNAPSHOT resolution issue using Maven 2.2.1. The artifact org.nuxeo:nuxeo-ecm:5.7-SNAPSHOT:pom has been deployed in two repositories : * in public-snapshot at 1h37 * in internal-snapshots at 9h40 The issue is Maven resolves the version

Re: Snapshots resolution issue

2011-02-11 Thread Julien Carsique
Hello, I'm raising back that issue, still present with Maven 3. http://jira.codehaus.org/browse/MNG-5008 The issue is blocker for us, since Jenkins relies on Maven API and Nuxeo's continous integration build chain is using three separate Maven repositories, and our deployment policy depending

maven-archiver merge policy on manifest file

2011-01-27 Thread Julien CARSIQUE
the value generated by Maven Archiver override existing entries in our own manifest file ? Thanks, -- Julien Carsique, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform

maven-deploy-plugin — inconsistent unique Version, upload and download issues

2010-03-12 Thread Julien CARSIQUE
released and align our code on it ? Best regards, Julien -- Julien Carsique, Nuxeo (Paris, France) — jcarsi...@nuxeo.com www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform

Re: snapshots resolution, metadata and classifier

2009-11-04 Thread Julien CARSIQUE
this configuration in a profile (qa) which is used to deploy in an internal repository. Is it a known issue that in some case, this parameter is not taken in account ? Or is it a profile bug ? Thanks, Julien CARSIQUE a écrit : Fixed with uniqueVersionfalse/uniqueVersion in distributionManagement

Re: snapshots resolution, metadata and classifier

2009-11-02 Thread Julien CARSIQUE
this configuration in a profile (qa) which is used to deploy in an internal repository. Is it a known issue that in some case, this parameter is not taken in account ? Or is it a profile bug ? Thanks, Julien CARSIQUE a écrit : Fixed with uniqueVersionfalse/uniqueVersion in distributionManagement

snapshots resolution, metadata and classifier

2009-10-30 Thread Julien CARSIQUE
) org.nuxeo.ecm.distribution:nuxeo-distribution-jboss:zip:nuxeo-ep:5.3.1-SNAPSHOT Do you know this issue ? Is it fixed in new versions ? Do you have a work around ? Best regards, Julien -- Julien Carsique, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE

Re: snapshots resolution, metadata and classifier

2009-10-30 Thread Julien CARSIQUE
Fixed with uniqueVersionfalse/uniqueVersion in distributionManagement tag. I hope we won't have new issues because of this (non updated artifacts, ...). Thanks Julien CARSIQUE a écrit : Hello, We encounter a new issue with snapshots resolution on Maven 2.0.10 (for now, we cannot migrate

Snapshots resolution issue

2009-10-06 Thread Julien CARSIQUE
I've setup and I don't see how to workaround this. Thanks for help, -- Julien Carsique, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform

Re: Snapshots resolution issue

2009-10-06 Thread Julien CARSIQUE
Forget it, there's a fix in Nexus 1.4 about this (NEXUS-2472), maybe not a Maven bug :) Thanks - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Is there a way to verify/check/repair a local repository ?

2009-03-17 Thread Julien CARSIQUE
option without success) ? Thanks, -- Julien Carsique, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform jcarsi...@nuxeo.com | Tel: +33 1 40 33 79 87

log from a plugin

2008-08-27 Thread Julien CARSIQUE
Hi, How to instantiate a logger from code which do not access to mojo.getLog() ? If I use SystemStreamLog logger, my debugging logs are always displayed. What's the right way to get logger, except passing it from the mojo through all classes and methods calls ? Thanks, PS : I've read in

Re: artifact built from maven-nuxeo-plugin being installed before execution of following plugins

2008-08-26 Thread Julien CARSIQUE
, because of an old maven bug (solved I guess?) and the need to be able running simple commands like mvn nuxeo:anything Cheers, Brett 2008/8/25 Julien CARSIQUE [EMAIL PROTECTED]: Hi, I need to build resources artifacts (I use maven-assembly-plugin) and use them (with our maven-nuxeo-plugin

artifact built from maven-nuxeo-plugin being installed before execution of following plugins

2008-08-25 Thread Julien CARSIQUE
idassemble-ear/id phasepackage/phase goals goalassembly/goal /goals configuration ... /configuration /execution /executions /plugin Thanks, -- Julien CARSIQUE, Nuxeo (Paris, France

maven-assembly-plugin / artifact built from maven-assembly-plugin being installed before execution of following plugins in same pom.xml

2008-08-25 Thread Julien CARSIQUE
Changed subject (maven-assembly-plugin) Julien CARSIQUE a écrit : Hi, I need to build resources artifacts (I use maven-assembly-plugin) and use them (with our maven-nuxeo-plugin) from the same pom.xml The built resources artifacts do not need to be in the project dependency but have

Re: maven-dependency-plugin fails if pom.xml contains a submodule

2008-07-29 Thread Julien CARSIQUE
-dependency-plugin/faq.html#cli -Original Message- From: Julien CARSIQUE [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 8:01 AM To: Maven Users List Subject: maven-dependency-plugin fails if pom.xml contains a submodule Hi, Using maven-dependency-plugin, I go a build error since I've add

maven-dependency-plugin fails if pom.xml contains a submodule

2008-07-28 Thread Julien CARSIQUE
outputDirectory${project.build.directory}/lib/outputDirectory /configuration /execution /executions plugin /plugins /build Thanks, Julien -- Julien CARSIQUE, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE

building a resources artifact

2008-07-25 Thread Julien CARSIQUE
/execution /executions /plugin -- Julien CARSIQUE, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform [EMAIL PROTECTED] | Tel: +33 1 40 33 79 87 / +33 6 09 06 38 03

Re: *** Parse error reading POM ***

2008-05-12 Thread Julien CARSIQUE
RockRider a écrit : Hi Julien, Well, I got that by accident :). The plugin's working now. :). But it runs only if i run this command: mvn buildnumber:create install (adding the create goal explicitly in the command line) logically, the plugin should run on it's own, if its bound to the install

Re: *** Parse error reading POM ***

2008-05-07 Thread Julien CARSIQUE
this link http://mojo.codehaus.org/buildnumber-maven-plugin/plugin-info.html the ${timstamp} should work. How may I debug this? May I know how you are using the timstamp variable in ur pom? Please let me know. Julien CARSIQUE wrote: RockRider a écrit : As per my understanding, the artifactId

call a specific pom file on a module

2008-05-02 Thread Julien CARSIQUE
the parent isn't profilable. The aim is to compile same code source against two framework versions, without having to fork the code just because of the pom.xml; two specific pom.xml could co-exists in the same repository. Thanks, -- Julien CARSIQUE, Nuxeo (Paris, France) www.nuxeo.com - The Open

Re: *** Parse error reading POM ***

2008-05-02 Thread Julien CARSIQUE
Hello, Are you sure that the artifactId is maven-buildnumber-plugin ? I use buildnumber-maven-plugin Cheers, Julien RockRider a écrit : Hi I am trying to use this plugin in my pom http://mojo.codehaus.org/buildnumber-maven-plugin/index.html My pom is as follows: plugin

Re: *** Parse error reading POM ***

2008-05-02 Thread Julien CARSIQUE
to the artifact in its pom.xml (in your case, the plugin's artifactId). Directory where plugin classes are present? You do not need to manually download the plugin, it's done by maven (with the correct groupId, artifactId, etc.). -- Julien CARSIQUE, Nuxeo (Paris, France) www.nuxeo.com - The Open

local repository purge

2008-04-22 Thread Julien CARSIQUE
-platform-usermanager-api-5.1.4-SNAPSHOT.pom How to delete everything in ~/.m2/repository/org/nuxeo/ecm/platform/nuxeo-platform-usermanager-api/5.1.4-SNAPSHOT but nuxeo-platform-usermanager-api-5.1.4-20080402.233422-50 Thanks, -- Julien CARSIQUE, Nuxeo (Paris, France) www.nuxeo.com - The Open

maven-jar-plugin and maven-ejb-plugin / generate manifest if not present

2008-01-24 Thread Julien CARSIQUE
: .../src/main/resources/META-INF/MANIFEST.MF does not exist. Of course, the aim is to have a generic configuration, in order not having to specify for each artifact if there's a manifest, or none. Thanks, Julien -- Julien CARSIQUE, Nuxeo (Paris, France) Open Source Enterprise Content Management

Re: maven-release-plugin / release:prepare goal in batch mode with customized values

2008-01-24 Thread Julien CARSIQUE
I will try this way. Waiting for the MRELEASE-173 being resolved. Thanks all Tom Huybrechts a écrit : http://www.nabble.com/batch-release-of-a-set-of-projects-without-using-the-default-versioning-scheme-to11067663.html#a11067663 maybe that helps On Jan 22, 2008 2:08 PM, Julien CARSIQUE [EMAIL

Re: maven-jar-plugin and maven-ejb-plugin / generate manifest if not present

2008-01-24 Thread Julien CARSIQUE
that adding a manifestEntry will work when the file is present, but sounds like another thing to try while you're doing the tests I suggested above. Wayne On 1/24/08, Julien CARSIQUE [EMAIL PROTECTED] wrote: Hello, I would like the plugin to use the given manifest, if present, and add some properties

Re: maven-release-plugin / release:prepare goal in batch mode with customized values

2008-01-22 Thread Julien CARSIQUE
Hello, Is there no answer for this need ? I saw a similar question in mail titled release-plugin: additional options for automation Thanks for help, Julien Julien CARSIQUE a écrit : Hello, I would like to automate more my releasing process. How can I feed release:prepare goal

maven-release-plugin / release:prepare goal in batch mode with customized values

2008-01-09 Thread Julien CARSIQUE
Hello, I would like to automate more my releasing process. How can I feed release:prepare goal with the needed values ? I know --batch-mode but it uses the default inputs for the versions and tag information. Is it using the -Darguments=version_tag new_version ? Thanks, Julien -- Julien

Re: maven-eclipse-plugin in online mode with downloadSources=true

2008-01-04 Thread Julien CARSIQUE
the errors, it will try to download them every XX hours (depending of your settings). Arnaud On Dec 20, 2007 6:25 PM, Julien CARSIQUE [EMAIL PROTECTED] wrote: "mvn eclipse:clean eclipse:eclipse" has just finished [INFO] BUILD SUCCES

Re: maven-eclipse-plugin in online mode with downloadSources=true

2008-01-04 Thread Julien CARSIQUE
Erratum : I configured archiva to remembers errors on remote repositories but how can we do the same for local ones ? Julien CARSIQUE a crit: We use archiva 1.0. I've checked the external repositories, they're ok. And I already encountered this situation (external repository down

Re: Archiva freeze because of down site ?

2007-12-21 Thread Julien CARSIQUE
rs and use-cases (missing artifact, network connection borken ...). I'll look at this tomorow, could you please fill an issue in Jira ? Nico. 2007/12/20, Julien CARSIQUE [EMAIL PROTECTED]: Hello, Today, archiva was (again freezed) but restart didn't solve the problem. Looking i

Archiva freeze because of down site ?

2007-12-20 Thread Julien CARSIQUE
209m 186m 103m S 16.6 21.1 40:42.57 28124 archiva 14 0 209m 186m 103m S 16.4 21.1 41:44.36 26348 archiva 19 0 209m 186m 103m R 15.7 21.1 43:01.91 -- Julien CARSIQUE, Nuxeo (Paris, France) Open Source Enterprise Content

Re: maven-eclipse-plugin in online mode with downloadSources=true

2007-12-20 Thread Julien CARSIQUE
to download sources against 1min30 with -DdownloadSources=false Why this crazy difference ? It could be useful to download javadoc too but I fear having to wait for 3 more hours :-( Any help would be appreciated, thanks Julien Julien CARSIQUE a écrit : Hi, Does anyone use maven-eclipse:plugin

maven-eclipse-plugin in online mode with downloadSources=true

2007-12-20 Thread Julien CARSIQUE
is mantained into the target dir of the root project. Run |mvn:clean| or delete the file |mvn-eclipse-cache.properties| in order to reset this cache. -- Julien CARSIQUE, Nuxeo (Paris, France) Open Source Enterprise Content Management - http://www.nuxeo.org/ Nuxeo EP 5: extensible, Java EE

Cannot use archiva browse function after 2 days running

2007-12-14 Thread Julien CARSIQUE
restart archiva, as there are cron tasks that need it (as nigthly builds). -- Julien CARSIQUE, Nuxeo (Paris, France) Open Source Enterprise Content Management - http://www.nuxeo.org/ Nuxeo EP 5: extensible, Java EE and standards based ECM Platform http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87

Re: Error 500 accessing snapshots in repository

2007-12-13 Thread Julien CARSIQUE
archiva, as there are cron tasks that need it (as nigthly builds). -- Julien CARSIQUE, Nuxeo (Paris, France) Open Source Enterprise Content Management - http://www.nuxeo.org/ Nuxeo EP 5: extensible, Java EE and standards based ECM Platform http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87

Re: repository and database

2007-11-28 Thread Julien CARSIQUE
Perfect, thanks :-) Alex Mayorga Adame a écrit : Julien, Might this help on the Quartz http://wiki.opensymphony.com/display/QRTZ1/TutorialLesson6 ? Best luck, Alex

Re: repository and database

2007-11-27 Thread Julien CARSIQUE
More information : deleting the local repository (only the groupId) fix the problem, artifact is then correctly downloaded. Is it due to corruption during download or what else ? This wasn't often happening until upgrade to beta-4 and then 1.0; now this error seems to occur more often. Julien

Re: HTTP 500 on proxyConnectors.action

2007-11-27 Thread Julien CARSIQUE
Re, I've updated to archiva 1.0 and still have the same issue Julien CARSIQUE a écrit : Hello, I get an error going on archiva/admin/proxyConnectors.action Here's what I see on the client side in Firefox : | HTTP ERROR: 500| |Exception in JSP: /WEB-INF/jsp/admin/proxyConnectors.jsp

Re: HTTP 500 on proxyConnectors.action

2007-11-27 Thread Julien CARSIQUE
Ok, it's fixed removing the proxy connectors def and redo it via the web interface. Re, I've updated to archiva 1.0 and still have the same issue Julien CARSIQUE a écrit : Hello, I get an error going on archiva/admin/proxyConnectors.action Here's what I see on the client side in Firefox

Re: Dependency Browser Tool

2007-11-26 Thread Julien CARSIQUE
Hi, +1 for the idea of making a dependency:resolve-gui goal; it would be nice :-) I have a problem testing your tool : it doesn't seem to properly manage properties. I don't know if it comes from your code or maven-model but there's an issue having in a pom.xml something like this : ...

web interface / scanning cron snapshot purge

2007-11-09 Thread Julien CARSIQUE
Hi, What is the cron format used in archiva ? Where can I find some doc about the web interface ? All I found is http://docs.codehaus.org/display/MAVENUSER/Archiva+1.0.x+Developers+Notes I also want to set the purge on 0 days, 3 snapshots. I have snapshots for same artifact from trunk and

activate a profile while using maven-deploy-plugin

2007-11-08 Thread Julien CARSIQUE
Hi, I use the following code to activate a profile while performing a release : activation property nameperformRelease/name valuetrue/value /property /activation I would like to do such a profile activated while deployment process (with

Re: problem using jar with -SNAPSHOT in version name as plugin under eclipse

2007-11-08 Thread Julien CARSIQUE
Just to refer MECLIPSE-140 and MECLIPSE-176, I don't know what I can/should do : * patch eclipse ? * rename all -SNAPSHOT to .SNAPSHOT (this is a little crazy because the project and such renaming consequences are huge) Julien CARSIQUE a écrit : Hello, Here is my issue : I have

activate a profile while using maven-deploy-plugin

2007-11-08 Thread Julien CARSIQUE
Hi, I use the following code to activate a profile while performing a release : activation property nameperformRelease/name valuetrue/value /property /activation I would like to do such a profile activated while deployment process (with

problem using jar with -SNAPSHOT in version name as plugin under eclipse

2007-11-08 Thread Julien CARSIQUE
Hello, Here is my issue : I have an RCP project which features and plugins are made of libraries from our project under maven The script I use to generate the eclipse features and plugins (PDE GUI Tools http://www.eclipse.org/articles/Article-PDE-Automation/automation.html, I didn't found

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-06 Thread Julien CARSIQUE
Sorry for the mistake : wanted to send the mail to [EMAIL PROTECTED] Thanks for the answers Brett Porter a écrit : On 06/11/2007, Julien CARSIQUE [EMAIL PROTECTED] wrote: Hi, Trying to upgrade from beta-1 to beta-2, I have had some configuration issues; more than simply change

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-05 Thread Julien CARSIQUE
Hi, Trying to upgrade from beta-1 to beta-2, I have had some configuration issues; more than simply change the repositories tag to managedRepositories and remoteRepositories. What do you think I have to do for upgrading from beta-1 to beta-3 ? Which changes are expected in conf/archiva.xml ?

running a specific plugin only while deploying ; running multiple times a same plugin while varying its parameters

2007-11-02 Thread Julien CARSIQUE
Hi, I would like to zip our generated ear and attach it but only when deploying to our archiva (for snapshot deployment and release). I actually use build-helper-maven-plugin to attach the zip file but had to associate it to a specific profile so it isn't done by default. How to run this

Eclipse RCP project under maven

2007-10-31 Thread Julien CARSIQUE
as maven artifacts ? For the moment, I just know PDE Tools that can generate Ant files from a plugin.xml file... Thanks in advance, Julien Carsique. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail