|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
5 | | - http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 |
|
8 | 8 | <parent> |
9 | | - <!--<groupId>org.scijava</groupId>--> |
10 | | - <!--<artifactId>pom-scijava</artifactId>--> |
11 | | - <!--<version>8.3.0</version>--> |
12 | 9 | <groupId>net.imagej</groupId> |
13 | 10 | <artifactId>pom-imagej</artifactId> |
14 | 11 | <version>7.0.0</version> |
|
22 | 19 |
|
23 | 20 | <name>plugins/MultiStackRegistration_.jar</name> |
24 | 21 | <description>A Maven project implementing an ImageJ 1.x plugin. MultiStackRegistration plugin written by Brad Busse.</description> |
25 | | - |
| 22 | + <scm> |
| 23 | + <connection>scm:git:git://github.com/cmci/MultiStackRegistration</connection> |
| 24 | + < developerConnection>scm:git: [email protected]:cmci/MultiStackRegistration</ developerConnection> |
| 25 | + <tag>HEAD</tag> |
| 26 | + <url>https://github.com/cmci/MultiStackRegistration</url> |
| 27 | + </scm> |
| 28 | + <issueManagement> |
| 29 | + <system>GitHub Issues</system> |
| 30 | + <url>https://github.com/cmci/MultiStackRegistration</url> |
| 31 | + </issueManagement> |
| 32 | + <properties> |
| 33 | + <scijava.jvm.version>1.8</scijava.jvm.version> |
| 34 | + </properties> |
26 | 35 | <dependencies> |
27 | 36 | <dependency> |
28 | 37 | <groupId>net.imagej</groupId> |
29 | 38 | <artifactId>ij</artifactId> |
30 | | - <version>${imagej1.version}</version> |
| 39 | +<!-- <version>${imagej1.version}</version> --> |
31 | 40 | </dependency> |
32 | 41 | </dependencies> |
33 | 42 |
|
34 | 43 | <build> |
35 | | - <resources> |
36 | | - <resource> |
37 | | - <directory>${basedir}/src/main/resources</directory> |
38 | | - </resource> |
39 | | - <resource> |
40 | | - <directory>${project.build.sourceDirectory}</directory> |
41 | | - </resource> |
42 | | - </resources> |
43 | | - <testResources> |
44 | | - <testResource> |
45 | | - <directory>${basedir}/src/test/resources</directory> |
46 | | - </testResource> |
47 | | - <testResource> |
48 | | - <directory>${project.build.testSourceDirectory}</directory> |
49 | | - </testResource> |
50 | | - </testResources> |
| 44 | + |
51 | 45 | <plugins> |
52 | 46 | <plugin> |
53 | 47 | <groupId>org.codehaus.mojo</groupId> |
|
67 | 61 | </build> |
68 | 62 |
|
69 | 63 | <developers> |
| 64 | + <developer> |
| 65 | + <name>Brad Busse</name> |
| 66 | + |
| 67 | + <url>http://bradbusse.net/downloads.html</url> |
| 68 | + <roles> |
| 69 | + <role>developer</role> |
| 70 | + </roles> |
| 71 | + </developer> |
| 72 | + |
70 | 73 | <developer> |
71 | 74 | <id>kota</id> |
72 | 75 | <name>Kota Miura</name> |
73 | 76 | |
74 | | - <url>http://cmci.embl.de/</url> |
| 77 | + <url>http://cmci.embl.de/</url> |
75 | 78 | <organization>EMBL Heidelberg</organization> |
76 | 79 | <organizationUrl>http://www.embl.de/</organizationUrl> |
77 | 80 | <roles> |
78 | | - <role>developer</role> |
| 81 | + <role>contributor</role> |
79 | 82 | </roles> |
80 | 83 | <timezone>+1</timezone> |
81 | 84 | </developer> |
82 | | - </developers> |
83 | | - |
84 | | - <!-- NB: for project parent --> |
| 85 | + </developers> |
85 | 86 | <repositories> |
| 87 | + <!-- NB: for project parent --> |
86 | 88 | <repository> |
87 | | - <id>imagej.releases</id> |
88 | | - <url>http://maven.imagej.net/content/repositories/releases</url> |
89 | | - </repository> |
90 | | - <repository> |
91 | | - <id>imagej.snapshots</id> |
92 | | - <url>http://maven.imagej.net/content/repositories/snapshots</url> |
| 89 | + <id>imagej.public</id> |
| 90 | + <url>http://maven.imagej.net/content/groups/public</url> |
93 | 91 | </repository> |
94 | 92 | </repositories> |
95 | | - |
96 | | - <!-- |
97 | | - <scm> |
98 | | - <connection>scm:git:git://github.com/imagej/minimal-ij1-plugin</connection> |
99 | | - <developerConnection>scm:git:[email protected]:imagej/minimal-ij1-plugin</developerConnection> |
100 | | - <tag>HEAD</tag> |
101 | | - <url>https://github.com/imagej/minimal-ij1-plugin</url> |
102 | | - </scm> |
103 | | - --> |
104 | | - |
105 | 93 | </project> |
0 commit comments