Re: Maven resource plugin

2012-10-04 Thread Anders Hammar
You need to move the configuration section into the execution you want it for. The current setup will also affect default lifecycle bindings of the resources plugin. /Anders On Thu, Oct 4, 2012 at 12:44 AM, sudha sudha...@gmail.com wrote: Hi, I'm trying to use maven resource plugin to copy

Re: maven-compiler-plugin woes

2012-10-04 Thread Davis Ford
Appending this as well: $ mvn -version Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+) Maven home: /home/ubuntu/apache-maven-3.0.4 Java version: 1.7.0_07, vendor: Oracle Corporation Java home: /usr/lib/jvm/jdk1.7.0/jre Default locale: en_US, platform encoding: UTF-8 OS name: linux,

Re: maven-compiler-plugin woes

2012-10-04 Thread Thomas Broyer
Your dependency is set to runtime scope, so it's not use at compile time. Eclipse is way more limited than Maven: it only has a single build path for the project. M2Eclipse should configure the build path equivalent to Maven's test scope but I can't tell for eclipse:eclipse, seems clearly broken

Re: maven-compiler-plugin woes

2012-10-04 Thread Robert Scholte
Just to give you a hint: Find out the difference between scopeprovided/scope and scoperuntime/scope And know that Eclipse can't distinguish scopes, test-scoped dependencies like junit ends on the one and only classpath of eclipse. Robert Op Thu, 04 Oct 2012 20:24:36 +0200 schreef Davis

Re: maven-compiler-plugin woes

2012-10-04 Thread Stuart McCulloch
On 4 Oct 2012, at 19:22, Davis Ford wrote: This doesn't make a whole lot of sense to me. Any idea what the problem is here? You've given the jersey-server dependency a scope of runtime which means it is on the runtime and test classpaths, but _not_ the compile classpath, therefore the class

Fwd: [Cucumber] Cucumber-JVM on JDK 7

2012-10-04 Thread Thomas Sundberg
Hi! A bug discovered by the lead developer for Cucumber-jvm. /Thomas -- Forwarded message -- From: aslak hellesoy aslak.helle...@gmail.com Date: 4 October 2012 20:40 Subject: [Cucumber] Cucumber-JVM on JDK 7 To: Cucumber Users cu...@googlegroups.com I'm trying to build

Re: Maven resource plugin

2012-10-04 Thread sudha
Thanks. That worked. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-resource-plugin-tp5724796p5724909.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: