|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 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/maven-v4_0_0.xsd">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 |
| - |
| 4 | + |
5 | 5 | <groupId>org.usb4java</groupId>
|
6 | 6 | <artifactId>usb4java-javax</artifactId>
|
7 | 7 | <packaging>jar</packaging>
|
|
16 | 16 | <name>usb4java Team</name>
|
17 | 17 | <url>http://usb4java.org/</url>
|
18 | 18 | </organization>
|
19 |
| - |
| 19 | + |
20 | 20 | <licenses>
|
21 | 21 | <license>
|
22 | 22 | <name>MIT</name>
|
23 | 23 | <url>LICENSE.md</url>
|
24 | 24 | <distribution>repo</distribution>
|
25 | 25 | </license>
|
26 | 26 | </licenses>
|
27 |
| - |
| 27 | + |
28 | 28 | <mailingLists>
|
29 | 29 | <mailingList>
|
30 | 30 | <name>Discussions</name>
|
31 | 31 | <subscribe>usb4java+subscribe@googlegroups.com</subscribe>
|
32 | 32 | <unsubscribe>usb4java+unsubscribe@googlegroups.com</unsubscribe>
|
33 | 33 | <post>usb4java@googlegroups.com</post>
|
34 | 34 | <archive>http://groups.google.com/group/usb4java</archive>
|
35 |
| - </mailingList> |
36 |
| - </mailingLists> |
37 |
| - |
| 35 | + </mailingList> |
| 36 | + </mailingLists> |
| 37 | + |
38 | 38 | <developers>
|
39 | 39 | <developer>
|
40 | 40 | <id>kayahr</id>
|
|
45 | 45 | </roles>
|
46 | 46 | <timezone>+1</timezone>
|
47 | 47 | <url>http://www.ailis.de/~k/</url>
|
48 |
| - </developer> |
| 48 | + </developer> |
49 | 49 | <developer>
|
50 | 50 | <id>llongi</id>
|
51 | 51 | <name>Luca Longinotti</name>
|
|
55 | 55 | </roles>
|
56 | 56 | <timezone>+1</timezone>
|
57 | 57 | <url>http://l.longi.li/</url>
|
58 |
| - </developer> |
| 58 | + </developer> |
59 | 59 | </developers>
|
60 | 60 |
|
61 | 61 | <properties>
|
62 | 62 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
63 |
| - <repoBaseUrl>http://nexus.ailis.de/content/groups/public/org/usb4java/${project.artifactId}</repoBaseUrl> |
64 |
| - <artifactBaseUrl>${repoBaseUrl}/${project.version}/${project.artifactId}-${project.version}</artifactBaseUrl> |
65 | 63 | </properties>
|
66 |
| - |
| 64 | + |
67 | 65 | <scm>
|
68 | 66 | <connection>scm:git:git://github.com/usb4java/${project.artifactId}.git</connection>
|
69 | 67 | <developerConnection>scm:git:ssh://git@github.com/usb4java/${project.artifactId}.git</developerConnection>
|
70 | 68 | <url>http://github.com/usb4java/${project.artifactId}</url>
|
71 | 69 | <tag>HEAD</tag>
|
72 | 70 | </scm>
|
73 |
| - |
| 71 | + |
74 | 72 | <issueManagement>
|
75 | 73 | <system>GitHub</system>
|
76 | 74 | <url>https://github.com/usb4java/${project.artifactId}/issues</url>
|
77 | 75 | </issueManagement>
|
78 |
| - |
79 |
| - <ciManagement> |
80 |
| - <system>Jenkins</system> |
81 |
| - <url>https://ci.ailis.de/job/${project.artifactId}/</url> |
82 |
| - </ciManagement> |
83 |
| - |
| 76 | + |
84 | 77 | <prerequisites>
|
85 | 78 | <maven>3.0.5</maven>
|
86 | 79 | </prerequisites>
|
87 |
| - |
| 80 | + |
88 | 81 | <reporting>
|
89 | 82 | <plugins>
|
90 | 83 | <plugin>
|
|
107 | 100 | <report>dependencies</report>
|
108 | 101 | <report>plugins</report>
|
109 | 102 | <report>plugin-management</report>
|
110 |
| - </reports> |
111 |
| - </reportSet> |
112 |
| - </reportSets> |
| 103 | + </reports> |
| 104 | + </reportSet> |
| 105 | + </reportSets> |
113 | 106 | </plugin>
|
114 |
| - <plugin> |
| 107 | + <plugin> |
115 | 108 | <groupId>org.apache.maven.plugins</groupId>
|
116 | 109 | <artifactId>maven-changes-plugin</artifactId>
|
117 | 110 | <version>2.12.1</version>
|
|
138 | 131 | </reportSet>
|
139 | 132 | </reportSets>
|
140 | 133 | </plugin>
|
141 |
| - </plugins> |
142 |
| - </reporting> |
143 |
| - |
| 134 | + </plugins> |
| 135 | + </reporting> |
| 136 | + |
144 | 137 | <build>
|
145 |
| - |
| 138 | + |
146 | 139 | <plugins>
|
147 |
| - |
| 140 | + |
148 | 141 | <!-- Use Java 6 -->
|
149 | 142 | <plugin>
|
150 | 143 | <groupId>org.apache.maven.plugins</groupId>
|
|
156 | 149 | <encoding>${project.build.sourceEncoding}</encoding>
|
157 | 150 | </configuration>
|
158 | 151 | </plugin>
|
159 |
| - |
| 152 | + |
160 | 153 | <!-- Build the web site -->
|
161 | 154 | <plugin>
|
162 | 155 | <groupId>org.apache.maven.plugins</groupId>
|
163 |
| - <artifactId>maven-site-plugin</artifactId> |
| 156 | + <artifactId>maven-site-plugin</artifactId> |
164 | 157 | <version>3.7.1</version>
|
165 | 158 | <configuration>
|
166 | 159 | <chmod>false</chmod>
|
|
169 | 162 | <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
|
170 | 163 | </configuration>
|
171 | 164 | </plugin>
|
172 |
| - |
| 165 | + |
173 | 166 | <!-- Build binary artifacts for Unix, Mac OS X and Windows -->
|
174 |
| - <plugin> |
| 167 | + <plugin> |
175 | 168 | <artifactId>maven-assembly-plugin</artifactId>
|
176 | 169 | <version>3.1.0</version>
|
177 | 170 | <configuration>
|
178 | 171 | <appendAssemblyId>false</appendAssemblyId>
|
179 |
| - <attach>true</attach> |
| 172 | + <attach>false</attach> |
180 | 173 | <descriptors>
|
181 | 174 | <descriptor>src/main/assembly/tarball.xml</descriptor>
|
182 | 175 | <descriptor>src/main/assembly/zip.xml</descriptor>
|
|
190 | 183 | <goal>single</goal>
|
191 | 184 | </goals>
|
192 | 185 | </execution>
|
193 |
| - </executions> |
| 186 | + </executions> |
194 | 187 | </plugin>
|
195 | 188 |
|
196 | 189 | <plugin>
|
|
224 | 217 | <version>3.1.0</version>
|
225 | 218 | </plugin>
|
226 | 219 | </plugins>
|
227 |
| - </build> |
228 |
| - |
| 220 | + </build> |
| 221 | + |
229 | 222 | <repositories>
|
230 | 223 | <repository>
|
231 |
| - <id>ailis</id> |
232 |
| - <name>Ailis Maven Repository</name> |
233 |
| - <url>http://nexus.ailis.de/content/groups/public/</url> |
| 224 | + <id>sonatype-snapshots</id> |
| 225 | + <name>Sonatype Snapshot Repository</name> |
| 226 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 227 | + <snapshots><enabled>true</enabled></snapshots> |
234 | 228 | </repository>
|
235 | 229 | </repositories>
|
236 | 230 |
|
|
240 | 234 | <url>file://${project.basedir}/../${project.artifactId}-site/</url>
|
241 | 235 | </site>
|
242 | 236 | <repository>
|
243 |
| - <id>ailis-releases</id> |
244 |
| - <name>Ailis Maven Releases</name> |
245 |
| - <url>http://nexus.ailis.de/content/repositories/releases</url> |
| 237 | + <id>sonatype-staging</id> |
| 238 | + <name>Sonatype Staging Repository</name> |
| 239 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
246 | 240 | </repository>
|
247 | 241 | <snapshotRepository>
|
248 |
| - <id>ailis-snapshots</id> |
249 |
| - <name>Ailis Maven Snapshots</name> |
250 |
| - <url>http://nexus.ailis.de/content/repositories/snapshots</url> |
251 |
| - </snapshotRepository> |
252 |
| - |
| 242 | + <id>sonatype-snapshots</id> |
| 243 | + <name>Sonatype Snapshot Repository</name> |
| 244 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 245 | + </snapshotRepository> |
253 | 246 | </distributionManagement>
|
254 |
| - |
| 247 | + |
255 | 248 | <dependencies>
|
256 | 249 | <dependency>
|
257 | 250 | <groupId>junit</groupId>
|
258 | 251 | <artifactId>junit</artifactId>
|
259 | 252 | <version>4.12</version>
|
260 | 253 | <scope>test</scope>
|
261 |
| - </dependency> |
| 254 | + </dependency> |
262 | 255 | <dependency>
|
263 | 256 | <groupId>org.mockito</groupId>
|
264 | 257 | <artifactId>mockito-core</artifactId>
|
|
281 | 274 | <version>1.3.0-SNAPSHOT</version>
|
282 | 275 | </dependency>
|
283 | 276 | </dependencies>
|
284 |
| - |
| 277 | + |
285 | 278 | </project>
|
0 commit comments