generating pom.xml from MANIFEST.MF?

2007-06-06 Thread pfischer06
Hello, I have to add some not mavenized external projects as jars to my repository. This external projects are currently in developing-status and can not be mavenized. They all have an existing MANIFEST.MF where bundle-dependencies are defined. Is there a way to automatically create a pom.xml

Re: generating pom.xml from MANIFEST.MF?

2007-06-06 Thread Wayne Fay
I'm not aware of any plugin or process that exists which would generate the pom.xml file from the MANIFEST.MF. You'll have to make them by hand, or create a tool. Wayne On 6/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I have to add some not mavenized external projects as jars to