Skip to content

Commit 19860fa

Browse files
author
kohsuke
committed
merging remoting-integration branch
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1523 71c3de6d-444a-0410-be80-ed276b4c234a
1 parent 9dd1f0b commit 19860fa

File tree

110 files changed

+3350
-1255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+3350
-1255
lines changed

core/pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313

1414
<build>
1515
<plugins>
16+
<plugin>
17+
<groupId>org.kohsuke.stapler</groupId>
18+
<artifactId>maven-stapler-plugin</artifactId>
19+
<executions>
20+
<execution>
21+
<goals>
22+
<goal>stapler</goal>
23+
</goals>
24+
</execution>
25+
</executions>
26+
</plugin>
1627
<plugin>
1728
<artifactId>maven-antlr-plugin</artifactId>
1829
<configuration>
@@ -43,7 +54,7 @@
4354
<tasks>
4455
<taskdef name="retrotranslator" classpathref="maven.test.classpath" classname="net.sf.retrotranslator.transformer.RetrotranslatorTask" />
4556
<mkdir dir="target/classes14" />
46-
<retrotranslator destdir="target/classes14" verify="true">
57+
<retrotranslator destdir="target/classes14"><!-- verify="true" detects false-positive errors against some references to remoting-->
4758
<src path="target/classes" />
4859
</retrotranslator>
4960
<jar basedir="target/classes14" destfile="target/${artifactId}-${version}-jdk14.jar" />
@@ -197,7 +208,7 @@
197208
<dependency>
198209
<groupId>org.kohsuke.stapler</groupId>
199210
<artifactId>stapler</artifactId>
200-
<version>1.13</version>
211+
<version>1.14</version>
201212
</dependency>
202213
<dependency>
203214
<groupId>antlr</groupId>

0 commit comments

Comments
 (0)