When I do "mvn help:effective-pom", it shows:
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<inherited>true</inherited>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
I'm curious about the source and target settings. They're set to 1.4,
but there's nothing in my POM that specifies 1.4. That means the
plugin is somehow defaulting to 1.4 automatically. However, I looked
in Maven's conf/settings.xml, and there's nothing there either. How
exactly does the compiler plugin arrive at this default value? Thanks,
Trevor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]