-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Upgrade to Maven #26
Conversation
I don't think this will work - I need the library also as a bundle as a dependency for the WikiPathways plugin so I am not sure why you removed the Manifest file? |
I haven't added the |
@mkutmon, please try |
I just rebased it on the latest |
Testing almost works. It seems to be some tests are incorrect and there is a file missing from the repository. |
Part of the failing test is because of a missing file: #27 |
pom.xml
(with BridgeDb 3.0.1)mvn -Dmaven.test.skip=true clean install
worksmvn clean test
works