Re: Differences between Maven 2.0, 2.1, 2.2 and 3.0

2010-12-13 Thread Paul Merlin
Quoting Anders Hammar : > Hudson does support Maven 3 through free-style jobs. Sure, but do you get nice maven integration in hudson like the list of modules, repositories per job, artifact publication out of maven execution and so on ? Not that you can recreate that manually but it's painfull.

Re: [ANN] Apache Maven 3.0 Released

2010-10-08 Thread Paul Merlin
Big up ! :) Thanks a lot for all the work and ... can't wait for the pom mixins ;) /Paul - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Paul Merlin
+1 (non-binding) Tested corporate and oss projects. Did not test the release process. /Paul Quoting Benjamin Bentmann : > Hi, > > in preparation for the release of Apache Maven 3.0, the Maven team is > seeking your help to discover regressions since Maven 2.x. Everybody > interested in taking

Re: [PLEASE TEST] Maven 2.2.1-RC2

2009-08-04 Thread Paul MERLIN
Seems to work nicely, done some releases with it today. /Paul Le mardi 04 août 2009 01:49:15, John Casey a écrit : > Hi again, > > After Brett sorted out some issues that got lost in the source-control > mess on my localhost, and I resolved a couple more stragglers that came > up as a result of t

Re: [PLEASE TEST] Maven 2.2.0-RC2

2009-05-05 Thread Paul MERLIN
Hey, I had no issue building my projects. release:prepare is working but release:perform is not (see the trace below). I switched to 2.1.0 right after that and the release:perform went well. I'm using the javasvn scm provider here but I get the same error using the native one. /Paul p...@dosa

Re: [release/scm] Can system locale change release:prepare behavior ?

2009-05-05 Thread Paul MERLIN
Le mardi 05 mai 2009 11:09:37, Baptiste MATHUS a écrit : > I already had this kind of problem. From what I remember, I just removed > all the localization files from the subversion installation directory. > Actually, I think that the maven-scm-api reads the output of the CLI, and > it doesn't under

[release/scm] Can system locale change release:prepare behavior ?

2009-05-05 Thread Paul MERLIN
Hey, I posted this one to dev@ by mistake, here it is again to us...@. I'm facing weird problems with the maven-release-plugin and friends. I use maven-release-plugin-2.0-beta-9 and get the same results with either maven 2.1.0 or 2.2.0-RC1. I tried with two subversion clients with the same resul

Re: [POLL] Default Value for File Encoding

2008-04-29 Thread Paul MERLIN
+1 for b) Reproductible builds is _the_ shit. About backward compatibility, I second Nicolas about reading releases notes, upgrade guides etc... Le Tuesday 29 April 2008 13:23:44 Benjamin Bentmann, vous avez écrit : > Dear community, > > the Maven team is currently discussing a proposal about

Re: Repository search

2008-04-07 Thread Paul MERLIN
You can try http://searchj.org too Paul Le Monday 07 April 2008 12:02:39 Martin von Gagern, vous avez écrit : > Hi! > > The maven repositories, like those mentioned below, are sure a great > thing and massively useful. However, so far I found no way to search > these repositories on line. > > Th

A simple maven plugin for glassfish

2008-04-05 Thread Paul Merlin
Hi all, I just released the 0.1 of asadmin-maven-plugin. It's a simple plugin that wrap the glassfish asadmin command. There's startup instruction and documentation there : http://code.google.com/p/asadmin-maven-plugin/ I'm using it daily on *nixes, never tried it on windows but it should work.

Re: Maven2 and unit tests with hibernate and jpa connection problems

2007-12-01 Thread Paul MERLIN
Le Saturday 01 December 2007 16:53:30 Ryan Moquin, vous avez écrit : > I think my main concern with this (hence why I'm asking general advice) is > that sometimes a unit test might work against HSQL and fail against another > database such as MSSQL? Or am I worrying about something I shouldn't? I

Re: Maven2 and unit tests with hibernate and jpa connection problems

2007-12-01 Thread Paul MERLIN
Le Saturday 01 December 2007 14:14:37 Marco Mistroni, vous avez écrit : > Hi, > have u ever tried to use HSQL , in memory db? Maybe this will help you get started with unit testing entities in memory with maven : http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-datab

Re: Executing ant from maven2

2007-11-17 Thread Paul MERLIN
On Saturday 17 November 2007 18:27:23 Vishal Pahwa wrote: > Hi > > I have 1 ant build.xml file and i need to execute this file from maven2. > How can i do this. > > Regards > > Vishal. Look at the maven-antrun-plugin. Paul - To

Re: Reuse of attached assemblies

2007-11-16 Thread Paul Merlin
Le Friday 16 November 2007 17:49:01 Wendy Smoak, vous avez écrit : > On Nov 16, 2007 11:28 AM, Paul MERLIN <[EMAIL PROTECTED]> wrote: > > I have a project that produce a zip file. I did a project with pom > > packaging, an assembly is building the zip file. This produced zip

Reuse of attached assemblies

2007-11-16 Thread Paul MERLIN
Hi all, I have a project that produce a zip file. I did a project with pom packaging, an assembly is building the zip file. This produced zip file is attached to the pom artifact so it is installed/deployed with it. Now I need to reuse this zip file from another maven project. How can I declar

Re: Getting Hibernate3's hbm2ddl to generate SQL but not wipe my db?

2007-11-05 Thread Paul MERLIN
On Monday 05 November 2007 21:57:23 Lally Singh wrote: > Hey everyone, I'm trying to get the plugin to generate my SQL code, > but I can't seem to do it without it trying to connect to my db. > > Is there an option that tells it to generate the .sql, but not run it, > clobbering my existing db? > >

Re: Downloading dependency sources

2007-10-23 Thread Paul MERLIN
Le Monday 22 October 2007 20:03:36 Siegmann Daniel, NY, vous avez écrit : > > Is there a way to tell maven to download source jars by > > default? I didn't see anything in the pom or settings model > > to do this. I know I can download sources using the eclipse > > plugin or the dependency plugin

Re: About classpathPrefix flexibility [was: Re: Generating manifest file]

2007-10-08 Thread Paul Merlin
Hi Wendy, Le DATE, vous avez peut-être écrit : Wendy Smoak > On 10/8/07, Paul MERLIN <[EMAIL PROTECTED]> wrote: >> >> I'm using the pom snippet shown above but I would like to have some >> dependencies prefixed and some others not. > > Why? I'm curio

Re: About classpathPrefix flexibility [was: Re: Generating manifest file]

2007-10-08 Thread Paul MERLIN
Le Monday 08 October 2007 17:25:24 Wayne Fay, vous avez écrit : > > I'm using the pom snippet shown above but I would like to have some > > dependencies prefixed and some others not. > > > > Is this doable with maven or will I have to write the MANIFEST.MF file > > myself ? > > As far as I know, yo

About classpathPrefix flexibility [was: Re: Generating manifest file]

2007-10-08 Thread Paul MERLIN
Le Tuesday 25 September 2007 17:20:01 Tim Kettler, vous avez écrit : > This will do: > > > org.apache.maven.plugins > maven-ejb-plugin > > > > true > lib > > > > > > -Tim Hi all, I'm using the pom sn

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-14 Thread Paul MERLIN
Le Friday 14 September 2007 09:02:48 Insitu, vous avez écrit : > Paul MERLIN <[EMAIL PROTECTED]> writes: > > Hi all, > > > > I'm trying to use the maven-release-plugin. Our SVN is only accessible on > > https with ssl mutual authentication. Yes we have to type

Re: Subversion SCM plugin and --non-interactive parameter

2007-09-13 Thread Paul MERLIN
Le Thursday 13 September 2007 16:21:50 Emmanuel Venisse, vous avez écrit : > no it isn't possible but you can add your password in command line > parameters > > Emmanuel Hi Emmanuel, Unfortunately storing the password in a config file is not an option. Nor adding it to a command line (think about

Subversion SCM plugin and --non-interactive parameter

2007-09-13 Thread Paul MERLIN
Hi all, I'm trying to use the maven-release-plugin. Our SVN is only accessible on https with ssl mutual authentication. Yes we have to type our P12 password every time we do a svn operation. That's the way it is ... So, my problem is that maven run svn with the "--non-interactive" parameter wh