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 8b6c0f3 commit 6de229dCopy full SHA for 6de229d
1 file changed
plugins-it/pom.xml
@@ -82,9 +82,6 @@
82
</modules>
83
84
<properties>
85
- <maven.install.skip>true</maven.install.skip>
86
- <maven.deploy.skip>true</maven.deploy.skip>
87
- <maven.jar.skipifempty>true</maven.jar.skipifempty>
88
</properties>
89
90
<dependencyManagement>
@@ -163,13 +160,6 @@
163
160
164
161
<pluginManagement>
165
162
<plugins>
166
- <plugin>
167
- <groupId>org.apache.maven.plugins</groupId>
168
- <artifactId>maven-jar-plugin</artifactId>
169
- <configuration>
170
- <skipIfEmpty>${maven.jar.skipifempty}</skipIfEmpty>
171
- </configuration>
172
- </plugin>
173
<plugin>
174
<groupId>org.apache.maven.plugins</groupId>
175
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments