> 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.
Almost right. Gump takes the id attribute on the <jar element to determine the artifactId. If there isn't one, it taeks the jar anme and tries to turn (say) [lib/]x[-@@DATE@@][.jar] into 'x' by removing (1) path (2) date (3) extension, as needed. > When that is NOT possible, i.e. not possible to change the Gump descriptor to > match the Maven artifactId, It ought always be possible, IMHO. regards, Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
