CIDARLAB / cello

Genetic circuit design automation
http://www.cellocad.org/
BSD 2-Clause "Simplified" License
801 stars 133 forks source link

dependency hell #17

Open antonkulaga opened 7 years ago

antonkulaga commented 7 years ago

When I try to compile, I get:

Failed to execute goal on project cellocad: Could not resolve dependencies for project org:cellocad:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.cellocad:netsynth:jar:1.0, org:eugene:jar:2.0.0: Could not find artifact org.cellocad:netsynth:jar:1.0 in central (http://repo1.maven.org/maven2) -> [Help 1]
antonkulaga commented 7 years ago

I finally managed to overcome it by noticing install_local.sh However it looks a bit weird that you create a shell script for seveal jars, why cannot you just publish them somewhere in bintray or sonatype?