On Tue, 2005-09-20 at 16:07 +0100, David Pick wrote:
> Hi,
>
> I have the following section in a parent POM:
>
> <pluginManagement>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-compiler-plugin</artifactId>
> <configuration>
>
> <debug>${systemScope.getProperty('build.debug')}</debug>
>
> <source>${systemScope.getProperty('build.jdk')}</source>
>
> <target>${systemScope.getProperty('build.jdk')}</target>
> </configuration>
> </plugin>
> </plugins>
> </pluginManagement>
Using ${build.jdk} with -Dbuild.jdk=1.5 on the command line should work.
--
Trygve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]