You already have the artifacts. You just need to create the pom (with the correct metadata) and deploy the pom, lib.jar and lib-sources.jar to your maven repository. There are different ways of doing this, depending on your environment.
/Anders On Wed, Jan 16, 2013 at 11:08 AM, Joachim Durchholz <[email protected]>wrote: > Hi all, > > sorry if this is a FAQ but I didn't find instructions on maven.org for > this. > > I'm provided with a lib.jar and lib-sources.jar. > How do I make Maven generate an artifact from these, without recompiling > the sources? (lib-sources.jar needs to be available for debugging when > importing the artifact as a dependency in other Maven projects.) > > Any feedback appreciated! > Jo > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@maven.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
