|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
| 5 | + http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 6 | + <modelVersion>4.0.0</modelVersion> |
| 7 | + |
| 8 | + <parent> |
| 9 | + <groupId>net.haesleinhuepf</groupId> |
| 10 | + <artifactId>clij-parent-pom</artifactId> |
| 11 | + <version>1.4.6</version> |
| 12 | + <relativePath /> |
| 13 | + </parent> |
| 14 | + |
| 15 | + <groupId>net.haesleinhuepf</groupId> |
| 16 | + <artifactId>clijx_</artifactId> |
| 17 | + <version>0.24.0</version> |
| 18 | + |
| 19 | + <name>clijx_</name> |
| 20 | + <description>clijx</description> |
| 21 | + <url>http://haesleinhuepf.net</url> |
| 22 | + <inceptionYear>2019</inceptionYear> |
| 23 | + <organization> |
| 24 | + <name>MPI CBG</name> |
| 25 | + <url>http://www.mpi-cbg.de</url> |
| 26 | + </organization> |
| 27 | + <licenses> |
| 28 | + <license> |
| 29 | + <name>Simplified BSD License</name> |
| 30 | + <distribution>repo</distribution> |
| 31 | + </license> |
| 32 | + </licenses> |
| 33 | + |
| 34 | + <developers> |
| 35 | + <developer> |
| 36 | + <id>haesleinhuepf</id> |
| 37 | + <name>Robert Haase`</name> |
| 38 | + <url>http://haesleinhuepf.net</url> |
| 39 | + <organization>MPI CBG</organization> |
| 40 | + <roles> |
| 41 | + <role>developer</role> |
| 42 | + </roles> |
| 43 | + </developer> |
| 44 | + </developers> |
| 45 | + <contributors> |
| 46 | + <contributor> |
| 47 | + <name>Peter Haub</name> |
| 48 | + <properties><id>iwbh15</id></properties> |
| 49 | + </contributor> |
| 50 | + <contributor> |
| 51 | + <name>Ruth Whelan-Jeans</name> |
| 52 | + <properties><id>ruthwj</id></properties> |
| 53 | + </contributor> |
| 54 | + </contributors> |
| 55 | + |
| 56 | + <mailingLists> |
| 57 | + <mailingList> |
| 58 | + <name>ImageSc Forum</name> |
| 59 | + <archive>http://forum.image.sc/</archive> |
| 60 | + </mailingList> |
| 61 | + </mailingLists> |
| 62 | + |
| 63 | + <scm> |
| 64 | + <connection>scm:git:git://github.com/clij/clij</connection> |
| 65 | + < developerConnection>scm:git: [email protected]/clij/clij</ developerConnection> |
| 66 | + <tag>HEAD</tag> |
| 67 | + <url>https://github.com/clij/clij</url> |
| 68 | + </scm> |
| 69 | + <issueManagement> |
| 70 | + <system>GitHub Issues</system> |
| 71 | + <url>https://github.com/clij/clij/issues</url> |
| 72 | + </issueManagement> |
| 73 | + <ciManagement> |
| 74 | + <system>None</system> |
| 75 | + </ciManagement> |
| 76 | + |
| 77 | + <properties> |
| 78 | + <package-name>net.haesleinhuepf</package-name> |
| 79 | + <license.licenseName>bsd_3</license.licenseName> |
| 80 | + <license.copyrightOwners>Robert Haase, MPI CBG</license.copyrightOwners> |
| 81 | + <imagej.app.directory>C:/programs/fiji-win64/Fiji.app/</imagej.app.directory> |
| 82 | + <!--<imagej.app.directory>/home/rhaase/programs/fiji/Fiji.app/</imagej.app.directory>--> |
| 83 | + </properties> |
| 84 | + |
| 85 | + <dependencies> |
| 86 | + <dependency> |
| 87 | + <groupId>net.haesleinhuepf</groupId> |
| 88 | + <artifactId>clij_</artifactId> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>net.clearcontrol</groupId> |
| 92 | + <artifactId>clij-clearcl</artifactId> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>net.haesleinhuepf</groupId> |
| 96 | + <artifactId>clij2_</artifactId> |
| 97 | + </dependency> |
| 98 | + <dependency> |
| 99 | + <groupId>junit</groupId> |
| 100 | + <artifactId>junit</artifactId> |
| 101 | + <scope>test</scope> |
| 102 | + </dependency> |
| 103 | + </dependencies> |
| 104 | + |
| 105 | + <repositories> |
| 106 | + <repository> |
| 107 | + <id>clij</id> |
| 108 | + <url>http://dl.bintray.com/haesleinhuepf/clij</url> |
| 109 | + </repository> |
| 110 | + </repositories> |
| 111 | + |
| 112 | + <distributionManagement> |
| 113 | + <repository> |
| 114 | + <id>bintray-haesleinhuepf-snapshots</id> |
| 115 | + <name>bintray-snapshots</name> |
| 116 | + <url>https://api.bintray.com/maven/haesleinhuepf/clij/clij-advanced-filters/;publish=1</url> |
| 117 | + </repository> |
| 118 | + </distributionManagement> |
| 119 | + |
| 120 | + <build> |
| 121 | + <plugins> |
| 122 | + <plugin> |
| 123 | + <groupId>org.apache.maven.plugins</groupId> |
| 124 | + <artifactId>maven-surefire-plugin</artifactId> |
| 125 | + <version>2.4.1</version> |
| 126 | + <configuration> |
| 127 | + <argLine>-Xmx2G</argLine> |
| 128 | + </configuration> |
| 129 | + </plugin> |
| 130 | + </plugins> |
| 131 | + </build> |
| 132 | + |
| 133 | +</project> |
0 commit comments