Re: Adding maven-compiler-plugin to super POM

2008-04-25 Thread mikeottinger
t inferred this from my JAVA_HOME setting. Or is it just an accepted practice that every Maven project must be explicitly set to JDK 1.5 via the maven-compiler-plugin? Thanks again. mikeottinger wrote: > > Hello, I'm trying to come up with a way such that new maven projects I > creat

Adding maven-compiler-plugin to super POM

2008-04-24 Thread mikeottinger
Hello, I'm trying to come up with a way such that new maven projects I create are ready to use JDK 1.5 by inheritance from a super POM. I'm having no luck, hence this post. I'm new to maven (thanks to this forum for telling me maven defaults to jdk 1.3) so super POMs are a little unfamiliar to me,