Parent pom not resolved in current reactor ?

2014-10-13 Thread Grégory Joseph
Hey there, In the documentation for relativePath in http://maven.apache.org/xsd/maven-4.0.0.xsd, I read that Maven looks for the parent pom first in the reactor of currently building projects, then Oddly enough, even though the reference docs _seem_ to be generated off of the same source,

Changes in how exclusions are applied transitively ?

2013-07-24 Thread Grégory Joseph
Hey there, I can't seem to find an accurate trace of this in the release notes, so I thought I'd just ping the list - Changes in how exclusions are applied transitively between Maven 2.2.1 and 3.1 ? Here's a situation: A has dependencies on B and C. Both transitively depend on D (through X,

Changes in how exclusions are applied transitively ?

2013-07-24 Thread Grégory Joseph
Hey there, I can't seem to find an accurate trace of this in the release notes, so I thought I'd just ping the list - Changes in how exclusions are applied transitively between Maven 2.2.1 and 3.1 ? Here's a situation: A has dependencies on B and C. Both transitively depend on D (through X,

Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
Hi there, I've seen this topic debated many times, and still haven't figured everything out. I was recently confused by the handling and inheritance of urls in Maven. I think I got most of it, when it comes to project.url. Now, when it comes to deploying a site, I'm baffled. Up to

Re: Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
Hi Lukas, On 2 July 2012 13:18, Lukas Theussl ltheu...@apache.org wrote: Grégory Joseph wrote: It kind of sounds like MSITE-600 to me, so I'm unsure if/how the issue was fixed. Example: * Corporate parent pom defines this site deployment url: prot://foo/${artifactId}/${version} -- it works

Re: Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
2012 13:57, Grégory Joseph greg@gmail.com wrote: Hi Lukas, On 2 July 2012 13:18, Lukas Theussl ltheu...@apache.org wrote: Grégory Joseph wrote: It kind of sounds like MSITE-600 to me, so I'm unsure if/how the issue was fixed. Example: * Corporate parent pom defines this site deployment url

Re: Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
On 2 July 2012 14:38, Lukas Theussl ltheu...@apache.org wrote: Grégory Joseph wrote: Just tried staging, and indeed, the paths in that case are correct* - I take it back. Staging was fine… with 2.1.1. With 3.1 I get this, for example for last module of the multi-module build [INFO] Pushing

Any plans for a release of the checkstyle plugin 2.7 ?

2011-07-21 Thread Grégory Joseph
Hi guys, I see on Jira that all issues for maven-checkstyle-plugin 2.7 have been resolved. Are there any plans for releasing ? I'm asking because I'd like to use features which have been added to Checkstyle 5.2+, and can not, because Checkstyle's groupId has changed in 5.2, so I can't use a

Remote resources: what's include/exclude for ?

2010-11-16 Thread Grégory Joseph
Hi there, Could anyone shed some light on what the exclude* and include* configuration items in the remote-resources plugin's process goal [1] are for ? What gets included/excluded ? Thanks for any hint, -greg [1] http://maven.apache.org/plugins/maven-remote-resources-plugin/process-mojo.html

Re: Including scope:provided dependencies in a shaded jar ?

2010-10-29 Thread Grégory Joseph
Hi again, could split my project and have 2 modules, one simply being the standalone/shaded version of the other, but it seems overkill, since they're really the same source. On 27 October 2010 19:33, Wayne Fay wayne...@gmail.com wrote: This is the correct approach (imo). Two artifacts, one

Re: Including scope:provided dependencies in a shaded jar ?

2010-10-28 Thread Grégory Joseph
Hi Jörg, Did you see this: http://maven.apache.org/plugins/maven-shade-plugin/shade- mojo.html#keepDependenciesWithProvidedScope I did, but it doesn't do what I need; my understanding is that it changes the scope of the compile-scoped deps to :provided in the shaded jar's pom. Antonio,

Re: [m2] Running Macker with Maven 2

2007-02-14 Thread Grégory Joseph
Hi Rune, Sounds nice - I didn't know macker :) It should also be pretty easy to wrap to ant task in a mojo - thus making pom reading requiring much less sandwiches. Thanks for sharing ! g On 14/02/07, Rune Flobakk [EMAIL PROTECTED] wrote: Hi, I've recently been trying out the Macker tool

Re: Re: maven2 xdoclet2 plugin

2006-08-02 Thread Grégory Joseph
to xd2 and i'll let you know of result dont expect any mail from me soon thoug :), i m reallly busy @ work and this maven/xdoclet issue is what i do in spare time will get back to you as soon as i can thanx and regards marco On 8/1/06, Grégory Joseph [EMAIL PROTECTED] wrote: Marco, Sorry

Re: Re: Maven 2 jasper-reports-plugin

2006-07-31 Thread Grégory Joseph
Hi, (sorry for the late reply) FYI, there is actually a snapshot, but on this repo: http://snapshots.repository.codehaus.org I'm not sure what the difference is with the one you use, but it seems it's only there :) Please let me know if you have issues or wishes to be fulfilled with this

Re: maven2 xdoclet2 plugin

2006-07-31 Thread Grégory Joseph
Marco, Sorry for the late reply.. Were you able to move on this? I think your mistake was that you did not declare the dist.codehaus.org repository as being of layout:legacy(layoutlegacy/layout in your pluginRepository declaration) The XDoclet2 project and plugins are still partly built with

Re: Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Grégory Joseph
Hi list, On 06/07/06, Graham Leggett [EMAIL PROTECTED] wrote: Jeff Mutonho wrote: It looks like maven-antrun-plugin and xdoclet-maven-plugin are having issues with each other. snip Does this mean maven-antrun-plugin and xdoclet-maven-plugin can not co-exist? I have the same problem

Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Grégory Joseph
Hi, On 04/07/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: I'm working on some library code which will be driven by a manifest entry in client JARs. I need to be able to set some mainfest entries in my JAR files. I can't see where to do this. It seems likely for the jar plugin, but nothing

Re: Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Grégory Joseph
of complex types in plugins configuration. (At least a link to a basic javadoc would be helpful as to know what one can set without resorting to copying examples) Cheers g On 7/4/06, Grégory Joseph [EMAIL PROTECTED] wrote: Hi, On 04/07/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: I'm working

Re: [m2] Multiprojects and inherited SCM URLs

2006-01-20 Thread Grégory Joseph
On 20/01/06, DELMOTTE Grégory [EMAIL PROTECTED] wrote: Yann, si t'es en ligne, c'est où sur RICFILED que tu précisent les options de compil Javac pour MAVEN ?? DTC _ Ps: catherine, est-ce que tu peux prendre du pain en sortant du boulot, merci. Greg

Re: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread Grégory Joseph
Hi, I could only advise to try out xdoclet2 and its fresh maven2 plugin ;-) See http://xdoclet.codehaus.org/Maven2+Plugin for some incomplete info. I'll be glad to hear your comments. Can't update the docs right now though, our confluence seems to be having a hard time. On 18/01/06, MiSt [EMAIL

Re: [m2] Does it matter if directory name != artifactId ?

2006-01-14 Thread Grégory Joseph
Wendy, A problem you might run into with this kind of configuration, unrelated to the artifactId's name, is that your parent apparently is to levels up, so you either need to use relativePath in parent, or just know that maven will always use the installed/deployed version of the parent pom, not

Re: Using XDoclet2 Hibernate with Maven2

2006-01-07 Thread Grégory Joseph
Hi, The page in question doesn't explain anything, it only says what to do for one particular case. For one sample case, I would say. Using other xdoclet2-plugins is totally similar, and should be a no brainer if you'd know how xdoclet2 generally works. Other pages might help in this respect,

Re: call for testers: scp wagon

2006-01-05 Thread Grégory Joseph
Hi, Seems to work for me - quite faster than with scpexe :) Thanks ! g On 05/01/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, In the lead up to the 2.0.2 release, I'd like anyone experiencing: [WAGONSSH-28] session is down [WAGONSSH-30] hangs during deployment to test the following

Re: [m2] Exception while executing SCM command. password is required

2006-01-05 Thread Grégory Joseph
On 05/01/06, Mayorgaadame, Alex [EMAIL PROTECTED] wrote: Why do I keep getting this error: sun4-cross: mvn scm:update Embedded error: Exception while executing SCM command. password is required In POM I have: scm connectionscm:cvs:pserver:[EMAIL

Re: Communicating dependencies

2006-01-01 Thread Grégory Joseph
Thanks Eric, On 01/01/06, Eric Redmond [EMAIL PROTECTED] wrote: How about: groupId:artifactId:version? Since it's what's used by maven when reporting errors, that sounds reasonsable and understable my any maven user. Cheers, g On 12/31/05, Grégory Joseph [EMAIL PROTECTED] wrote: Hi

Communicating dependencies

2005-12-31 Thread Grégory Joseph
Hi list, This might sound like a silly question, and very superficial - I will concede that ;) - but I was wondering if there was a prefered or suggested way to communicate dependencies. By communicating dependencies, I mean, for instance, when writing a blog post or any kind of documentation, it

Re: Knowing my project's location when building w/ reactor ?

2005-12-22 Thread Grégory Joseph
The way this problem is resolved for the castor plugin was to extend PlexusTestCase and its getBaseDir() method which returns the locations of the projects basedir. Oh thanks Matt. I just checked that method source and it just works, nice. Where's this basedir property coming from? Set by

How to build a pom w/ reactor, which has a different filename than pom.xml ?

2005-12-21 Thread Grégory Joseph
Hi list, Following the instructions here http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20build%20more%20than%20one%20project%20at%20once? , it seemed pretty obvious that each entry in module is the name of the directory (relative path, actually) containing module to be

Re: [m2] where to put common javescript and ui tools

2005-12-21 Thread Grégory Joseph
You can package them in a jar, then you define a listener which can read the JavaScript , images from the jar and write them into a Dir when the web server is starting. Seems pretty much out of topic here, but you could also very well write a servlet or filter which is gonna read

Knowing my project's location when building w/ reactor ?

2005-12-21 Thread Grégory Joseph
Hi list, Is there a preferred way, when a project is building with reactor, to know the location of the project? i.e., if, in a testcase, I do new File(.), I'll get the path to my root pom's directory, and I'd need the path to the actual sub-module being tested. Any tip or idea? Cheers, g

Re: problem subscribing to mailing list

2005-05-25 Thread Grégory Joseph
Receiving this mail seems to show you are indeed subscribed, I guess. There's just almost no traffic ;-) (Or there's an issue with my subscription too) Cheers, g On 25/05/05, Damien Sauvageot [EMAIL PROTECTED] wrote: I am having troubles subscribing to both mailing list, user and dev for