Maven downloading strange jars

2010-03-21 Thread Arrowx7
I keep getting these messages: error: error reading /home/a/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar; error in opening zip file error: error reading /home/a/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar; error in opening zip file error: error reading /home/a/.m2/repository/com/sun/jdmk/jmxto

Re: Including a local jar in the build

2010-03-21 Thread Arrowx7
th no questions asked? Thank you!! Wendy Smoak-3 wrote: > > On Sun, Mar 21, 2010 at 6:51 PM, Arrowx7 wrote: >> Then I write dependencies, such as for apache commons logging >>     >>        org.apache.commons >>        commons-logging-1.1.1 >>         &g

Including a local jar in the build

2010-03-21 Thread Arrowx7
Hello, I migrated from ant to maven and just wanted to include the jars (for now before we set up a repo). project Project Maven Repository default file://${basedir}/src/main/webapp/WEB-INF/lib Then I write dependencies, such as for apac

What on earth is this error?

2009-08-12 Thread Arrowx7
This project compiled fine before, but now since I changed the repository to http://download.java.net/maven/2 it started giving me this at the end of mvn install: [INFO] [INFO] Building Indivo Server - Servlet [INFO]tas

Suck, cannot build, repository down??

2009-08-12 Thread Arrowx7
Ok I reached something that I feared with maven: unable to get dependency. When I try to build my project, i get this: Project ID: org.apache.maven.plugins:maven-site-plugin Reason: Error getting POM for 'org.apache.maven.plugins:maven-site-plugin' from the repository: Unable to read local co

Newbie question: including a jar in maven

2007-08-26 Thread Arrowx7
Hello, I'm new to maven I wanted to include the hibernate jar so I can import classes like: import org.springframework.orm.hibernate3.HibernateCallback; I know I have to add something to the pom.xml files, but I'm not sure what. Is it the hibernate plugin for maven? Can someone point me in the r

Re: disabling tests

2007-06-04 Thread Arrowx7
thanks guys -- View this message in context: http://www.nabble.com/disabling-tests-tf3865503s177.html#a10953710 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

disabling tests

2007-06-04 Thread Arrowx7
Hello, How do I disable tests in a maven project? I'm running a mavenide2 plugin for netbeans. Thanks. -- View this message in context: http://www.nabble.com/disabling-tests-tf3865503s177.html#a10950703 Sent from the Maven - Users mailing list archive at Nabble.com. -

Cannot invoke Tomcat manager: FAIL - Application already exists at path

2007-05-16 Thread Arrowx7
Hello, I am running NetBeans with mavenide2, with tomcat plugin. This plugin allows me to run tomcat:deploy. Is there any way to get the plugin to invoke undeploy before it deploys the updated version of the WAR? It keeps throwing the "application already exists" error, unless i manually delete

Re: (newbie question) seding war somewhere else

2007-05-10 Thread Arrowx7
how do I change the deployment location?? nhoj_p wrote: > > The common approache is to use deploy to get the war to the 'deployment' > location. Install is just to install into your local repository so its > avaliable to other projects your working on. > >

(newbie question) seding war somewhere else

2007-05-10 Thread Arrowx7
Hello, I have mevenide2 installed, and when I run lifecycle phase "install" one of the output lines is [INFO]Installing /root/sourcecode/myproject.war to /root/.m2/repository/org/myproject.war is there a way to get it to install somewhere other than /root/.m2/repository/... say /usr/local/tomcat

Getting maven to run a file after install

2007-05-07 Thread Arrowx7
Hello, Is it possible to have maven execute a bash file after it finished installing (compiling)? I have mavenide in NetBeans, and i'd like it to run a bash script that deploys the project. I'm not sure how to make it run that bash script after install...or anywhere from netbeans. Thanks -- Vie