Integration testing via profile fails in 2.0.9

2008-05-29 Thread maxmil
I'm not a maven expert so maybe i'm doing something wrong but if not i may have found a bug. I configure integration testing via a build profile as follows: profile iditest/id activation property nameitest/name /property /activation build plugins

Re: Integration testing via profile fails in 2.0.9

2008-05-29 Thread maxmil
artifactIdmaven-surefire-plugin/artifactId version2.3/version etc... maxmil wrote: I'm not a maven expert so maybe i'm doing something wrong but if not i may have found a bug. I configure integration testing via a build profile as follows: profile iditest

Use jar not in repository

2007-01-25 Thread maxmil
Hi, i'm new to Maven and need to use a jar that is not in the central repository (apache fop 0.93 and its dependencies). Is the best way to get around this to add it (and all the jars that it depends on) to my local repository or is there another way of getting these jars onto my classpath so

Re: Separate static content in war

2006-07-24 Thread maxmil
Thanks for the tip Denis. I'm working in Maven 2 and found an even easier way... warSourceExcludes was exactly what i was looking for. This is the relavant build entry in my pom.xml plugin groupIdorg.apache.maven.plugins/groupId

Separate static content in war

2006-07-21 Thread maxmil
In my development environment i use tomcat with my exploded war in /src/main/webapp. Within this directory apart from the contents of WEB-INF i have jsp's, htmls, gifs, jpgs. In production i use separate application and web servers. When i generate my war to export to my application server in