|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<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 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + |
| 5 | + <parent> |
| 6 | + <groupId>org.scijava</groupId> |
| 7 | + <artifactId>pom-scijava-base</artifactId> |
| 8 | + <version>5.2.0</version> |
| 9 | + <relativePath /> |
| 10 | + </parent> |
| 11 | + |
| 12 | + <groupId>org.scijava</groupId> |
| 13 | + <artifactId>scijava-coding-style</artifactId> |
| 14 | + <version>1.0.0-SNAPSHOT</version> |
| 15 | + |
| 16 | + <name>SciJava Coding Style</name> |
| 17 | + <description>Configuration Files For SciJava and ImgLib2 Coding Styles</description> |
| 18 | + <url>https://github.com/maarzt/scijava-coding-style</url> |
| 19 | + <inceptionYear>2017</inceptionYear> |
| 20 | + <organization> |
| 21 | + <name>SciJava</name> |
| 22 | + <url>https://scijava.org/</url> |
| 23 | + </organization> |
| 24 | + <licenses> |
| 25 | + <license> |
| 26 | + <name>CC0 1.0 Universal License</name> |
| 27 | + <url>https://creativecommons.org/publicdomain/zero/1.0/</url> |
| 28 | + <distribution>repo</distribution> |
| 29 | + </license> |
| 30 | + </licenses> |
| 31 | + |
| 32 | + <developers> |
| 33 | + <developer> |
| 34 | + <id>maarzt</id> |
| 35 | + <name>Matthias Arzt</name> |
| 36 | + <url>http://imagej.net/User:Maarzt</url> |
| 37 | + <roles> |
| 38 | + <role>lead</role> |
| 39 | + <role>developer</role> |
| 40 | + <role>debugger</role> |
| 41 | + <role>reviewer</role> |
| 42 | + <role>support</role> |
| 43 | + <role>maintainer</role> |
| 44 | + </roles> |
| 45 | + </developer> |
| 46 | + </developers> |
| 47 | + <contributors> |
| 48 | + <!-- |
| 49 | + NB: Need at least one element to override the parent. |
| 50 | + See: https://issues.apache.org/jira/browse/MNG-5220 |
| 51 | + --> |
| 52 | + <contributor> |
| 53 | + <name>None</name> |
| 54 | + </contributor> |
| 55 | + </contributors> |
| 56 | + |
| 57 | + <mailingLists> |
| 58 | + <mailingList> |
| 59 | + <name>SciJava</name> |
| 60 | + <subscribe>https://groups.google.com/group/scijava</subscribe> |
| 61 | + <unsubscribe>https://groups.google.com/group/scijava</unsubscribe> |
| 62 | + <post>scijava@googlegroups.com</post> |
| 63 | + <archive>https://groups.google.com/group/scijava</archive> |
| 64 | + </mailingList> |
| 65 | + </mailingLists> |
| 66 | + |
| 67 | + <repositories> |
| 68 | + <repository> |
| 69 | + <id>imagej.public</id> |
| 70 | + <url>http://maven.imagej.net/content/groups/public</url> |
| 71 | + </repository> |
| 72 | + </repositories> |
| 73 | + |
| 74 | + <scm> |
| 75 | + <connection>scm:git:git://github.com/maarzt/scijava-coding-style</connection> |
| 76 | + <developerConnection>scm:git:git@github.com:maarzt/scijava-coding-style</developerConnection> |
| 77 | + <tag>HEAD</tag> |
| 78 | + <url>https://github.com/maarzt/scijava-coding-style</url> |
| 79 | + </scm> |
| 80 | + <issueManagement> |
| 81 | + <system>GitHub</system> |
| 82 | + <url>https://github.com/maarzt/scijava-coding-style/issues</url> |
| 83 | + </issueManagement> |
| 84 | + <ciManagement> |
| 85 | + <system>Travis CI</system> |
| 86 | + <url>https://travis-ci.org/maarzt/scijava-coding-style</url> |
| 87 | + </ciManagement> |
| 88 | + |
| 89 | + <properties> |
| 90 | + <license.licenseName>bsd_2</license.licenseName> |
| 91 | + <license.copyrightOwners>Matthias Arzt</license.copyrightOwners> |
| 92 | + </properties> |
| 93 | +</project> |
0 commit comments