Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Adjusting the org.eclipse.jgit.packaging build for a new module

Jonathan Nieder wrote:

> No doubt I made a mistake somewhere, for example in the manifest for
> org.eclipse.jgit.archive, but try as I might I haven't been able to
> find the problem.

Found it by checking the output of

	mvn -X -f org.eclipse.jgit.packaging/pom.xml clean install

I had included a comma after the last item in the Import-Package
field.  Doh.  It's working now.

Thanks for your help, and sorry for the noise.
Jonathan


Back to the top