We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76bb0fe + 2437945 commit 395d240Copy full SHA for 395d240
pom.xml
@@ -100,6 +100,22 @@
100
</dependencies>
101
</dependencyManagement>
102
103
+ <build>
104
+ <pluginManagement>
105
+ <plugins>
106
+ <plugin>
107
+ <groupId>org.jenkins-ci.tools</groupId>
108
+ <artifactId>maven-hpi-plugin</artifactId>
109
+ <configuration>
110
+ <!-- Compatible since is used to warn users about removal of not anymore supported PuTTy key format
111
+ -->
112
+ <compatibleSinceVersion>334.v7732563deee1</compatibleSinceVersion>
113
+ </configuration>
114
+ </plugin>
115
+ </plugins>
116
+ </pluginManagement>
117
+ </build>
118
+
119
<dependencies>
120
<!-- plugin dependencies -->
121
<dependency>
0 commit comments