-
Notifications
You must be signed in to change notification settings - Fork 17
Description
At BioJava we are using the forester library within the biojava-phylo module. It's all working great with forester, except for the dependency management. We use maven (as many people these days in the java world) but forester does not exist in maven central. In the past we've solved this by publishing a forester artifact under the org.biojava.thirdparty group, but that required some manual work. We now need to update to version 1.038 of forester (see biojava/biojava#350) so we are going to go through the process of publishing to maven again.
To avoid some of that work for the future I'm considering submitting a pull request to mavenise forester. Would that be a welcome solution? It would require some reorganisation of the project so that it follows the maven layout convention (java code under src/main/java, java-related resources under src/main/resources, testing java code under src/test/java).