> too error prone as you have to keep the plugin configuration and the
> dependency list in sync. It doesn't sound like a hard task first, but
What about only configure the dependency list with additional field as
plugin configuration such as:
<configuration>
<bundles>
<bundle>
<groupId>foo</groupId>
<artifactId>bar</artifactId>
<version>x.y.z</version>
<startLevel>1</startLevel>
</bundle>
</bundles>
</configuration>


-Guo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to