Different behavior of Maven 2 and 3 on Flat Projekt Layout

2010-04-27 Thread Robert Einsle
mory: 14M/34M [INFO] --- cut --- The same behavoir i have running it on plain Maven. Does maven 3 don't allow flat multi project layout? how can i resolve this Problem? Thanks Robert -- Robert Einsle rob...@einsle

Maven profiles change Files

2009-08-11 Thread Robert Einsle
Hy List, i use maven2 profiles and resource-filtering for my Deployment to set the right Variables in my config-Files. But, can i change complete Files of my target war? Especially i've /META-INF/context.xml here i will have an Test / Developement file an an Productive File. Can i change th

Re: JSP Precompile and WebSphere

2009-04-08 Thread Robert Einsle
Hy Jerry, this is my only war-Project in Workspace. I'ts the only maven-Project in Workspace. Robert Jerry Thome schrieb: > We have a simple web app. We test locally using Tomcat and then deploy > through various lifecycles which run WebSphere 6.1. Our JSP precompile > process doesn't do any

Re: Packaging of "provided" Dependencie in war

2009-04-08 Thread Robert Einsle
ent environment will not remove the maven target > directory and artifacts. Try running the following Maven command 'mvn clean > package' and check the contents of the > target//WEB-INF/lib > > -Kyle > > On Wed, Apr 8, 2009 at 9:27 AM, Robert Einsle wrote: > >

Re: Packaging of "provided" Dependencie in war

2009-04-08 Thread Robert Einsle
that may have contained the > dependencies is completely removed. > > -Kyle > > On Wed, Apr 8, 2009 at 5:22 AM, Robert Einsle <mailto:rob...@einsle.de>> wrote: > > Hy List, > > i've configured dependencies (libraries) als Scope "provided", a

Packaging of "provided" Dependencie in war

2009-04-08 Thread Robert Einsle
Hy List, i've configured dependencies (libraries) als Scope "provided", and would aspect they are not packed to the destination war-File. --- cut ---       javax.servlet   servlet-api   2.2   provided           javax.mail   mail   1.4   provided           

Dependencie of war-developemant

2009-04-06 Thread Robert Einsle
Hy List, i'm developing an war-Application, sending Mail with commons-email. So i add commons-email as dependencie of my pom.xml --- cut --- org.apache.commons commons-email 1.1 --- cut --- but commons-email dependy on mail.jar, and activation.jar. So ist adds mail.ja

Build-Environment

2009-02-07 Thread Robert Einsle
Hy List, i will change my Build-Environment of Elipse-Plugins to Maven and here i hav a few Questions how to set up this Environment. We have 3 types of Libraries / Modules / Plugins: - third-Party Libraries als Plugins - Base-Classes for Developement of diferent Modules - The Modules / Plug