Skip to content

Commit

Permalink
Remove wrong/unused/etc. maven plugin configurattions
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Nov 24, 2023
1 parent 51f34e9 commit e21ec0c
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion mylyn.builds/org.eclipse.mylyn.builds.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.builds/org.eclipse.mylyn.jenkins.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
<useUIHarness>false</useUIHarness>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.commons/org.eclipse.mylyn.monitor.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.context/org.eclipse.mylyn.cdt.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.context/org.eclipse.mylyn.context.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.context/org.eclipse.mylyn.ide.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.context/org.eclipse.mylyn.java.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.context/org.eclipse.mylyn.resources.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.context/org.eclipse.mylyn.team.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
8 changes: 0 additions & 8 deletions mylyn.docs/wikitext/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@
<appArgLine>${test.args}</appArgLine>

<application>org.eclipse.ui.ide.workbench</application>
<dependency-resolution>
<extraRequirements>
<requirement>
<type>p2-installable-unit</type>
<id>org.eclipse.sdk.feature.group</id>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
Expand Down
12 changes: 0 additions & 12 deletions mylyn.releng/org.eclipse.mylyn.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
<dependency-resolution>
<optionalDependencies>ignore</optionalDependencies>
</dependency-resolution>
<jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
<environments>
<environment>
<os>macosx</os>
Expand Down Expand Up @@ -299,7 +298,6 @@
</dependencies>
<configuration>
<format>${dist.qualifier}</format>
<archiveSite>false</archiveSite>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
Expand Down Expand Up @@ -333,7 +331,6 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.0</version>
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
<targetJdk>17</targetJdk>
<format>xml</format>
Expand Down Expand Up @@ -364,15 +361,6 @@
<argLine>${tycho.testArgLine} -Xmx512m -Djava.io.tmpdir=${project.build.directory} ${test.vmargs}</argLine>
<appArgLine>${test.args}</appArgLine>
<application>org.eclipse.ui.ide.workbench</application>
<dependency-resolution>
<extraRequirements>
<requirement>
<type>p2-installable-unit</type>
<id>org.eclipse.sdk.feature.group</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 0 additions & 1 deletion mylyn.reviews/org.eclipse.mylyn.gerrit.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.reviews/org.eclipse.mylyn.reviews.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.reviews/org.eclipse.mylyn.reviews.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion mylyn.tasks/org.eclipse.mylyn.tasks.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<skip>${test.component.skip}</skip>
<testSuite>${project.artifactId}</testSuite>
<testClass>${test.suite}</testClass>
</configuration>
</plugin>
Expand Down

0 comments on commit e21ec0c

Please sign in to comment.