Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Add Jaxen and JDom zu Orbit

> I am trying to create the recipe for jaxen 1.1.6. But it fails with an exception because the web page that is referenced as Bundle-License in the manifest does not exist anymore. Overriding that value in the osgi.bnd does not help as it only affects the result.

I think it's actually due to
https://repo1.maven.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom ,
which is where ebr-maven-plugin checks to read the license. It looks like
the project transitioned to github hence the older webpage being down.
You should be able to override this by adding -Dlicense="New BSD" to
the create-recipe mojo invocation. See
https://github.com/eclipse/ebr/blob/master/releng/maven-plugins/ebr-maven-plugin/src/main/java/org/eclipse/ebr/maven/CreateRecipeMojo.java#L123
for more info on what kind of things can be set.

In the worst case, I think the recipe generation succeeded for everything
but the about file so even if the above doesn't work, you can always look
at other about files and go from there. There's also a template at
https://github.com/eclipse/ebr/blob/master/releng/maven-plugins/ebr-maven-plugin/src/main/resources/recipe-about.html

Cheers,
Roland Grunberg



Back to the top