Skip to content

Commit 62f0e21

Browse files
元に戻した。
1 parent 45208c4 commit 62f0e21

1 file changed

Lines changed: 12 additions & 26 deletions

File tree

pom.xml

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,18 @@
4141
<debug>true</debug>
4242
</configuration>
4343
</plugin>
44-
<!-- Ignore/Execute plugin execution -->
45-
<plugin>
46-
<groupId>org.eclipse.m2e</groupId>
47-
<artifactId>lifecycle-mapping</artifactId>
48-
<version>1.0.0</version>
49-
<configuration>
50-
<lifecycleMappingMetadata>
51-
<pluginExecutions>
52-
<!-- copy-dependency plugin -->
53-
<pluginExecution>
54-
<pluginExecutionFilter>
55-
<groupId>org.apache.maven.plugins</groupId>
56-
<artifactId>maven-dependency-plugin</artifactId>
57-
<versionRange>[1.0.0,)</versionRange>
58-
<goals>
59-
<goal>copy-dependencies</goal>
60-
</goals>
61-
</pluginExecutionFilter>
62-
<action>
63-
<ignore />
64-
</action>
65-
</pluginExecution>
66-
</pluginExecutions>
67-
</lifecycleMappingMetadata>
68-
</configuration>
69-
</plugin>
44+
<plugin>
45+
<groupId>org.apache.maven.plugins</groupId>
46+
<artifactId>maven-dependency-plugin</artifactId>
47+
<version>2.4</version>
48+
<executions>
49+
<execution>
50+
<id>copy-dependencies</id>
51+
<phase>package</phase>
52+
<goals><goal>copy-dependencies</goal></goals>
53+
</execution>
54+
</executions>
55+
</plugin>
7056
</plugins>
7157
</build>
7258
</project>

0 commit comments

Comments
 (0)