Re: maven question

Andreas Prlic <[email protected]>
Newsgroups gmane.comp.java.bio.general
Message-ID <CALthepx6pwajGDuntbfyZptJsMwMucqxF+wSdaH1icMJ2Z5a2Q@mail.gmail.com>
Hi Daniel,

you correctly specify where to get the .jars from, but you also need
to specify which of the modules you want to depend on. e.g.:

	<dependency>
			<groupId>org.biojava</groupId>
			<artifactId>biojava3-core</artifactId>
			<version>3.0.1</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>

Andreas



On Thu, Jul 21, 2011 at 10:47 AM, Daniel Quest <[email protected]> wrote:
> Hey all,
>
> not sure what the maven dependancy should be to get biojava to work in a
> maven project.
>
> I tried:
>
>  <dependencies>
>        <dependency>
>            <groupId>org.biojava</groupId>
>            <artifactId>biojava</artifactId>
>        <version>3.0.1</version>
>        </dependency>
>  </dependencies>
>
> But that does not appear to be working in intellij
>
> I did do:
>  <repositories>
>    <repository>
> <id>biojava-maven-repo</id>
> <name>BioJava repository</name>
> <url>http://www.biojava.org/download/maven/</url>
>  </repository>
> </repositories>
>
> does someone have an example pom.xml file for projects that use BioJava?
> Thanks
> -Daniel
> _______________________________________________
> Biojava-l mailing list  -  [email protected]
> http://lists.open-bio.org/mailman/listinfo/biojava-l
>



-- 
-----------------------------------------------------------------------
Dr. Andreas Prlic
Senior Scientist, RCSB PDB Protein Data Bank
University of California, San Diego
(+1) 858.246.0526
-----------------------------------------------------------------------

_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.