hi,
sry trevor, i mis-replied there ;)
Heinrich Nirschl wrote:
Severin,
it's generally not a good idea to separate this information from the
POM. It would make it harder to reproduce a build. Each member of the
development team would get different results if not all have the same
settings configuration.
- Henry
indeed that's probably not a good idea. but then again why is there a
default value in the first place, one that's definitely been thought
about (otherwise it would be 1.0 or some), and why can't i change that
default (well i can it's just not documented anywhere else but the
source...)
so, if anyone's interested, checking said source i found out that one
has to add the following to the profile one's using for a project:
<profiles>
<profile>
<properties>
<maven.compiler.source>1.x</maven.compiler.source>
<maven.compiler.target>1.x</maven.compiler.target>
</properties>
</profile>
</profiles>
cheers,
severin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]