On Tuesday 12 October 2004 18:40, Stefan Bodewig wrote: > I have no idea what you'd have to do to make it work with Maven. I > don't believe there's been a release of beanutils that would reflect > this change, yet.
The general rule is; The "project name" in the <depend> element of the Gump descriptor must have the same literal characters as the <artifactId> or <id> (recommended to change to artifactId element) in the project.xml. When that is NOT possible, i.e. not possible to change the Gump descriptor to match the Maven artifactId, then one have to resort to manual Jar overrides in Maven, using <depend property="something" project="abc"/> constructs. See Maven manual about Jar Overrides. Cheers Niclas -- +------//-------------------+ / http://www.bali.ac / / http://niclas.hedhman.org / +------//-------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]