Re: filtering of archetype resources

2008-02-23 Thread Laurie Harper
Stuart McCulloch wrote: On 23/02/2008, Laurie Harper <[EMAIL PROTECTED]> wrote: Stuart McCulloch wrote: On 20/02/2008, Laurie Harper <[EMAIL PROTECTED]> wrote: How do I package resources in an archetype so that they don't get filtered through Velocity when the archetype i

Re: filtering of archetype resources

2008-02-22 Thread Laurie Harper
Stuart McCulloch wrote: On 20/02/2008, Laurie Harper <[EMAIL PROTECTED]> wrote: How do I package resources in an archetype so that they don't get filtered through Velocity when the archetype is used? Currently Velocity is choking on Javascript files contained in the archetype, and

filtering of archetype resources

2008-02-19 Thread Laurie Harper
How do I package resources in an archetype so that they don't get filtered through Velocity when the archetype is used? Currently Velocity is choking on Javascript files contained in the archetype, and I'd rather not have to modify all the Javascript files so they will pass through Velocity wit

Re: Compiler plugin configuration

2006-09-07 Thread Laurie Harper
Wendy Smoak wrote: On 9/6/06, Laurie Harper <[EMAIL PROTECTED]> wrote: Everything seems to be working except that I can't figure out how to get the compiler plugin to compile the right set of sources and put the resulting classes where I want them, so integration tests remain se

Compiler plugin configuration

2006-09-06 Thread Laurie Harper
I'm trying to add support to my M2 build for my integration tests, which ideally need to be run against the assembled webapp. To do this, I added a profile which, when enabled, will bind the compiler and surefire plugins to the integration-test lifecycle phase. Everything seems to be working e

Re: exclusion of transitive dependencies

2006-08-10 Thread Laurie Harper
Doh! Never mind, I had the groupId and artifactId back to front :-[ Laurie Harper wrote: I'm trying to add Weblets to a project which can use the current MyFaces release or the RI and, due to errors in the Weblets POM, I'm ending up with unwanted transitive dependencies. I'm tr

exclusion of transitive dependencies

2006-08-10 Thread Laurie Harper
I'm trying to add Weblets to a project which can use the current MyFaces release or the RI and, due to errors in the Weblets POM, I'm ending up with unwanted transitive dependencies. I'm trying to correct for this using the dependenciesManagement section of my POM, but it's not working. I'm not

Re: Aggregate profiles

2006-08-01 Thread Laurie Harper
postgres db postgres Now, if you run 'mvn -Ddb=postgres' or '-Ddb=hsql' p6spy is ALWAYS activated. Hope this helped. Roland On Tuesday 01 August

questions on 'mvn site'

2006-08-01 Thread Laurie Harper
Playing with 'mvn site' I'm finding a few surprises and documentation gaps. I'm hoping someone can explain some of these behaviours and answer a couple of questions: - 'mvn site' with no src/site or pom configuration generates a site containing just the default set of reports; but as soon as I

Re: Placing war resources

2006-07-31 Thread Laurie Harper
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin cd maven-war-plugin mvn install hope that helps, pete marvin Laurie Harper wrote: According to the war-plugin documentation [1], I should be able to control where webapp resources are copied to using the targetPath el

Aggregate profiles

2006-07-31 Thread Laurie Harper
Is it possible to activate multiple profiles at once, as in 'mvn -Pprofile1 -Pprofile2', and have one profile override properties in the other? I'm trying to make it easy to enable p6spy, something like hsql true hsqldb org.hsqldb.jdbcD

Placing war resources

2006-07-31 Thread Laurie Harper
According to the war-plugin documentation [1], I should be able to control where webapp resources are copied to using the targetPath element: org.apache.maven.plugins maven-war-plugin 2.0 true src/main/conf WEB-INF/conf

Re: Maven model converter

2006-03-21 Thread Laurie Harper
days ago... Search Archives for an email (with XSLT attachment) from Matthew L Daniel in the thread titled "Subject: Re: maven-corburtura POM v3 in repo" on March 11, 2006. ;-) Wayne On 3/21/06, Laurie Harper <[EMAIL PROTECTED]> wrote: Hmm, I was thinking of the thing in maven/

Re: Maven model converter

2006-03-20 Thread Laurie Harper
t using an XSLT engine, and poof the output is a Maven2 pom.xml file. ;-) If this is all Greek to you, reply back and I'll provide more exact directions ie "link to download" etc. Wayne On 3/20/06, Laurie Harper <[EMAIL PROTECTED]> wrote: How do I use the Maven model conv

Maven model converter

2006-03-20 Thread Laurie Harper
How do I use the Maven model converter? Is there a goal I can execute ('mvn convert' or something) to automatically migrate a Maven1 POM to a Maven2 POM? L. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Maven2 plugins for IDEA

2006-03-14 Thread Laurie Harper
nored them? Wayne On 3/14/06, Laurie Harper <[EMAIL PROTECTED]> wrote: Does anyone know of any IDEA plugins that integrate Maven 2? I've found several that work with Maven 1, but none yet for M2. Thanks, L. - To unsubs

Maven2 plugins for IDEA

2006-03-14 Thread Laurie Harper
Does anyone know of any IDEA plugins that integrate Maven 2? I've found several that work with Maven 1, but none yet for M2. Thanks, L. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Maven2, antrun and script task

2006-03-10 Thread Laurie Harper
dd the additional dependencies to the antrun <plugin/> element in your pom: <plugin> <artifactId>mavne-antrnu-plugin</artifactId> ... <dependencies> <dependency> <groupId/> <artifactId/> <version/> </dependency> </d

Re: Maven2, antrun and script task

2006-03-10 Thread Laurie Harper
;<blockquote style="border-left: #EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"> <a rel="nofollow" href="http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html">http://maven.apache.org/plugins/ma

Maven2, antrun and script task

2006-03-09 Thread Laurie Harper
I'm trying to integrate a third-party, ant-based build into a Maven2 build using the antrun plugin. The problem is the ant build uses optional tasks, and I can't figure out how to get that to work. The ant build as shipped copies the required dependencies (jar files) for the optional tasks to

Re: Site customization

2006-03-01 Thread Laurie Harper
ed the maven-site.vm from maven-site-plugin.jar. You can then configure the plugin to use your template. See http://movlan.sourceforge.net/ for the end result of my modifications. Kind regards, Roland On 2/28/06, Laurie Harper <[EMAIL PROTECTED]> wrote: Yeah, that'd work -- if I wasn

Re: Site customization

2006-02-28 Thread Laurie Harper
e, in your site.xml you can add e.g. : ~ ~ ~ SourceForge ~ http://images.sourceforge.net/sfx/logo.gif ~ http://sf.net ~ ~ ... Is it what you want ? http://maven.apache.org/guides/mini/guide-site.html - Yann 2006/2/28, Laurie Harper <[EMAIL PROTECTED]>: Hi, I have a

Site customization

2006-02-27 Thread Laurie Harper
Hi, I have a Maven2 generated site hosted on sf.net. There's a requirement that every page display a SourceForge banner image, so I'm trying to figure out how to make 'mvn site' include one for me automatically. I was hoping I could put something in site.xml to put the banner in the left nav

Re: site descriptor reference docs

2006-02-26 Thread Laurie Harper
Wendy Smoak wrote: On 2/26/06, Laurie Harper <[EMAIL PROTECTED]> wrote: Is there a DTD for the site descriptor (site.xml) file? Or some other reference documentation beyond what's in the site guide? Brett mentioned that a schema will be available with the final 2.0 version of the

site descriptor reference docs

2006-02-26 Thread Laurie Harper
Is there a DTD for the site descriptor (site.xml) file? Or some other reference documentation beyond what's in the site guide? Thanks, L. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Available archetypes

2006-02-23 Thread Laurie Harper
Wendy Smoak wrote: On 2/23/06, Laurie Harper <[EMAIL PROTECTED]> wrote: The Getting Started document on the Maven site introduces the use of three archetypes: the 'default' one, the maven-archetype-webapp one and the maven-archetype-site one. Is there documentation anywhere o

Available archetypes

2006-02-23 Thread Laurie Harper
The Getting Started document on the Maven site introduces the use of three archetypes: the 'default' one, the maven-archetype-webapp one and the maven-archetype-site one. Is there documentation anywhere on, or some other way of figuring out, what other archetypes are available? The archetype p

Re: [M2] 'site' archetype failing

2006-01-26 Thread Laurie Harper
ex -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 9:35 AM To: Maven Users List Subject: [M2] 'site' archetype failing I just started getting a project set up with M2 and I've run into a problem following along with the cur

Re: [M2] 'site' archetype failing

2006-01-26 Thread Laurie Harper
On 26-Jan-06, at 9:48 AM, Wendy Smoak wrote: On 1/26/06, Laurie Harper <[EMAIL PROTECTED]> wrote: I just started getting a project set up with M2 and I've run into a problem following along with the current Getting Started Guide [1]. I'm sure I must be missing something obvi

[M2] 'site' archetype failing

2006-01-26 Thread Laurie Harper
t resulted in a nested my-app/my- app... I also tried running the archetypes in the opposite order, but got the same error. Any help appreciated ;-) L. [1] http://maven.apache.org/guides/getting-started/index.html -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie

Re: How are integration unit tests used?

2005-10-09 Thread Laurie Harper
rties. - Brett On 10/10/05, Laurie Harper <[EMAIL PROTECTED]> wrote: I have integration tests in src/tests/integration; I have set accordingly in my project.xml. I also have appropriate under . But I can't figure out how to get those tests compiled and run... The documentation

How are integration unit tests used?

2005-10-09 Thread Laurie Harper
I have integration tests in src/tests/integration; I have set accordingly in my project.xml. I also have appropriate under . But I can't figure out how to get those tests compiled and run... The documentation for the Maven Test plugin seems to imply that it will compile the tests into targe

Re: restricting maven -g

2003-10-21 Thread Laurie Harper
t contain only those which are commonly needed. Dominik On Fri, 2003-10-10 at 03:55, Laurie Harper wrote: Maven's coming along fast! :-) The trouble is, now 'maven -g' produces a somewhat overwhelming amount of options. Is there any way to constrain the output to only lis

restricting maven -g

2003-10-10 Thread Laurie Harper
Maven's coming along fast! :-) The trouble is, now 'maven -g' produces a somewhat overwhelming amount of options. Is there any way to constrain the output to only list I expect my co-developers to care about? L. - To unsubscr