Parent Directory
|
Revision Log
Revision 8648 -
(view)
(download)
(as text)
Original Path: biojava-live/trunk/biojava3-protmod/pom.xml
| 1 : | jgao | 7877 | <?xml version="1.0"?> |
| 2 : | andreas | 8293 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 : | jgao | 7877 | <modelVersion>4.0.0</modelVersion> |
| 4 : | <parent> | ||
| 5 : | <artifactId>biojava</artifactId> | ||
| 6 : | <groupId>org.biojava</groupId> | ||
| 7 : | andreas | 8648 | <version>3.0.1-SNAPSHOT</version> |
| 8 : | jgao | 7877 | </parent> |
| 9 : | <groupId>org.biojava</groupId> | ||
| 10 : | andreas | 7929 | <artifactId>biojava3-protmod</artifactId> |
| 11 : | andreas | 8648 | <version>3.0.1-SNAPSHOT</version> |
| 12 : | jgao | 7877 | <name>biojava3-protmod</name> |
| 13 : | andreas | 7929 | <distributionManagement> |
| 14 : | <downloadUrl>http://www.biojava.org/download/maven/</downloadUrl> | ||
| 15 : | <repository> | ||
| 16 : | <uniqueVersion>false</uniqueVersion> | ||
| 17 : | <id>biojava-maven-repo</id> | ||
| 18 : | <name>BioJava Maven Repository</name> | ||
| 19 : | <url>scp://portal.open-bio.org/home/websites/biojava.org/html/static/download/maven/</url> | ||
| 20 : | <layout>default</layout> | ||
| 21 : | </repository> | ||
| 22 : | </distributionManagement> | ||
| 23 : | jgao | 7877 | <url>http://maven.apache.org</url> |
| 24 : | andreas | 8371 | <properties> |
| 25 : | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| 26 : | <project.build.targetEncoding>UTF-8</project.build.targetEncoding> | ||
| 27 : | andreas | 8489 | <jdk.version>1.6</jdk.version> |
| 28 : | </properties> | ||
| 29 : | jgao | 7877 | <dependencies> |
| 30 : | <dependency> | ||
| 31 : | <groupId>junit</groupId> | ||
| 32 : | <artifactId>junit</artifactId> | ||
| 33 : | <version>3.8.1</version> | ||
| 34 : | <scope>test</scope> | ||
| 35 : | </dependency> | ||
| 36 : | <dependency> | ||
| 37 : | <groupId>org.biojava</groupId> | ||
| 38 : | <artifactId>biojava3-structure</artifactId> | ||
| 39 : | andreas | 8648 | <version>3.0.1-SNAPSHOT</version> |
| 40 : | jgao | 7877 | <type>jar</type> |
| 41 : | <scope>compile</scope> | ||
| 42 : | </dependency> | ||
| 43 : | </dependencies> | ||
| 44 : | andreas | 8489 | <build> |
| 45 : | <plugins> | ||
| 46 : | <plugin> | ||
| 47 : | <groupId>org.apache.maven.plugins</groupId> | ||
| 48 : | <artifactId>maven-compiler-plugin</artifactId> | ||
| 49 : | <version>2.0.2</version> | ||
| 50 : | <configuration> | ||
| 51 : | <source>1.6</source> | ||
| 52 : | <target>1.6</target> | ||
| 53 : | <debug>true</debug> | ||
| 54 : | </configuration> | ||
| 55 : | </plugin> | ||
| 56 : | </plugins> | ||
| 57 : | </build> | ||
| 58 : | jgao | 7877 | </project> |
| Chris Dagdigian | ViewVC Help |
| Powered by ViewVC 1.0.12 |