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 98efd97 commit cd8c793Copy full SHA for cd8c793
pom.xml
@@ -208,24 +208,6 @@
208
</execution>
209
</executions>
210
</plugin>
211
- <plugin>
212
- <artifactId>maven-assembly-plugin</artifactId>
213
- <version>3.1.1</version>
214
- <configuration>
215
- <descriptors>
216
- <descriptor>deploy/distribution.xml</descriptor>
217
- </descriptors>
218
- </configuration>
219
- <executions>
220
- <execution>
221
- <id>make-assembly</id> <!-- this is used for inheritance merges -->
222
- <phase>package</phase> <!-- bind to the packaging phase -->
223
- <goals>
224
- <goal>single</goal>
225
- </goals>
226
- </execution>
227
- </executions>
228
- </plugin>
229
<plugin>
230
<groupId>org.apache.maven.plugins</groupId>
231
<artifactId>maven-scm-publish-plugin</artifactId>
0 commit comments