Just to follow up with some more info that I discovered...
I created a root/maven.xml to echo the maven.compile.* properties during the
build. Somewhere along the way my property values are being lost:
build:
[echo] maven.compile.source=1.4
[echo] maven.compile.target=1.4
multiproject:install:
multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
<snip>
xdoclet:ejbdoclet:
java:prepare-filesystem:
java:compile:
[echo] maven.compile.source=1.3
[echo] maven.compile.target=1.1
So is the problem in the property inheritance, the java plugin, or the
multiproject plugin? Your help is greatly appreciated.
-wr
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]