Looking at trying to skip the surefire test, Im not 100% sure how to do that.
I assume you mean to go to the builders property page and edit the maven builder and then in the main tab add a parameter of maven.test.skip = true Is that what you meant? or is there some other way to do it? I tried that and it had no effect. I am trying to run on the command line but ran into some issues. For instance, I have no settings.xml and since I am normally running from the plugin, I am not sure if I need to define one and what to put in it. Also, I am behind a proxy, and am not sure how to configure command line maven to know about my proxy server. >>> [EMAIL PROTECTED] 23/01/2007 7:05 p.m. >>> Andy Dingfelder wrote: > While adding them manually is not the ideal way, it did seem to work. > perhaps a user FAQ in the plugin pages would be good on this topic in > the meantime. > (the only thing I'm not sure about is what value I should have for > <scope>, I am using "system" currently) > You may want to read Dependencies section at http://maven.apache.org/pom.html as well as the following documents http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html http://maven.apache.org/general.html http://maven.apache.org/guides/getting-started/index.html Also note, that general maven mailing list is still good place to search answers for questions related to pom.xml, Maven settings, repositories, artifacts and other stuff and even about configuring plugins and running Maven goals should be identical between command line and when running in ide trough Maven embedder. > Now, the last issue that is stopping me is the maven-surefire-plugin > build error. > You'll have to try it from the command line. It may also work to skip the whole surefire thing by adding property maven.test.skip = true to your launch configuration... regards, Eugene --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WARNING: This email and any attachments may be confidential and/or privileged. They are intended for the addressee only and are not to be read, used, copied or disseminated by anyone receiving them in error. If you are not the intended recipient, please notify the sender by return email and delete this message and any attachments. The views expressed in this email are those of the sender and do not necessarily reflect the official views of Landcare Research. SirTrack http://www.sirtrack.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
