I'm following the same steps as for XChart and Java Diff Utils that I contributed earlier to Eclipse Orbit.
I'm running into some issue since this is an LGPL-licensed library. When trying to do a build I get:
...
[INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.javabdd ---
[INFO] Discovering license information from existing ip_log.xml
[INFO] Discovered license 'GNU Library General Public License v2 or later' for artifact com.github.com-github-javabdd:com.github.javabdd:1.0.1.
[INFO] Gathering sources archives
[INFO] Configured Artifact: com.github.com-github-javabdd:com.github.javabdd:sources:1.0.1:jar
[INFO] Unpacking [path]\.m2\repository\com\github\com-github-javabdd\com.github.javabdd\1.0.1\com.github.javabdd-1.0.1-sources.jar to [path]\orbit-recipes\github\javabdd\com.github.javabdd_1.0.1\target\sources-for-eclipse-ipzilla\com.github.javabdd-1.0.1-sources-filtered
with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Configured Artifact: com.github.com-github-javabdd:com.github.javabdd:sources:1.0.1:jar
[INFO] Copying com.github.javabdd-1.0.1-sources.jar to [path]\orbit-recipes\github\javabdd\com.github.javabdd_1.0.1\target\sources-for-eclipse-ipzilla\com.github.javabdd-1.0.1-sources.jar
[INFO] Refreshing about files and about.html
[ERROR] Unable to map license 'GNU Library General Public License v2 or later' to a known license.
[ERROR] Know licenses are:
[ERROR] - Apache License, 2.0
[ERROR] - Apache Software License 1.1
[ERROR] - Common Development and Distribution License
[ERROR] - Common Public License 1.0
[ERROR] - Custom license based on Apache Software License 1.1
[ERROR] - Eclipse Public License
[ERROR] - Java Cup License (MIT Style)
[ERROR] - MIT license
[ERROR] - Mozilla Public License 1.0 (MPL)
[ERROR] - Mozilla Public License 1.1 (MPL)
[ERROR] - Mozilla Public License 2.0 (MPL)
[ERROR] - New BSD license
[ERROR] - Public Domain
[ERROR] - SUN Industry Standards Source License 1.2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
...