I noticed that after running "mvn install" on some Maven modules, the artifact produced in the "target" directory has the file extension "jar", but the artifacts placed in the local Maven repository have extension "bundle" or "ipojo-bundle".
That's cute, but some tools depend upon scanning for files with the extension "jar", however wrong-headed that seems. Is it possible to force the installed extension, or at least just disable the renaming in "install" goal? -- Steven E. Harris