Parent Directory
|
Revision Log
Revision 9396 - (view) (download) (as text)
| 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 | 9169 | <version>3.0.3-SNAPSHOT</version> |
| 8 : | jgao | 7877 | </parent> |
| 9 : | jgao | 9396 | <artifactId>biojava3-modfinder</artifactId> |
| 10 : | <name>biojava3-modfinder</name> | ||
| 11 : | andreas | 7929 | <distributionManagement> |
| 12 : | <downloadUrl>http://www.biojava.org/download/maven/</downloadUrl> | ||
| 13 : | <repository> | ||
| 14 : | <uniqueVersion>false</uniqueVersion> | ||
| 15 : | <id>biojava-maven-repo</id> | ||
| 16 : | <name>BioJava Maven Repository</name> | ||
| 17 : | <url>scp://portal.open-bio.org/home/websites/biojava.org/html/static/download/maven/</url> | ||
| 18 : | <layout>default</layout> | ||
| 19 : | </repository> | ||
| 20 : | </distributionManagement> | ||
| 21 : | jgao | 7877 | <url>http://maven.apache.org</url> |
| 22 : | andreas | 8371 | <properties> |
| 23 : | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| 24 : | <project.build.targetEncoding>UTF-8</project.build.targetEncoding> | ||
| 25 : | andreas | 8489 | <jdk.version>1.6</jdk.version> |
| 26 : | </properties> | ||
| 27 : | jgao | 7877 | <dependencies> |
| 28 : | <dependency> | ||
| 29 : | <groupId>junit</groupId> | ||
| 30 : | <artifactId>junit</artifactId> | ||
| 31 : | <scope>test</scope> | ||
| 32 : | </dependency> | ||
| 33 : | <dependency> | ||
| 34 : | <groupId>org.biojava</groupId> | ||
| 35 : | <artifactId>biojava3-structure</artifactId> | ||
| 36 : | andreas | 9169 | <version>3.0.3-SNAPSHOT</version> |
| 37 : | jgao | 7877 | <type>jar</type> |
| 38 : | <scope>compile</scope> | ||
| 39 : | </dependency> | ||
| 40 : | </dependencies> | ||
| 41 : | andreas | 8489 | <build> |
| 42 : | <plugins> | ||
| 43 : | <plugin> | ||
| 44 : | <groupId>org.apache.maven.plugins</groupId> | ||
| 45 : | <artifactId>maven-compiler-plugin</artifactId> | ||
| 46 : | <configuration> | ||
| 47 : | <source>1.6</source> | ||
| 48 : | <target>1.6</target> | ||
| 49 : | <debug>true</debug> | ||
| 50 : | </configuration> | ||
| 51 : | </plugin> | ||
| 52 : | </plugins> | ||
| 53 : | </build> | ||
| 54 : | jgao | 7877 | </project> |
| Chris Dagdigian | ViewVC Help |
| Powered by ViewVC 1.0.12 |