|
5 | 5 | <parent> |
6 | 6 | <groupId>org.scijava</groupId> |
7 | 7 | <artifactId>pom-scijava</artifactId> |
8 | | - <version>26.0.0</version> |
| 8 | + <version>27.0.0</version> |
9 | 9 | <relativePath /> |
10 | 10 | </parent> |
11 | 11 | <groupId>net.preibisch</groupId> |
|
56 | 56 | </roles> |
57 | 57 | </developer> |
58 | 58 | </developers> |
| 59 | + <contributors> |
| 60 | + <contributor> |
| 61 | + <name>Curtis Rueden</name> |
| 62 | + <url>https://imagej.net/User:Rueden</url> |
| 63 | + <properties> |
| 64 | + <id>ctrueden</id> |
| 65 | + </properties> |
| 66 | + </contributor> |
| 67 | + </contributors> |
| 68 | + <mailingLists> |
| 69 | + <mailingList> |
| 70 | + <name>Image.sc Forum</name> |
| 71 | + <archive>https://forum.image.sc/tags/bigstitcher</archive> |
| 72 | + </mailingList> |
| 73 | + </mailingLists> |
| 74 | + |
| 75 | + <scm> |
| 76 | + <connection>scm:git:git://github.com/PreibischLab/image-clustering</connection> |
| 77 | + < developerConnection>scm:git: [email protected]:PreibischLab/image-clustering</ developerConnection> |
| 78 | + <tag>HEAD</tag> |
| 79 | + <url>https://github.com/PreibischLab/image-clustering</url> |
| 80 | + </scm> |
| 81 | + <issueManagement> |
| 82 | + <system>GitHub Issues</system> |
| 83 | + <url>https://github.com/PreibischLab/image-clustering/issues</url> |
| 84 | + </issueManagement> |
| 85 | + <ciManagement> |
| 86 | + <system>Travis CI</system> |
| 87 | + <url>https://travis-ci.org/PreibischLab/image-clustering</url> |
| 88 | + </ciManagement> |
59 | 89 |
|
60 | 90 | <properties> |
| 91 | + <package-name>net.preibisch.fusiontask</package-name> |
| 92 | + |
| 93 | + <license.licenseName>gpl_v2</license.licenseName> |
| 94 | + <license.copyrightOwners>Image distribution developers.</license.copyrightOwners> |
| 95 | + |
| 96 | + <!-- NB: Deploy releases to the SciJava Maven repository. --> |
| 97 | + <releaseProfiles>deploy-to-scijava</releaseProfiles> |
61 | 98 | <imagej-clustering.version>0.2.1-SNAPSHOT</imagej-clustering.version> |
62 | 99 | </properties> |
| 100 | + <repositories> |
| 101 | + <!-- NB: for project parent --> |
| 102 | + <repository> |
| 103 | + <id>imagej.public</id> |
| 104 | + <url>http://maven.imagej.net/content/groups/public</url> |
| 105 | + </repository> |
| 106 | + <repository> |
| 107 | + <id>saalfeld-lab-maven-repo</id> |
| 108 | + <url>https://saalfeldlab.github.io/maven</url> |
| 109 | + </repository> |
| 110 | + </repositories> |
63 | 111 | <dependencies> |
64 | 112 | <dependency> |
65 | | - <groupId>net.preibisch</groupId> |
66 | | - <artifactId>imagej-clustering</artifactId> |
67 | | - <version>${imagej-clustering.version}</version> |
| 113 | + <groupId>net.preibisch</groupId> |
| 114 | + <artifactId>imagej-clustering</artifactId> |
| 115 | + <version>0.2.1-SNAPSHOT</version><!-- |
| 116 | + <version>${imagej-clustering.version}</version> --> |
68 | 117 | </dependency> |
69 | 118 | </dependencies> |
70 | | - |
| 119 | + |
71 | 120 | <build> |
72 | | - <plugins> |
73 | | - <plugin> |
74 | | - <artifactId>maven-assembly-plugin</artifactId> |
75 | | - <configuration> |
76 | | - <archive> |
77 | | - <manifest> |
78 | | - <mainClass>main.java.net.preibisch.fusiontask.task.MainJob</mainClass> |
79 | | - </manifest> |
80 | | - </archive> |
81 | | - <descriptorRefs> |
82 | | - <descriptorRef>jar-with-dependencies</descriptorRef> |
83 | | - </descriptorRefs> |
84 | | - </configuration> |
85 | | - </plugin> |
86 | | - </plugins> |
87 | | -</build> |
| 121 | + <sourceDirectory>${basedir}/src/net/preibisch</sourceDirectory> |
| 122 | + <plugins> |
| 123 | + <plugin> |
| 124 | + <artifactId>maven-assembly-plugin</artifactId> |
| 125 | + <configuration> |
| 126 | + <archive> |
| 127 | + <manifest> |
| 128 | + <mainClass>main.java.net.preibisch.fusiontask.task.MainJob</mainClass> |
| 129 | + </manifest> |
| 130 | + </archive> |
| 131 | + <descriptorRefs> |
| 132 | + <descriptorRef>jar-with-dependencies</descriptorRef> |
| 133 | + </descriptorRefs> |
| 134 | + </configuration> |
| 135 | + </plugin> |
| 136 | + </plugins> |
| 137 | + </build> |
88 | 138 | </project> |
0 commit comments