Skip to content

Commit c3986ff

Browse files
committed
fixup! Exclude ui-tests module from deploy
1 parent a8a1774 commit c3986ff

File tree

1 file changed

+15
-25
lines changed

1 file changed

+15
-25
lines changed

ui-tests/pom.xml

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
<version>${changelist}</version>
1414
<packaging>jar</packaging>
1515

16-
<properties>
17-
<maven.deploy.skip>true</maven.deploy.skip>
18-
</properties>
19-
2016
<dependencyManagement>
2117
<dependencies>
18+
<dependency>
19+
<groupId>io.jenkins.tools.bom</groupId>
20+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
21+
<version>4740.v75a_90f6fefb_7</version>
22+
<type>pom</type>
23+
<scope>import</scope>
24+
</dependency>
2225
<dependency>
2326
<groupId>com.browserup</groupId>
2427
<artifactId>browserup-proxy-core</artifactId>
@@ -36,20 +39,7 @@
3639
<dependency>
3740
<groupId>com.google.guava</groupId>
3841
<artifactId>guava</artifactId>
39-
<version>${guava.version}</version>
40-
</dependency>
41-
<!--
42-
<dependency>
43-
<groupId>com.fasterxml.jackson.core</groupId>
44-
<artifactId>jackson-annotations</artifactId>
45-
<version>2.18.0</version>
46-
</dependency>
47-
<dependency>
48-
<groupId>com.fasterxml.jackson.core</groupId>
49-
<artifactId>jackson-core</artifactId>
50-
<version>2.18.0</version>
5142
</dependency>
52-
-->
5343
<dependency>
5444
<groupId>org.javassist</groupId>
5545
<artifactId>javassist</artifactId>
@@ -72,20 +62,12 @@
7262
<dependency>
7363
<groupId>org.jenkins-ci</groupId>
7464
<artifactId>acceptance-test-harness</artifactId>
75-
<!--
76-
<version>1.101</version>
77-
-->
7865
<version>5699.v27deb_ef5796c</version>
7966
</dependency>
8067
<dependency>
8168
<groupId>org.apache.httpcomponents.client5</groupId>
8269
<artifactId>httpclient5</artifactId>
8370
<version>5.4.4</version>
84-
<!--
85-
<groupId>org.apache.httpcomponents</groupId>
86-
<artifactId>httpclient</artifactId>
87-
<version>4.5.13</version>
88-
-->
8971
<scope>test</scope>
9072
</dependency>
9173
</dependencies>
@@ -121,6 +103,14 @@
121103
</environmentVariables>
122104
</configuration>
123105
</plugin>
106+
<plugin>
107+
<groupId>org.apache.maven.plugins</groupId>
108+
<artifactId>maven-deploy-plugin</artifactId>
109+
<version>2.7</version>
110+
<configuration>
111+
<skip>true</skip>
112+
</configuration>
113+
</plugin>
124114
</plugins>
125115
</build>
126116

0 commit comments

Comments
 (0)