Re: [EXTERNAL] RE: Continuous Delivery with Maven now possible?

2017-11-09 Thread Pascal
> interpolation of these special parameters must happen prior to the execution of any plugins That's exactly correct. It's why I built https://github.com/pascalgn/properties-maven-extension which is implemented as an extension and runs before any plugins will be executed. Maybe it can help you.

Re: how to use both buildnumber-maven-plugin and maven-release-plugin

2017-10-24 Thread Pascal
For me it's hard to understand the problem you are having, it might help to specify the exact errors you are getting. If you are willing to try something other than the release plugin, have a look at https://axelfontaine.com/blog/dead-burried.html Cheers, Pascal 2017-10-23 18:40 GMT+02:00

RE: [EXTERNAL] Re: project.basedir in file-based profile activation

2017-06-23 Thread Pascal
If I recall correctly, in this specific place you are still supposed to use ${basedir} instead of project.basedir Am 23.06.2017 3:02 nachm. schrieb "Justin Georgeson" : > -Original Message- > From: Jörg Schaible [mailto:joerg.schai...@bpm-inspire.com] > Sent:

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Pascal
The existing bug to support core extensions: https://issues.jenkins-ci.org/browse/JENKINS-30058 As I said, the only solution so far is to use a Freestyle project. You can find more details in the bug comments. Pascal 2017-06-06 19:27 GMT+02:00 Pascal <pascal.gr...@gmail.com>: > Hel

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Pascal
the "Maven" Job type in Jenkins together with the .mvn folder feature. However, what you can do is create a Freestyle Job and add a build step "Call Maven goals". Cheers, Pascal 2017-06-06 18:13 GMT+02:00 Eric B <ebenza...@gmail.com>: > Hi, > > I'm cross post

Only deploying dependencies instead of the whole pom

2015-06-09 Thread Pascal Rapicault
Hey, Someone told me that in recent versions of Maven, it is possible to publish a pom that only includes dependencies (basically strip all the information about plugin configuration). What is the configuration to achieve that? Thanks, Pascal

Re: Only deploying dependencies instead of the whole pom

2015-06-09 Thread Pascal Rapicault
. And that was possible in Maven 2 as well. /Anders On Tue, Jun 9, 2015 at 6:52 PM, Pascal Rapicault pas...@rapicault.net wrote: Hey, Someone told me that in recent versions of Maven, it is possible to publish a pom that only includes dependencies (basically strip all the information about plugin

Re: Only deploying dependencies instead of the whole pom

2015-06-09 Thread Pascal Rapicault
Yes! Thanks :) On 06/09/2015 01:38 PM, Vincent Latombe wrote: I think http://www.mojohaus.org/flatten-maven-plugin/ should help Vincent 2015-06-09 19:27 GMT+02:00 Pascal Rapicault pas...@rapicault.net: My question that was not really clear. Let's say that I have a multi module build

Re: Use of Multiple Local Repositories

2015-06-04 Thread Pascal Rapicault
You can take a look at https://github.com/takari/tesla-split-localrepo I remember seeing a demo of this, but I don't know if it is working with recent versions of Maven / Aether HTH On 06/04/2015 04:30 AM, Mehdi Hayani wrote: Hello, I'm actually working on a continuous integration

Re: Kepler m2eclipse plugin?

2015-05-01 Thread Pascal Rapicault
http://download.eclipse.org/releases/kepler On 05/01/2015 07:10 AM, Martin Gainty wrote: anyone know where I can download m2eclipse or m2e or m2e-wtp plugin for Eclipse Kepler? Thanks! Martin __

Re: Build extension not found when specifying different local repository

2015-03-07 Thread Pascal Rapicault
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T12:29:23-05:00) On 03/07/2015 02:44 AM, Jeff MAURY wrote: Which version of Maven are you using ? Jeff On Sat, Mar 7, 2015 at 12:53 AM, Pascal Rapicault pas...@rapicault.net wrote: Hi, I'm trying to do a set of builds

Build extension not found when specifying different local repository

2015-03-06 Thread Pascal Rapicault
are forced - [Help 2] Pascal - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Complex Maven projects - Tutorials? Books?

2014-06-12 Thread Pascal Rapicault
the same artifact throughout the process and this w/o blocking the whole pipeline for the whole duration of the process. HTH Pascal On 12/06/2014 10:46 AM, Hohl, Gerrit wrote: Hello everyone, :) I have a question which is not about a specific problem with Maven, but more a general question

Re: Maven on a Terminal Server

2012-09-28 Thread Pascal Rapicault
into the local cache (note that this solution of chained maven repo could also be used to isolate snapshot from released artifacts) Since the shared cache is read only, its population could be done by doing a dump of the repo manager content into the shared folder at regular interval. Pascal On 2012-09-28

catch block like behavior

2012-08-23 Thread Pascal Rapicault
for subsequent builds. This works great when the module build is executed in its entirety, however when it fails part way through, then the file is not renamed and subsequent build fails. Therefore my question, is there a way to enforce the execution of a plugin no matter what. Thx Pascal

Re: catch block like behavior

2012-08-23 Thread Pascal Rapicault
, thanks for your insights. Pascal On 2012-08-23, at 11:42 AM, John Kramer wrote: Am 23.08.2012 14:56, schrieb Pascal Rapicault: Hi, I would like to know if there is a way to have a plugin be executed right at the end of the build no matter what. The situation I have is as follow. Early

Re: catch block like behavior

2012-08-23 Thread Pascal Rapicault
Sadly not and requesting a fix from this particular vendor will take time that I don't have before shipping. It almost sound easier to me to add the feature in maven :) Oh well, next time :) On 2012-08-23, at 12:09 PM, Wayne Fay wrote: I'm well aware that this is not a great practice but this

Re: catch block like behavior

2012-08-23 Thread Pascal Rapicault
Thx. On 2012-08-23, at 12:49 PM, Hilco Wijbenga wrote: On 23 August 2012 05:56, Pascal Rapicault pas...@rapicault.net wrote: I would like to know if there is a way to have a plugin be executed right at the end of the build no matter what. The situation I have is as follow. Early

Re: write maven plugin that operate Sonar

2012-07-19 Thread Pascal Rapicault
did you try mvn sonar:sonar On 2012-07-19, at 10:56 AM, dror wrote: Hi all, Somebody knows how can i write a maven plugin in pom.xml that operate Sonar? i looking for a way to operate Sonar's checks via maven build. Thanks, Dror. -- View this message in context:

[ANN] Maven Inspector for Eclipse

2012-07-13 Thread Pascal Rapicault
a simple View called Maven Execution that presents for a given POM file the phases and associated MOJOs. Go check it out on http://prapicault.github.com/MavenInspector/ or directly install it from http://prapicault.github.com/MavenInspector/repository Hope you'll find this useful. Pascal

Re: [ANN] Maven Inspector for Eclipse

2012-07-13 Thread Pascal Rapicault
Hello Anthony Thanks for your feedback. To answer your question in full disclosure. I'm an m2e committer. However I'm doing this to promote myself and my consulting services, therefore merging it back into m2e at this point would do me a disservice. Pascal On 2012-07-13, at 5:40 PM, Anthony

Re: Maven for Software Installation

2012-06-21 Thread Pascal Rapicault
The approach you are describing is akin to what the Eclipse provisioning platform (aka p2) provides with its concept of bundle pool (equivalent of GAC). From experience, while this works in practice (for example a commercial distro of Eclipse called Yoxos ships like this (I'm not affiliated

Re: list of phases defined by the lifecycle of a packaging type

2012-06-11 Thread Pascal Rapicault
(); } is what we use for certain code completions in netbeans.. Milos On Sun, Jun 10, 2012 at 9:48 PM, Pascal Rapicault pas...@rapicault.net wrote: Hi, Given a packaging type, is there a way to programmatically know all the phases that are associated with the various lifecycle

Re: Hooking before and after a phase

2012-06-11 Thread Pascal Rapicault
) On Fri, Jun 8, 2012 at 11:25 PM, Pascal Rapicault pas...@rapicault.netwrote: Hi, I have a situation where I need to execute a mojo just before the execution of the mojo bound to the phase. Is there a way to achieve this without binding my mojo to the previous phase but to the phase

Re: Questions about property resolution

2012-06-11 Thread Pascal Rapicault
It could mostly likely be specified on the command line. On 2012-06-11, at 9:44 AM, Cédric Teyton wrote: Hello, I've a question with respect to some POM.xml files i've observed recently. In some cases like the following one : project modelVersion4.0.0/modelVersion

list of phases defined by the lifecycle of a packaging type

2012-06-10 Thread Pascal Rapicault
-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] Thx in advance, Pascal

Hooking before and after a phase

2012-06-08 Thread Pascal Rapicault
to the process-test-resources but I feel that this is incorrect since the execution of my mojo should only happen if the package phase does, otherwise it may screw up following builds. Thanks. Pascal - To unsubscribe, e-mail: users

Maven repository not accessible?

2011-04-11 Thread Collard, Pascal
Hi; I use Maven2 to build my JAVA package and run tests within a CI (Jenkins / Hudson, Bamboo, ..) and got errors about repo not being accessible. I had no problem before with my script but: - network policies have changed (I assume that Jenkins/Maven can't connect to the

[maven-eclipse-plugin] Spring dependencies omitted

2010-03-11 Thread Pascal Kesseli
that works well with almost any dependency, the plugin constantly ignores any Spring dependency I have added to my project, such as spring-aspects, spring-core or spring-test. Does anybody know where that behavior evolves from? Thanks in advance for any help on this issue and best regards Pascal Kesseli

[maven-eclipse-plugin] Resources are copied to root?

2010-03-11 Thread Pascal Kesseli
a project that copies my resources to the desired resources directory? Thanks in advance for any suggestions and best regards Pascal - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: archetype:generate and the `goals` optional parameter

2009-10-14 Thread Pascal Thivent
this is actually useful is another story, but really to account for one time operations that could be taken care of as part of the generation so that it didn't have to be documented. I see and eclipse:eclipse is indeed a good example. Thank you. -- Pascal

archetype:generate and the `goals` optional parameter

2009-10-11 Thread Pascal Thivent
I'm wondering why `mvn archetype:generate` has an optional `-Dgoals` parameter. I understand how to use this parameter but... do you have any idea of a real use case for it ? Thanks in advance. -- Pascal

Re: Using Maven WebLogic Plug in

2007-09-09 Thread Pascal Thivent
is what you need. Many thanks, Hoos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal

Re: Using Maven WebLogic Plug in

2007-09-09 Thread Pascal Thivent
On 9/9/07, Hussein Badakhchani [EMAIL PROTECTED] wrote: Pascal. Thanks for the quick response: BTW, the following dependency is really strange too. I don't know why you had to add it. dependency groupIdcom.sun/groupId artifactIdtools/artifactId

Re: Generating zip o tar with the javadocs

2007-08-08 Thread Pascal Thivent
) Thanks for all. Cheers. Martin. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal

Re: M2 dashboard plug-in found

2007-01-29 Thread Pascal Thivent
, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Pascal Thivent
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Pascal Thivent
Hi, sorry all for this personal message on the list On 6/22/06, Pascal Thivent [EMAIL PROTECTED] wrote: Salut Jean-Laurent, enfoiré, il fait beau en espagne ? Trop cool d'être au symposium ! T'es parti en solo ou t'as réussi à te faire financer ça par Valtech ? Je t'envie :) A bientôt à

M1 test plugin vs M2 surefire plugin

2006-05-31 Thread Pascal Larin
in our build logs. Somebody found a workaround? BTW, Better builds with Maven is an excellent work. Thanks a lot! Have a nice day, Pascal

maven surefire-report invoking phase

2006-05-11 Thread Pascal Magnard
to the documentation) and not forcing compilation and tests execution ? Regards, Pascal

Re: dependency recommendations: jaac

2005-10-10 Thread Pascal Thivent
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dependency recommendations: jaac

2005-10-10 Thread Pascal Thivent
repository manually. I don't know exactly what the maven team did plan for this use case. On 10/10/05, Brian Bonner [EMAIL PROTECTED] wrote: Pascal, thanks. That's good to know. I don't believe the URL was in the POM as it was being downloaded. It certainly didn't display it when m2 complained

RE : CruiseControl issues trying to install and run from maven. Pleasehelp.

2005-09-21 Thread Pascal Larin
Mick, We do the same thing. If you plan to use 2 or more projects on CruiseControl, it is not the way to do it. CruiseControl is designed to be started one time. It reads his configuration file every time it builds a project. Pascal -Message d'origine- De : Doug Douglass [mailto

RE : Change log error with Perforce

2005-09-06 Thread Pascal Larin
Hi, Already done, http://jira.codehaus.org/browse/MPCHANGELOG-72 Pascal -Message d'origine- De : Edwin Punzalan [mailto:[EMAIL PROTECTED] Envoyé : September 5, 2005 22:10 À : Maven Users List Objet : Re: Change log error with Perforce Hi, this is a bug. I found that the code checks

RE : Entity Expansion Limit Error

2005-09-02 Thread Pascal Larin
Michael, Add -DentityExpansionLimit=10 (or more) to your MAVEN_OPTS. Pascal -Message d'origine- De : Michael Owen [mailto:[EMAIL PROTECTED] Envoyé : September 2, 2005 14:35 À : users@maven.apache.org Objet : Entity Expansion Limit Error Hi, Using Maven 1.1 beta and got

RE : installing maven on linux

2005-08-24 Thread Pascal Larin
Karl, Check that your MAVEN_HOME AND your PATH point to your maven 1.1 location. I had the same problem when I've switch form 1.0 to 1.1, my PATH wasn't correctly set. Pascal -Message d'origine- De : Karl Gustav [mailto:[EMAIL PROTECTED] Envoyé : August 24, 2005 11:00 À : users

RE : [M1.1b1] xdoc plugin problems

2005-08-18 Thread Pascal Larin
. There are 2 interesting issues in Velocity Bugzilla that can cause this problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=33695 http://issues.apache.org/bugzilla/show_bug.cgi?id=9039 Pascal -Message d'origine- De : Jim Dickinson [mailto:[EMAIL PROTECTED] Envoyé : August 18, 2005 12

Re: [M2] ejb project

2005-07-02 Thread Pascal Thivent
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I have the xdoclet generated files be included in the compile?

2005-06-20 Thread Pascal Thivent
project' in eclipse could delete the generated sources this can be prevented by adding the property: 'maven.gen.src=${gen.dir}' Dennis On 6/17/05, Pascal Thivent [EMAIL PROTECTED] wrote: Hi i think that the maven.ejb.includes property of the maven ejb plugin

Re: How can I have the xdoclet generated files be included in the compile?

2005-06-17 Thread Pascal Thivent
] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to make executable jar file with dependency?

2005-01-28 Thread Pascal Thivent
: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven as a tool to launch hsqldb server ?

2004-12-20 Thread Pascal Thivent
] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XDoclet in Maven

2004-11-18 Thread Pascal Thivent
: Pascal, I (and all the team) would like, if possible, to install the plugin (and the dependencies needed) from the web with minimal intervention. If this is not possible, we will download and install manually the plugin and the dependencies. I just wanted to know if there is any

Re: XDoclet in Maven

2004-11-18 Thread Pascal Thivent
this type of activity on the user. (Besides, good luck finding the documentation that tells a new user where to get the xdoclet plugin!) T -Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 10:54 AM To: Maven Users List Subject

Re: XDoclet in Maven

2004-11-16 Thread Pascal Thivent
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: XDoclet in Maven - almost good

2004-11-16 Thread Pascal Thivent
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Re: XDoclet in Maven

2004-11-13 Thread Pascal Thivent
of xdoclet? 1.2.2 was released, and had many improvements and cleanups applied to the Maven plugin. -Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: Saturday, November 13, 2004 6:32 AM To: Maven Users List Subject: Re: XDoclet in Maven Hi, in deed

Re: [OT] Re: XDoclet in Maven

2004-11-13 Thread Pascal Thivent
: maintainability). On Sat, 13 Nov 2004 20:47:38 -0100, Pascal Thivent [EMAIL PROTECTED] wrote: Hi, I've upgraded my maven-xdoclet-plugin and my various xdoclet modules dependencies to version 1.2.2. EJBs classes and hibernate mappings generation works fine. Thanks. On Sat, 13 Nov

Re: XDoclet in Maven

2004-11-12 Thread Pascal Thivent
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: can not run XDoclet

2004-11-10 Thread Pascal Thivent
] -- Pascal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Checkstyle Configuration

2004-10-29 Thread Pascal Thivent
Hi, take a look at https://jjguidelines.dev.java.net/. Pascal On Fri, 29 Oct 2004 09:40:24 -0400, Haile, Mussie [EMAIL PROTECTED] wrote: Hej et al - I am looking for a complete configuration of Sun_Checks.xml for Checkstyle. I had modified the file based on the http

Re: Current best practices for automating deployment to Weblogic 8?

2004-10-11 Thread Pascal Thivent
Hi, there is a weblogic plugin at http://sourceforge.net/projects/maven-plugins/. It seems to be a wrapper around Weblogic deployment tool and ant tasks. -- Pascal On Mon, 11 Oct 2004 08:40:06 +0200, Thomas Recloux [EMAIL PROTECTED] wrote: I am wanting to automate deployment of our WARs

Re: GMail Accounts

2004-06-24 Thread Pascal Thivent
Hi, Pascal Thivent Thx in advance. -- Pascal Quoting Dion Gillard [EMAIL PROTECTED]: If anyone is after one, pop me an email with your first and last names... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: SCM Plugin and subversion

2004-06-10 Thread Pascal Thivent
On a des problèmes ?!? Comment va sinon ? -- Pascal Quoting Laurent PETIT [EMAIL PROTECTED]: OK, I'll check the CVS for the modifications since the last release. My personal goal is to automate the release build too, following by default the standard repository directory layout

RE: SCM Plugin and subversion

2004-06-10 Thread Pascal Thivent
Hi all, excuse me for my previous message. It was a personal mail that I sent by mistake to the whole list. -- Pascal Thivent Quoting Pascal Thivent [EMAIL PROTECTED]: On a des problèmes ?!? Comment va sinon ? -- Pascal Quoting Laurent PETIT [EMAIL PROTECTED]: OK, I'll

Re: Log| e-mail

2004-05-06 Thread Pascal THIVENT
of sources from a scm, launching the build. Take a look at CruiseControl. It's very sexy. But as you can read it in the mentioned thread, it's possible to use some reactor features to send mails on build fails. BTW, is Continuum still vaporware ? -- Pascal Raphael Philipe Mendes da Silva wrote: Hi

RE: RE: [ejb] verification plugins/tools?

2004-04-13 Thread Pascal Thivent
of view, this goal should be container agnostic whatever the technology it rely on. Do I miss something ? Thanks in advance. -- Pascal Thivent Thanks -Vincent -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 10:06 To: Maven Users List

RE: RE: [ejb] verification plugins/tools?

2004-04-13 Thread Pascal Thivent
Quoting Vincent Massol [EMAIL PROTECTED]: -Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 13:43 To: [EMAIL PROTECTED] Subject: RE: RE: [ejb] verification plugins/tools? Response to: RE: [ejb] verification plugins/tools? Hi