File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 522522 <groupId >org.apache.maven.plugins</groupId >
523523 <artifactId >maven-dependency-plugin</artifactId >
524524 <executions >
525+ <execution >
526+ <phase >package</phase >
527+ <goals </goals>
528+ <configuration >
529+
530+ </configuration >
531+ </execution >
525532 <execution >
526533 <id >unpack-dependencies</id >
527534 <phase >package</phase >
528535 <goals >
536+ <goal >copy</goal >
529537 <goal >analyze-only</goal >
530538 <goal >analyze-report</goal >
531539 <goal >build-classpath</goal >
549557 <ignoredUnusedDeclaredDependencies >
550558 <ignoredUnusedDeclaredDependency >org.apache.maven.plugins:maven-surefire-plugin</ignoredUnusedDeclaredDependency >
551559 </ignoredUnusedDeclaredDependencies >
560+ <artifactItems >
561+ <artifactItem >
562+ <groupId >com.github.jsimone</groupId >
563+ <artifactId >webapp-runner</artifactId >
564+ <version >9.0.19.0</version >
565+ <destFileName >webapp-runner.jar</destFileName >
566+ </artifactItem >
567+ </artifactItems >
552568 </configuration >
553569 </execution >
554570 </executions >
You can’t perform that action at this time.
0 commit comments