|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 | 6 | <parent> |
7 | | - <groupId>org.sonatype.oss</groupId> |
| 7 | + <groupId>com.github.sarxos</groupId> |
8 | 8 | <artifactId>oss-parent</artifactId> |
9 | | - <version>7</version> |
| 9 | + <version>2</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | | - <groupId>com.github.sarxos</groupId> |
13 | 12 | <artifactId>webcam-capture-parent</artifactId> |
14 | 13 | <version>0.3.11-SNAPSHOT</version> |
15 | 14 | <packaging>pom</packaging> |
16 | 15 |
|
17 | 16 | <name>Webcam Capture Parent POM</name> |
18 | 17 | <description>This is Webcam Capture root POM</description> |
19 | 18 | <inceptionYear>2012</inceptionYear> |
20 | | - <url>https://github.com/sarxos/${project.repoid}</url> |
| 19 | + <url>https://github.com/sarxos/webcam-capture</url> |
21 | 20 |
|
22 | 21 | <modules> |
23 | 22 | <module>webcam-capture</module> |
|
35 | 34 | <url>https://github.com/sarxos</url> |
36 | 35 | </organization> |
37 | 36 |
|
38 | | - <licenses> |
39 | | - <license> |
40 | | - <name>MIT License</name> |
41 | | - <url>http://webcam-capture.sarxos.pl/LICENSE.txt</url> |
42 | | - <distribution>repo,manual</distribution> |
43 | | - </license> |
44 | | - </licenses> |
45 | | - |
46 | | - <distributionManagement> |
47 | | - <repository> |
48 | | - <id>${repo-id}</id> |
49 | | - <url>${repo-url}</url> |
50 | | - </repository> |
51 | | - <site> |
52 | | - <id>webcam-capture-site</id> |
53 | | - <url>ftp://ftp.sarxos.pl</url> |
54 | | - </site> |
55 | | - </distributionManagement> |
56 | | - |
57 | 37 | <scm> |
58 | | - < connection>scm:git: [email protected]:sarxos/ ${project.repoid}.git</ connection> |
59 | | - < developerConnection>scm:git: [email protected]:sarxos/ ${project.repoid}.git</ developerConnection> |
60 | | - < url> [email protected]:sarxos/ ${project.repoid}.git</ url> |
| 38 | + < connection>scm:git: [email protected]:sarxos/ webcam-capture.git</ connection> |
| 39 | + < developerConnection>scm:git: [email protected]:sarxos/ webcam-capture.git</ developerConnection> |
| 40 | + < url> [email protected]:sarxos/ webcam-capture.git</ url> |
61 | 41 | <tag>HEAD</tag> |
62 | 42 | </scm> |
63 | 43 |
|
64 | 44 | <issueManagement> |
65 | 45 | <system>GitHub Issues Manager</system> |
66 | | - <url>https://github.com/sarxos/${project.repoid}/issues</url> |
| 46 | + <url>https://github.com/sarxos/webcam-capture/issues</url> |
67 | 47 | </issueManagement> |
68 | 48 |
|
69 | 49 | <ciManagement> |
70 | 50 | <system>Travis CI</system> |
71 | | - <url>http://travis-ci.org/#!/sarxos/${project.repoid}</url> |
| 51 | + <url>http://travis-ci.org/#!/sarxos/webcam-capture</url> |
72 | 52 | </ciManagement> |
73 | 53 |
|
74 | 54 | <developers> |
75 | 55 | <developer> |
76 | 56 | <id>sarxos</id> |
77 | 57 | <name>Bartosz Firyn</name> |
78 | 58 | |
79 | | - <roles> |
80 | | - <role>Project Manager</role> |
81 | | - <role>Architect</role> |
82 | | - <role>Developer</role> |
83 | | - </roles> |
84 | | - <url>http://me.sarxos.pl/</url> |
85 | | - <organization>Bartosz Firyn (SarXos)</organization> |
86 | | - <organizationUrl>https://github.com/sarxos</organizationUrl> |
| 59 | + <url>https://github.com/sarxos</url> |
87 | 60 | <timezone>+1</timezone> |
88 | 61 | </developer> |
89 | 62 | </developers> |
|
161 | 134 | <module>webcam-capture-pages</module> |
162 | 135 | </modules> |
163 | 136 | </profile> |
164 | | - <profile> |
165 | | - <id>notest</id> |
166 | | - <build> |
167 | | - <plugins> |
168 | | - <plugin> |
169 | | - <groupId>org.apache.maven.plugins</groupId> |
170 | | - <artifactId>maven-surefire-plugin</artifactId> |
171 | | - <version>2.9</version> |
172 | | - <configuration> |
173 | | - <skipTests>true</skipTests> |
174 | | - </configuration> |
175 | | - </plugin> |
176 | | - </plugins> |
177 | | - </build> |
178 | | - </profile> |
179 | | - <profile> |
180 | | - <id>release</id> |
181 | | - <activation> |
182 | | - <activeByDefault>false</activeByDefault> |
183 | | - <property> |
184 | | - <name>performRelease</name> |
185 | | - <value>true</value> |
186 | | - </property> |
187 | | - </activation> |
188 | | - <properties> |
189 | | - <repo-id>sonatype-nexus-staging</repo-id> |
190 | | - <repo-url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</repo-url> |
191 | | - </properties> |
192 | | - <build> |
193 | | - <plugins> |
194 | | - <plugin> |
195 | | - <groupId>org.apache.maven.plugins</groupId> |
196 | | - <artifactId>maven-source-plugin</artifactId> |
197 | | - <version>2.2.1</version> |
198 | | - <executions> |
199 | | - <execution> |
200 | | - <id>attach-sources</id> |
201 | | - <goals> |
202 | | - <goal>jar</goal> |
203 | | - </goals> |
204 | | - </execution> |
205 | | - </executions> |
206 | | - </plugin> |
207 | | - <plugin> |
208 | | - <groupId>org.apache.maven.plugins</groupId> |
209 | | - <artifactId>maven-javadoc-plugin</artifactId> |
210 | | - <version>2.9</version> |
211 | | - <executions> |
212 | | - <execution> |
213 | | - <id>attach-javadocs</id> |
214 | | - <goals> |
215 | | - <goal>jar</goal> |
216 | | - </goals> |
217 | | - </execution> |
218 | | - </executions> |
219 | | - </plugin> |
220 | | - <plugin> |
221 | | - <groupId>org.apache.maven.plugins</groupId> |
222 | | - <artifactId>maven-gpg-plugin</artifactId> |
223 | | - <version>1.1</version> |
224 | | - <executions> |
225 | | - <execution> |
226 | | - <id>sign-artifacts</id> |
227 | | - <phase>verify</phase> |
228 | | - <goals> |
229 | | - <goal>sign</goal> |
230 | | - </goals> |
231 | | - </execution> |
232 | | - </executions> |
233 | | - </plugin> |
234 | | - <plugin> |
235 | | - <groupId>org.apache.maven.plugins</groupId> |
236 | | - <artifactId>maven-release-plugin</artifactId> |
237 | | - <version>2.4</version> |
238 | | - <configuration> |
239 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
240 | | - </configuration> |
241 | | - </plugin> |
242 | | - </plugins> |
243 | | - </build> |
244 | | - </profile> |
245 | 137 | <profile> |
246 | 138 | <id>assembly</id> |
247 | | - <properties> |
248 | | - <repo-id>sarxos-ftp-repo</repo-id> |
249 | | - <repo-url>ftp://ftp.sarxos.pl/maven2</repo-url> |
250 | | - </properties> |
251 | 139 | <build> |
252 | 140 | <pluginManagement> |
253 | 141 | <plugins> |
254 | 142 | <plugin> |
255 | 143 | <groupId>org.apache.maven.plugins</groupId> |
256 | 144 | <artifactId>maven-assembly-plugin</artifactId> |
257 | | - <version>2.4</version> |
258 | 145 | <configuration> |
259 | 146 | <descriptors> |
260 | 147 | <descriptor>${project.assembly.descriptor}</descriptor> |
|
297 | 184 | <plugin> |
298 | 185 | <groupId>com.github.danielflower.mavenplugins</groupId> |
299 | 186 | <artifactId>maven-gitlog-plugin</artifactId> |
300 | | - <version>1.4.11</version> |
301 | | - <executions> |
302 | | - <execution> |
303 | | - <goals> |
304 | | - <goal>generate</goal> |
305 | | - </goals> |
306 | | - <phase>process-resources</phase> |
307 | | - </execution> |
308 | | - </executions> |
309 | 187 | <configuration> |
310 | 188 | <generatePlainTextChangeLog>false</generatePlainTextChangeLog> |
311 | 189 | <generateSimpleHTMLChangeLog>true</generateSimpleHTMLChangeLog> |
|
316 | 194 | <plugin> |
317 | 195 | <groupId>org.apache.maven.plugins</groupId> |
318 | 196 | <artifactId>maven-javadoc-plugin</artifactId> |
319 | | - <version>2.9</version> |
320 | | - <executions> |
321 | | - <execution> |
322 | | - <id>generate-javadocs</id> |
323 | | - <phase>prepare-package</phase> |
324 | | - <goals> |
325 | | - <goal>javadoc</goal> |
326 | | - </goals> |
327 | | - </execution> |
328 | | - </executions> |
329 | 197 | </plugin> |
330 | 198 | </plugins> |
331 | 199 | </build> |
|
337 | 205 | <plugin> |
338 | 206 | <groupId>org.apache.maven.plugins</groupId> |
339 | 207 | <artifactId>maven-compiler-plugin</artifactId> |
340 | | - <version>2.5.1</version> |
341 | 208 | <configuration> |
342 | 209 | <source>1.6</source> |
343 | 210 | <target>1.6</target> |
344 | 211 | </configuration> |
345 | | - </plugin> |
346 | | - <plugin> |
347 | | - <groupId>org.apache.maven.plugins</groupId> |
348 | | - <artifactId>maven-site-plugin</artifactId> |
349 | | - <version>3.4</version> |
350 | 212 | </plugin> |
351 | 213 | <plugin> |
352 | 214 | <groupId>org.codehaus.mojo</groupId> |
353 | 215 | <artifactId>cobertura-maven-plugin</artifactId> |
354 | | - <version>2.6</version> |
355 | 216 | <configuration> |
356 | 217 | <format>xml</format> |
357 | 218 | <maxmem>256m</maxmem> |
|
398 | 259 | <plugin> |
399 | 260 | <groupId>org.apache.maven.plugins</groupId> |
400 | 261 | <artifactId>maven-javadoc-plugin</artifactId> |
401 | | - <version>2.9</version> |
402 | 262 | <configuration> |
403 | | - <show>public</show> |
404 | 263 | <keywords>cam,webcam,camera,spycam,capture</keywords> |
405 | | - <links> |
406 | | - <show>public</show> |
407 | | - <link>http://java.sun.com/javase/1.6.0/docs/api</link> |
408 | | - </links> |
409 | | - <linksource>true</linksource> |
410 | | - <detectLinks>true</detectLinks> |
411 | | - <windowtitle>${project.name} ${project.version} API - ${maven.build.timestamp}</windowtitle> |
412 | | - <doctitle>${project.name} ${project.version} API - ${maven.build.timestamp}</doctitle> |
413 | | - <header><![CDATA[<a href="${project.organization.url}" target="_blank">${project.organization.name}</a>]]></header> |
414 | | - <footer><![CDATA[<a href="${project.organization.url}" target="_blank">${project.organization.name}</a>]]></footer> |
415 | | - <bottom><![CDATA[Copyright © {inceptionYear}-{currentYear} <a href="${project.organization.url}" target="_blank">${project.organization.name}</a>. All Rights Reserved.]]></bottom> |
416 | 264 | </configuration> |
417 | 265 | </plugin> |
418 | 266 | </plugins> |
419 | 267 | </pluginManagement> |
420 | | - |
421 | | - <extensions> |
422 | | - <extension> |
423 | | - <groupId>org.apache.maven.wagon</groupId> |
424 | | - <artifactId>wagon-ftp</artifactId> |
425 | | - <version>2.7</version> |
426 | | - </extension> |
427 | | - </extensions> |
428 | 268 | </build> |
429 | 269 |
|
430 | | - <reporting> |
431 | | - <plugins> |
432 | | - <plugin> |
433 | | - <groupId>org.apache.maven.plugins</groupId> |
434 | | - <artifactId>maven-javadoc-plugin</artifactId> |
435 | | - <version>2.9</version> |
436 | | - </plugin> |
437 | | - <plugin> |
438 | | - <groupId>org.apache.maven.plugins</groupId> |
439 | | - <artifactId>maven-jxr-plugin</artifactId> |
440 | | - <version>2.1</version> |
441 | | - <configuration> |
442 | | - <linkJavadoc>true</linkJavadoc> |
443 | | - <aggregate>true</aggregate> |
444 | | - </configuration> |
445 | | - </plugin> |
446 | | - <plugin> |
447 | | - <groupId>org.codehaus.mojo</groupId> |
448 | | - <artifactId>taglist-maven-plugin</artifactId> |
449 | | - <version>2.4</version> |
450 | | - <configuration> |
451 | | - <tagListOptions> |
452 | | - <tagClasses> |
453 | | - <tagClass> |
454 | | - <displayName>Things to be done</displayName> |
455 | | - <tags> |
456 | | - <tag> |
457 | | - <matchString>TODO</matchString> |
458 | | - <matchType>exact</matchType> |
459 | | - </tag> |
460 | | - <tag> |
461 | | - <matchString>FIXME</matchString> |
462 | | - <matchType>exact</matchType> |
463 | | - </tag> |
464 | | - <tag> |
465 | | - <matchString>XXX</matchString> |
466 | | - <matchType>exact</matchType> |
467 | | - </tag> |
468 | | - </tags> |
469 | | - </tagClass> |
470 | | - </tagClasses> |
471 | | - </tagListOptions> |
472 | | - <aggregate>true</aggregate> |
473 | | - </configuration> |
474 | | - </plugin> |
475 | | - <plugin> |
476 | | - <groupId>org.apache.maven.plugins</groupId> |
477 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
478 | | - <version>2.4</version> |
479 | | - <reportSets> |
480 | | - <reportSet> |
481 | | - <reports> |
482 | | - <report>cim</report> |
483 | | - <report>dependencies</report> |
484 | | - <report>dependency-convergence</report> |
485 | | - <report>dependency-management</report> |
486 | | - <report>distribution-management</report> |
487 | | - <report>help</report> |
488 | | - <report>index</report> |
489 | | - <report>issue-tracking</report> |
490 | | - <report>license</report> |
491 | | - <report>mailing-list</report> |
492 | | - <report>modules</report> |
493 | | - <report>plugin-management</report> |
494 | | - <report>plugins</report> |
495 | | - <report>project-team</report> |
496 | | - <report>scm</report> |
497 | | - <report>summary</report> |
498 | | - </reports> |
499 | | - </reportSet> |
500 | | - </reportSets> |
501 | | - </plugin> |
502 | | - <plugin> |
503 | | - <groupId>com.googlecode.maven-overview-plugin</groupId> |
504 | | - <artifactId>maven-overview-plugin</artifactId> |
505 | | - <version>1.6</version> |
506 | | - <configuration> |
507 | | - <width>700</width> |
508 | | - <height>700</height> |
509 | | - </configuration> |
510 | | - </plugin> |
511 | | - <plugin> |
512 | | - <groupId>org.apache.maven.plugins</groupId> |
513 | | - <artifactId>maven-surefire-report-plugin</artifactId> |
514 | | - <version>2.12</version> |
515 | | - </plugin> |
516 | | - <plugin> |
517 | | - <groupId>org.apache.maven.plugins</groupId> |
518 | | - <artifactId>maven-pmd-plugin</artifactId> |
519 | | - <version>2.4</version> |
520 | | - <configuration> |
521 | | - <linkXref>true</linkXref> |
522 | | - <sourceEncoding>utf-8</sourceEncoding> |
523 | | - <minimumTokens>100</minimumTokens> |
524 | | - <targetJdk>1.6</targetJdk> |
525 | | - <aggregate>true</aggregate> |
526 | | - </configuration> |
527 | | - </plugin> |
528 | | - </plugins> |
529 | | - </reporting> |
530 | | - |
531 | 270 | </project> |
0 commit comments