Re: Mvn command not recognized

2009-04-13 Thread Chris Lieb
variable. Chris Lieb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEcBAEBAgAGBQJJ45ACAAoJEJWxx7fgsD+CdU0H/2efhrLqaCJrBinSLgkw+62W bN/tAnuyYr8Fbkm7ds/g/IavKCHT1kZrL57Q/67vtEB8ggLPHJlvil16vSoz4Nt2

Re: Special URL characters

2009-03-10 Thread Chris Lieb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 solo1970 wrote: Hello All, I would like to put the following URL: http://local.mysite/pub/get?Type=19010-TEST9040044/1Lang=XRev=1Format=GZIP in the url/url tags of my POM, but I get the following error: [INFO] Scanning for projects...

Re: override maven-compiler-plugin?

2008-11-20 Thread Chris Lieb
I've never had this issue with aspectj-maven-plugin. Here is the configuration that I use for the compiler and aspectj plugins (works with jar and war packaging, perhaps others): plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId

SSH Slaves plugin can't connect

2008-11-10 Thread Chris Lieb
I am trying to set up a Linux slave using the SSH Slaves plugin connecting from a Linux host. I have entered the connection information for the slave into Hudson and made sure that you can remotely log in to the slave using the slave user. However, it always shows up as offline and when I look

Re: SSH Slaves plugin can't connect

2008-11-10 Thread Chris Lieb
Sorry, posted to the wrong list. This was supposed to go to [EMAIL PROTECTED] Chris Chris Lieb wrote: I am trying to set up a Linux slave using the SSH Slaves plugin connecting from a Linux host. I have entered the connection information for the slave into Hudson and made sure that you can

Re: Exclude module conditionally

2008-06-26 Thread Chris Lieb
and have the sub-modules activate the correct profile using that property, but this never seems to work, ie, the property does not activate the profile in the child POM. What am I missing? Thanks, Chris Lieb Kalle Korhonen wrote: You are right that profiles are only additive. I'd configure

Re: Exclude module conditionally

2008-06-25 Thread Chris Lieb
Hope y'all don't mind if I give this a bump. Chris Lieb wrote: I have a multi-module web project with the following structure: swear (pom) |- fish-tissue (pom) | |- ft-webapp (war) | |- ft-ear (ear) |- swear-core (pom) | |- sc-model (jar) | |- sc-webapp (war) | |- sc-ear (ear) |- swear

Exclude module conditionally

2008-06-23 Thread Chris Lieb
for generating a final deployment unit. Does anyone know how to achieve this? Thanks, Chris Lieb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apparent Plugin Version Mismatch with maven-deploy-plugin and wagon-ftp

2008-06-17 Thread Chris Lieb
- From: Chris Lieb [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2008 12:10 PM To: users@maven.apache.org Subject: Re: Apparent Plugin Version Mismatch with maven-deploy-plugin and wagon-ftp I was accidentally overriding the versions that were set in the master POM in the project that I

Apparent Plugin Version Mismatch with maven-deploy-plugin and wagon-ftp

2008-06-16 Thread Chris Lieb
since I think that the newer 1.0-beta-3 was pulled down last week, but I still get the same error. Does anyone have any idea what is causing this? Thanks, Chris Lieb - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Apparent Plugin Version Mismatch with maven-deploy-plugin and wagon-ftp

2008-06-16 Thread Chris Lieb
I was accidentally overriding the versions that were set in the master POM in the project that I was testing in. After I fixed that, the deploy phase started working again. Is there a reason why 1.0-beta-3 of wagon-ftp and wagon-provider-api don't seem to work? Chris Lieb Chris Lieb wrote