site:deploy using scp

2006-05-14 Thread Maciej Mastalarczuk
Hi, I'm having a strange problem with deployment of the site via scp. Here is what's in my pom.xml (...) doc-site Documentation Site scp://lara/opt/java-build/site/${artifactId}/${version} (...) The settings.xml contains: (...) doc-site mm [EMAIL PROTECTED] (...

Re: War plugin and filtering webapp files

2006-05-14 Thread Brett Porter
No, but there should be. We're no longer accepting patches like this without docs. It's basically a identical to a normal element, but inside the plugin configuration. - Brett On 5/14/06, Nick Bolton <[EMAIL PROTECTED]> wrote: Thanks, Brett. Are there any examples of how to use the webResour

Re: War plugin and filtering webapp files

2006-05-14 Thread Nick Bolton
Thanks, Brett. Are there any examples of how to use the webResources element? Thanks! -nick On 5/14/06 4:11 PM, "Brett Porter" <[EMAIL PROTECTED]> wrote: > MPWAR is for the Maven1 plugin. > > You want to use the element inside the WAR plugin, new > as of v2.0 released yesterday. > > - Brett

Re: War plugin and filtering webapp files

2006-05-14 Thread Brett Porter
MPWAR is for the Maven1 plugin. You want to use the element inside the WAR plugin, new as of v2.0 released yesterday. - Brett On 5/14/06, Nick Bolton <[EMAIL PROTECTED]> wrote: Hello list. :) I'm new to using maven2 and I'm having a problem using the maven-war-plugin plugin when files in the

Re: repo down?

2006-05-14 Thread Brett Porter
http://maven.apache.org/guides/mini/guide-mirror-settings.html Yes, it's down. Unscheduled, and beyond our control, sorry. - Brett On 5/14/06, Raymond Ritz <[EMAIL PROTECTED]> wrote: Hey all, is http://repo1.maven.org down unexpectedly? If this is a scheduled outage,

repo down?

2006-05-14 Thread Raymond Ritz
Hey all, is http://repo1.maven.org down unexpectedly? If this is a scheduled outage, where can I get information on planned downtime in the future? Regards, Raymond Ritz

War plugin and filtering webapp files

2006-05-14 Thread Nick Bolton
Hello list. :) I'm new to using maven2 and I'm having a problem using the maven-war-plugin plugin when files in the webapp directory are tokenized and I want to have a filter applied before they get war'ed. I see there's an issue already - MPWAR-46. Could someone point me to some documentation t

Re: Creating a jar file with a different extension

2006-05-14 Thread Alexandre Poitras
You need to define a new packaging type to make it work. You provide a new packaging type by developping a new plugin. Basically, the plugin would just define some new packaging type in some xml files. No need for any Java files since you don't developp any Mojo. It shouldn't be a very hard task.

Re: [ANN] Maven Surefire Plugin 2.2

2006-05-14 Thread Geoffrey De Smet
Just for the record. If you're using the setUp() method instead of a static contructor (which is evil anyway), this regression probably won't affect you when upgrading to surefire plugin 2.2. With kind regards, Geoffrey De Smet Geoffrey De Smet wrote: The surefire plugin might not be 100%

Re: maven-eclipse-plugin

2006-05-14 Thread Steven Coco
Srepfler Srgjan wrote: this was my original question that eclipse:eclipse only generates project files for each of the modules but not for the parent project. So I guess this would be a really nice feature. Regards, Ingo When you say parent project are you referring to a multi module projec

Cannot find lifecycle mapping for packaging: 'sar'

2006-05-14 Thread Stefan Arentz
I created a simple plugin to create SAR archives (JBoss Service Archive). It is basically a jar file with a META-INF/jboss-service.xml. The maven-ejb-plugin looked like a good candidate for a template so I used that and modified it. My maven-sar-plugin succesfully builds and installs in the local

Re: [ANN] Maven Surefire Plugin 2.2

2006-05-14 Thread Geoffrey De Smet
Done: http://jira.codehaus.org/browse/MSUREFIRE-109 We 'll be looking into switching to "once" or "never" anyway, still it's important you guys are aware of this issue in "always". Thanks for a great product. Keep up the good work. With kind regards, Geoffrey De Smet Brett Porter wrote: Pleas

Creating a jar file with a different extension

2006-05-14 Thread Stefan Arentz
Dear Maven Users, I need to create a jar file that has a different extension. A .spring archive in this case. I tried to change and of the maven-jar-plugin but they both are used to change the filename part, not the extension part. Is this possible in another way? Thanks, S. --

Re: [ANN] Maven Surefire Plugin 2.2

2006-05-14 Thread Brett Porter
Please file this in JIRA, if it's regression we'll try for a fix release ASAP. forkMode=never didn't work for me either, though. surefire 2.1.3 worked in all fork modes. You shouldn't need forkMode=always (its quite a bit slower) unless your tests don't clean up after themselves properly. I'm n

Re: [ANN] Maven Surefire Plugin 2.2

2006-05-14 Thread Geoffrey De Smet
Changing pertest with always did not help. The test resource was copied to target\test-classes so it seems that the classpath was wrong. However: Changing pertest with never did help: that Validitor test didn't fail even. but I believe we need forkMode set to always. Try it out yourself with a

Re: [ANN] Maven Surefire Plugin 2.2

2006-05-14 Thread Geoffrey De Smet
The surefire plugin might not be 100% backwards compatible. Config: org.apache.maven.plugins maven-surefire-plugin true pertest

Re: mule and maven2

2006-05-14 Thread Holger Hoffstaette
On Sun, 14 May 2006 01:11:29 +0200, Srepfler Srgjan wrote: > Does anyone have some experience in using maven 2 along with the mule ESB? The mule m2 build is still under development and currently more or less limping along the m1 version, though we do try to keep it current. We wanted to move to m