On Sat, 2006-11-04 at 07:28 -0500, Richard S. Hall wrote: > If you have some specific libraries you with to volunteer to bundle- > ize, > I can add your name and the libraries to the wiki page for now until > we > decide what our process will be.
Would like to bundleize the following three: <groupId>antlr</groupId> <artifactId>antlr</artifactId> <version>2.7.6</version> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.1</version> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.0</version> Since bundleizing is just a pom.xml, how shall I furnish you with the pom.xml files? Maybe you could open Jira issues and I (or other contributors) can simply attach the pom.xmls for your or Enrique's review? > I was thinking lately that we could actually define a common > process/approach for bundling third-party libs and define a POM file > template for our new maven plugin for doing so. Then the whole process > potentially becomes really simple. Felix Commons could become a large > "project" of POMs where each simply has a dependency on the library it > wants to convert, which will then convert it automatically with the > plugin when built...then we just need to make the resulting JARs > publicly available (perhaps through OBR and Maven) and we are done. This is pretty much the approach I was thinking. Just a bunch of poms that are built and deploy their bundles to Maven. thanks, John