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.
1 parent a76b563 commit 7c1a19eCopy full SHA for 7c1a19e
2 files changed
jee-agents-distribution/jee-agents-destribution-integration-tests/pom.xml
@@ -123,7 +123,13 @@
123
</execution>
124
</executions>
125
</plugin>
126
-
+ <plugin>
127
+ <groupId>org.apache.maven.plugins</groupId>
128
+ <artifactId>maven-install-plugin</artifactId>
129
+ <configuration>
130
+ <skip>true</skip>
131
+ </configuration>
132
+ </plugin>
133
</plugins>
134
</build>
135
<profiles>
pom.xml
@@ -186,6 +186,11 @@
186
<artifactId>maven-jar-plugin</artifactId>
187
<version>3.4.2</version>
188
189
190
191
192
+ <version>3.1.4</version>
193
194
195
</pluginManagement>
196
0 commit comments