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 853cd5c commit f4d01adCopy full SHA for f4d01ad
pom.xml
@@ -490,25 +490,6 @@
490
</execution>
491
</executions>
492
</plugin>
493
- <plugin>
494
- <artifactId>maven-assembly-plugin</artifactId>
495
- <version>2.2-beta-5</version>
496
- <inherited>false</inherited>
497
- <executions>
498
- <execution>
499
- <id>with-dependencies</id>
500
- <phase>package</phase>
501
- <goals>
502
- <goal>single</goal>
503
- </goals>
504
- <configuration>
505
- <descriptors>
506
- <descriptor>src/assembly/with-dependencies.xml</descriptor>
507
- </descriptors>
508
- </configuration>
509
- </execution>
510
- </executions>
511
- </plugin>
512
</plugins>
513
</build>
514
</profile>
src/assembly/with-dependencies.xml
0 commit comments