> The irony is that I think many other folks using this avoid this code as
> their Eclipse workspace settings are such that the plugin code never finds
> their Eclipse workspace configuration data in which case the JRE
> configuration is left as:
>
and the mechanism here seems to be that if you have you Eclipse
workspace separate from the Tuscany code where the poms are then it
works (for me anyhow), e.g.
simon/
tuscany_java_sca_chackout/
modules/
assembly/
pom.xml
etc.
simons_workspaces
my_java_workspace
Alternatively if you were to use tuscany_java_sca_chackout as your
workspace directly that would seem to be problematic as the maven
plugin looks backwards up the directory hierarchy from where the pom
it's processing is in order to find the workspace. If you workspace is
not in the same hierarchy it doesn't find any meta-data and just sets
the java version to the default.
Simon