Maven Depolyment Tomcat Java Heap Space

2010-01-12 Thread thobos
Hi i want to deploy my application on Tomcat with Maven 2.0. I think my pom.xml is correct. When i enter mvn tomcat:deploy in the console, the deployment starts but i get an Java Heap Space. view plaincopy to clipboardprint? 1. 2. [INFO] Scanning for projects... 3. [INFO]

Re: Maven Depolyment Tomcat Java Heap Space

2010-01-12 Thread thobos
My war file has a size of 287 mb. set maven_opts: MAVEN_OPTS=-Xms512m -Xmx512m doesn't solve the problem Thanks -- View this message in context: http://old.nabble.com/Maven-Depolyment-Tomcat-Java-Heap-Space-tp27125609p27126424.html Sent from the Maven - Users mailing list archive at

Maven appc plugin

2009-09-25 Thread thobos
Hi, i want to use the maven plugin appc to compile my .ear files in our project. I use Bea Weblogic 10.0 as Webserver and Apache Maven in the version 2.1.0 as configuration tool. Java is used in version 1.5.0_20. The pom.xml where the plugin is mapped looks like: .