Re: Mvn command not recognized

2009-04-13 Thread Chris Lieb
actual value of M2_HOME? I think I remember running into an instance where Windows didn't do the substitution in the PATH variable. Chris Lieb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQE

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/1&Lang=X&Rev=1&Format=GZIP > in the 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): org.apache.maven.plugins maven-compiler-plugin 1.5 1.5

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

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 at

Re: Exclude module conditionally

2008-06-26 Thread Chris Lieb
nt POM 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

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

Exclude module conditionally

2008-06-23 Thread Chris Lieb
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
ssage- 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 t

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

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

2008-06-16 Thread Chris Lieb
eta-2 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 addit