Does anybody have a maven POM example of how to integrate biojava into my application ? Thanks!
Im currently using biojava 1.7, and have put it in my own, local maven repository. On Thu, Oct 28, 2010 at 3:56 PM, LAW Andy <[email protected]> wrote: > Not 100% certain but I *think* you want to depend on biojava-core rather > than biojava. > > Later, > > Andy > > On 28 Oct 2010, at 20:43, Jay Vyas wrote: > > > Hi guys, I added the following to my pom file > > > > <dependency> > > <groupId>org.biojava</groupId> > > <artifactId>biojava</artifactId> > > <version>3.0-alpha2</version> > > </dependency> > > > > <repository> > > <id>biojava-maven-repo</id> > > <name>BioJava repository</name> > > <url>http://www.biojava.org/download/maven/</url> > > <snapshots> > > <enabled>true</enabled> > > </snapshots> > > <releases> > > <enabled>true</enabled> > > </releases> > > </repository> > > <repository> > > > > But to no avail. Does anyone know how to add biojava3 to the libraries > in a > > maven managed application >? > > > > Thanks. > > _______________________________________________ > > Biojava-l mailing list - [email protected] > > http://lists.open-bio.org/mailman/listinfo/biojava-l > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > -- Jay Vyas MMSB/UCHC _______________________________________________ Biojava-l mailing list - [email protected] http://lists.open-bio.org/mailman/listinfo/biojava-l
