Jason,
Are you suggesting that the elements of the POM body might belong to
each respective plugin? An academic example, but to get the point
across:
<project>
<plugin:compiler>
<execution>
<id>default</id> ...
<configuration>
<target>1.4</target>
</configuration>
</execution>
<execution>
<id>another</id> ...
<configuration>
<target>1.5</target>
</configuration>
</execution>
</plugin:compiler>
<plugin:release>...</plugin:release>
</project>
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]