|
16 | 16 | <name>UI Tests of Code Coverage Plugin</name> |
17 | 17 |
|
18 | 18 | <properties> |
19 | | - <jenkins.version>2.396</jenkins.version> |
| 19 | + <jenkins.version>2.395</jenkins.version> |
| 20 | + <hpi-plugin.version>3.39</hpi-plugin.version> |
20 | 21 | <json-smart.version>2.3</json-smart.version> |
21 | 22 | <json-unit-assertj.version>2.36.1</json-unit-assertj.version> |
22 | 23 | <module.name>${project.groupId}.code.coverage.api.ui.tests</module.name> |
| 24 | + |
| 25 | + <!-- Maven Surefire ArgLine --> |
| 26 | + <argLine>-Djava.awt.headless=true -Xmx1024m -Djenkins.test.timeout=1000 --add-opens java.base/sun.reflect.annotation=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED</argLine> |
23 | 27 | </properties> |
24 | 28 |
|
25 | 29 | <dependencyManagement> |
|
36 | 40 | <dependency> |
37 | 41 | <groupId>org.jenkins-ci</groupId> |
38 | 42 | <artifactId>acceptance-test-harness</artifactId> |
39 | | - <version>1.118</version> |
| 43 | + <version>5504.v485694f31cdf</version> |
40 | 44 | </dependency> |
41 | 45 | <dependency> |
42 | 46 | <groupId>org.apache.httpcomponents</groupId> |
|
134 | 138 | </profile> |
135 | 139 | </profiles> |
136 | 140 |
|
| 141 | + <pluginRepositories> |
| 142 | + <pluginRepository> |
| 143 | + <id>repo.jenkins-ci.org</id> |
| 144 | + <url>https://repo.jenkins-ci.org/public/</url> |
| 145 | + </pluginRepository> |
| 146 | + </pluginRepositories> |
| 147 | + |
137 | 148 | <build> |
138 | 149 | <plugins> |
139 | 150 | <plugin> |
|
143 | 154 | <skip>true</skip> |
144 | 155 | </configuration> |
145 | 156 | </plugin> |
| 157 | + <plugin> |
| 158 | + <groupId>org.revapi</groupId> |
| 159 | + <artifactId>revapi-maven-plugin</artifactId> |
| 160 | + <configuration> |
| 161 | + <skip>true</skip> |
| 162 | + </configuration> |
| 163 | + </plugin> |
146 | 164 | <plugin> |
147 | 165 | <groupId>org.assertj</groupId> |
148 | 166 | <artifactId>assertj-assertions-generator-maven-plugin</artifactId> |
|
226 | 244 | </configuration> |
227 | 245 | </plugin> |
228 | 246 | <plugin> |
229 | | - <groupId>org.revapi</groupId> |
230 | | - <artifactId>revapi-maven-plugin</artifactId> |
231 | | - <configuration> |
232 | | - <skip>true</skip> |
233 | | - </configuration> |
| 247 | + <groupId>org.jenkins-ci.tools</groupId> |
| 248 | + <artifactId>maven-hpi-plugin</artifactId> |
| 249 | + <version>${hpi-plugin.version}</version> |
234 | 250 | </plugin> |
235 | 251 | </plugins> |
236 | 252 | </build> |
|
0 commit comments