|
@ -47,6 +47,7 @@
|
47
|
47
|
<maven-surefire-plugin>2.5</maven-surefire-plugin>
|
48
|
48
|
<maven-war-plugin>2.6</maven-war-plugin>
|
49
|
49
|
<exec-maven-plugin>1.5.0</exec-maven-plugin>
|
|
50
|
<maven-dependency-plugin>2.4</maven-dependency-plugin>
|
50
|
51
|
|
51
|
52
|
<!-- 本地jar路径 -->
|
52
|
53
|
<jar-path>${project.basedir}/local1</jar-path>
|
|
@ -415,6 +416,7 @@
|
415
|
416
|
<plugin>
|
416
|
417
|
<groupId>org.apache.maven.plugins</groupId>
|
417
|
418
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
419
|
<version>${maven-dependency-plugin}</version>
|
418
|
420
|
<executions>
|
419
|
421
|
<execution>
|
420
|
422
|
<id>copy-dep</id>
|