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

2009-10-14 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 ? The case at the time was a user asking to perform some one time operations like eclipse:eclipse. Whether this is

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
Hello, On 9/8/07, Hussein Badakhchani [EMAIL PROTECTED] wrote: Hello, In case anyone is interested I have posted some instructions for installing and using the Maven WebLogic Plug in on my blog. http://dev2dev.bea.com/blog/hoos/archive/2007/09/using_appc_with.html I am new to Maven and

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
Hi, On 8/8/07, Martin Alejandro Villalobos [EMAIL PROTECTED] wrote: Hello, I need generate the .zip o .tar or some kind of package with the javadocs of my proyect at release time. Please, somedoby know how I can do it? I think the -DperformRelease=true is what you need. Using this property

Re: M2 dashboard plug-in found

2007-01-29 Thread Pascal Thivent
what version are you trying to use ? 1.0-SNAPSHOT ? On 1/29/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: I put the plug-in into my master POM, but the plug-in could not be downloaded. I tried manually installing to our repository, but no success. Could you please post a

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

2006-06-22 Thread Pascal Thivent
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 à Paris. On 6/22/06, jean-laurent de morlhon [EMAIL PROTECTED] wrote: As stated at the end of the announcement

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 à

Re: dependency recommendations: jaac

2005-10-10 Thread Pascal Thivent
Hi, the url element of a dependency should be used for this. According to the documentation, this url will be provided to the user if the jar file cannot be downloaded from the central repository (see http://maven.apache.org/reference/project-descriptor.html#class_Dependency). Cheers, On

Re: dependency recommendations: jaac

2005-10-10 Thread Pascal Thivent
the msg if the jacc's pom.xml was not available. Brian Pascal Thivent wrote: Hi, the url element of a dependency should be used for this. According to the documentation, this url will be provided to the user if the jar file cannot be downloaded from the central repository (see http

Re: [M2] ejb project

2005-07-02 Thread Pascal Thivent
Hi Adam, you'll find below what I've done to get things working (maveners, if this is not the right way to do things, please let me know) : 1. create a Maven 2.0 project : m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-ejbapp 2. change the packagingjar/packaging to

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
Hi i think that the maven.ejb.includes property of the maven ejb plugin is what you're looking for. Regards, On 6/17/05, Aidan Donohoe [EMAIL PROTECTED] wrote: Hi, I am generating java files from xdoclet (into target/xdoclet/ejbdoclet), and I want these files to be included in the

Re: How to make executable jar file with dependency?

2005-01-28 Thread Pascal Thivent
Hi, I think this is what you're looking for : http://maven.apache.org/reference/plugins/uberjar/ On Fri, 28 Jan 2005 16:35:51 -0500, Chen, Andrew . [EMAIL PROTECTED] wrote: Hi, Our codes depend on some external libraries, such as xerces.jar, xalan.jar, .. How to make an executable jar

Re: maven as a tool to launch hsqldb server ?

2004-12-20 Thread Pascal Thivent
Hi, On Mon, 20 Dec 2004 13:16:14 -0200, Felipe Leme [EMAIL PROTECTED] wrote: On Mon, 2004-12-20 at 12:46, Laurent PETIT wrote: is there a way to start some main() method of a class via a maven xxx call ? It should be easy to call the org.hsqldb.Server from maven using the ant java task.

Re: XDoclet in Maven

2004-11-18 Thread Pascal Thivent
progress on this, as it seemed Eric was going to upload the plugin in a short period of time, or this wasn't going to happen, in order to go the manual way. Thanks, best regards Jose Pascal Thivent wrote: Hi, the maven xdoclet plugin is available in xdoclet distribution. See

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
Hi, have you tried the *Maven Plug-in* entry on xdoclet website ? http://xdoclet.sourceforge.net/xdoclet/maven-plugin.html. On this page, we can read : Maven is an increasingly popular build tool, and XDoclet maintains its own Maven plug-in. This plug-in is located in the same folder as the

Re: XDoclet in Maven - almost good

2004-11-16 Thread Pascal Thivent
The plugin doesn't seem to be installed. Refer to previous mail to install it. On Mon, 15 Nov 2004 19:35:17 -0800 (PST), Janos Mucsi [EMAIL PROTECTED] wrote: I cleaned out the cache so everything was downloaded very well, I am still getting the following error: This has nothing to do with the

[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
Hi, in deed, you made a lot of progress since the first mail. Lets try to tackle all pending issues. I'm not using the EjbDocletTask directly but use rather the maven xdoclet goal. So I have this in my maven.xml : preGoal name=java:compile echoGenerates EJB classes and descriptor

Re: can not run XDoclet

2004-11-10 Thread Pascal Thivent
Hi, this seems to be an xdoclet problem so I think you'll get more support on the xdoclet-user mailing list. Anyway, I'm using XDoclet to generate EJB classes and Hibernate mappings and it's true that the setup of my maven build has been a little bit touchy so lets see if I can help you. What is

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

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 for

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
Hi, this thread will perhaps help you : http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]by=threadfrom=668458 From my point of view, sending mail when a build fails should be under the responsibility of a continuous integration tool, amongst other things like scheduling the extraction of

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