Re: Producing java8 and java7 versions

2017-06-10 Thread Laurent Perez
On a side note, in a few months, if you like to live dangerously, java9 comes with built-in support for multijar : http://in.relation.to/2017/02/13/building-multi-release-jars-with-maven/ laurent 2017-06-09 14:07 GMT+02:00 Jörg Schaible : > Hi Paul, > > Paul

Best practice to share a common set of jsps between war artifacts ?

2010-03-19 Thread Laurent Perez
Hello I have two webapps under a multi modules project, and I want to share jsps between them. Obviously I will not copy/paste files, nor use a svn:externals to host them. I'm thinking of using an assembly to zip them as a bundle artifact, and use the dependencies plugin to unzip them when war

Re: [ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-03-16 Thread Laurent Perez
Hello, Any progress made so far related to http://www.supose.org/issues/show/297 ? Thanks laurent 2010/3/4 Karl Heinz Marbaise k...@soebes.de: Hi Laurent, laurent.perez wrote: I'm sorry, I don't have much time right now to look at the plugin source code :/ You don't need to apologize,

Re: [ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-03-04 Thread Laurent Perez
Hello My first question: Which release of Maven do you use ? Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_14 Would you try to bind the plugin to a particular phase and just do a mvn test (and take a look if some output has been produced).  executions(snip)

Re: [ANNOUNCEMENT] - Maven License Verifier Plugin 0.2-SNAPSHOT

2010-03-03 Thread Laurent Perez
Hello I've tried, but did not manage to produce a report, or to check the licenses , I'm getting an NPE whenever I try to run it after test, I get no results if I try mvn clean licence-verifier:report. The documentation is a little bit lacking ;) Can you help me ? Thanks My configuration :

[maven-changes-plugin] jira report does not support fix for multiple versions (?)

2009-09-11 Thread Laurent Perez
Hi I'm using version 2.1 of the plugin ; my artifactid is 3.1.1-SNAPSHOT, I am also maintaining another branch of the project, under version 4.0.M4-SNAPSHOT. I have a resolved jira entry with a Fix For: field labelled for versions 3.1.1 and 4.0.M4. Whenever I run mvn

Re: passing properties from filters to an ant task

2009-06-02 Thread Laurent Perez
Hi Not sure if this could work, but did you try to explicitly pass the property again to the task with a property name=test.db.username value=${test.db.username} / within tasks ? laurent 2009/6/2 Jean Luc jeanluc2...@gmail.com: Hello, I'm trying to use an ant task (a wrapper for sqlplus,

maven changes plugin : how to include JIRA Tasks in the mail report ?

2009-05-27 Thread Laurent Perez
Hi I'm using a custom announcement template, does anyone know how to include Tasks in the JIRA report ? Running mvn -X shows there seems to be no wording available, ie. I can see [DEBUG] o update for Improvements but for tasks, the line is [DEBUG] o I'm really confused because the announce

Binding to a jetty:run goal ?

2009-05-26 Thread Laurent Perez
Hi I would like to bind an ant task from maven antrun plugin only when I use the jetty:run goal : my task basically extracts and preconfigures a few files needed at webapp startup. I've managed to bind antrun to the compile phase, but this is not good enough. I've tried the goaljetty/goal or

[maven] Making versionLATEST/version work for multiple dependant projects ?

2009-03-02 Thread Laurent Perez
Hi I've got a dozen projects or so with a dependency on a 1.0-SNAPSHOT artifact X ; recently, I've been using the maven release plugin for this artifact, so that I can release incremental versions with maven changes plugin jira changelogs, like 1.0.1, 1.0.2, and so on. My problem is that each

Re: [maven] Making versionLATEST/version work for multiple dependant projects ?

2009-03-02 Thread Laurent Perez
!) Jeff MAURY On Mon, Mar 2, 2009 at 10:26 AM, Laurent Perez hak...@gmail.com wrote: Hi I've got a dozen projects or so with a dependency on a 1.0-SNAPSHOT artifact X ; recently, I've been using the maven release plugin for this artifact, so that I can release incremental versions

Re: mvn changelog:changelog fails under Mac OSX 10.5, svn --non-interactive authorization failed

2008-12-13 Thread Laurent Perez
-non-interactive-problems-in-leopards-subversion/ -- Olivier 2008/12/12 Laurent Perez hak...@gmail.com: Hi I recently opened http://jira.codehaus.org/browse/MCHANGELOG-91 , does anyone on 10.5 have a workaround for this one ? Unfortunately, I don't have access to a win32/nix system

mvn changelog:changelog fails under Mac OSX 10.5, svn --non-interactive authorization failed

2008-12-12 Thread Laurent Perez
Hi I recently opened http://jira.codehaus.org/browse/MCHANGELOG-91 , does anyone on 10.5 have a workaround for this one ? Unfortunately, I don't have access to a win32/nix system, and I'd like to be able to use the changelog plugin. Thanks if you can help laurent -- a