Skip to content

Commit e33c784

Browse files
committed
Change parent POM
1 parent e2914f9 commit e33c784

File tree

1 file changed

+9
-270
lines changed

1 file changed

+9
-270
lines changed

pom.xml

Lines changed: 9 additions & 270 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>org.sonatype.oss</groupId>
7+
<groupId>com.github.sarxos</groupId>
88
<artifactId>oss-parent</artifactId>
9-
<version>7</version>
9+
<version>2</version>
1010
</parent>
1111

12-
<groupId>com.github.sarxos</groupId>
1312
<artifactId>webcam-capture-parent</artifactId>
1413
<version>0.3.11-SNAPSHOT</version>
1514
<packaging>pom</packaging>
1615

1716
<name>Webcam Capture Parent POM</name>
1817
<description>This is Webcam Capture root POM</description>
1918
<inceptionYear>2012</inceptionYear>
20-
<url>https://github.com/sarxos/${project.repoid}</url>
19+
<url>https://github.com/sarxos/webcam-capture</url>
2120

2221
<modules>
2322
<module>webcam-capture</module>
@@ -35,55 +34,29 @@
3534
<url>https://github.com/sarxos</url>
3635
</organization>
3736

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-
5737
<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>
6141
<tag>HEAD</tag>
6242
</scm>
6343

6444
<issueManagement>
6545
<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>
6747
</issueManagement>
6848

6949
<ciManagement>
7050
<system>Travis CI</system>
71-
<url>http://travis-ci.org/#!/sarxos/${project.repoid}</url>
51+
<url>http://travis-ci.org/#!/sarxos/webcam-capture</url>
7252
</ciManagement>
7353

7454
<developers>
7555
<developer>
7656
<id>sarxos</id>
7757
<name>Bartosz Firyn</name>
7858
<email>[email protected]</email>
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>
8760
<timezone>+1</timezone>
8861
</developer>
8962
</developers>
@@ -161,100 +134,14 @@
161134
<module>webcam-capture-pages</module>
162135
</modules>
163136
</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>
245137
<profile>
246138
<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>
251139
<build>
252140
<pluginManagement>
253141
<plugins>
254142
<plugin>
255143
<groupId>org.apache.maven.plugins</groupId>
256144
<artifactId>maven-assembly-plugin</artifactId>
257-
<version>2.4</version>
258145
<configuration>
259146
<descriptors>
260147
<descriptor>${project.assembly.descriptor}</descriptor>
@@ -297,15 +184,6 @@
297184
<plugin>
298185
<groupId>com.github.danielflower.mavenplugins</groupId>
299186
<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>
309187
<configuration>
310188
<generatePlainTextChangeLog>false</generatePlainTextChangeLog>
311189
<generateSimpleHTMLChangeLog>true</generateSimpleHTMLChangeLog>
@@ -316,16 +194,6 @@
316194
<plugin>
317195
<groupId>org.apache.maven.plugins</groupId>
318196
<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>
329197
</plugin>
330198
</plugins>
331199
</build>
@@ -337,21 +205,14 @@
337205
<plugin>
338206
<groupId>org.apache.maven.plugins</groupId>
339207
<artifactId>maven-compiler-plugin</artifactId>
340-
<version>2.5.1</version>
341208
<configuration>
342209
<source>1.6</source>
343210
<target>1.6</target>
344211
</configuration>
345-
</plugin>
346-
<plugin>
347-
<groupId>org.apache.maven.plugins</groupId>
348-
<artifactId>maven-site-plugin</artifactId>
349-
<version>3.4</version>
350212
</plugin>
351213
<plugin>
352214
<groupId>org.codehaus.mojo</groupId>
353215
<artifactId>cobertura-maven-plugin</artifactId>
354-
<version>2.6</version>
355216
<configuration>
356217
<format>xml</format>
357218
<maxmem>256m</maxmem>
@@ -398,134 +259,12 @@
398259
<plugin>
399260
<groupId>org.apache.maven.plugins</groupId>
400261
<artifactId>maven-javadoc-plugin</artifactId>
401-
<version>2.9</version>
402262
<configuration>
403-
<show>public</show>
404263
<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>
416264
</configuration>
417265
</plugin>
418266
</plugins>
419267
</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>
428268
</build>
429269

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-
531270
</project>

0 commit comments

Comments
 (0)