|
|
@@ -5,7 +5,7 @@ |
|
|
|
<parent> |
|
|
|
<groupId>com.jd.blockchain</groupId> |
|
|
|
<artifactId>deploy-root</artifactId> |
|
|
|
<version>1.2.0.RELEASE</version> |
|
|
|
<version>1.3.0.RELEASE</version> |
|
|
|
</parent> |
|
|
|
<artifactId>deploy-peer</artifactId> |
|
|
|
|
|
|
@@ -62,13 +62,13 @@ |
|
|
|
|
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> |
|
|
|
<executions> <execution> <id>copy-dependencies</id> <phase>package</phase> |
|
|
|
<goals> <goal>copy-dependencies</goal> </goals> <configuration> ${project.build.directory} |
|
|
|
class的输出目录不做设置的话默认代表项目根目录的target目录; 也可以使用“自定义文件夹/自定义文件夹 例如:a/b”,也可以使用绝对路径如:“D:\test” |
|
|
|
<outputDirectory>${project.build.directory}/dependencies</outputDirectory> |
|
|
|
<excludeTransitive>false</excludeTransitive> <stripVersion>false</stripVersion> |
|
|
|
<includeScope>runtime</includeScope> </configuration> </execution> </executions> |
|
|
|
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> |
|
|
|
<executions> <execution> <id>copy-dependencies</id> <phase>package</phase> |
|
|
|
<goals> <goal>copy-dependencies</goal> </goals> <configuration> ${project.build.directory} |
|
|
|
class的输出目录不做设置的话默认代表项目根目录的target目录; 也可以使用“自定义文件夹/自定义文件夹 例如:a/b”,也可以使用绝对路径如:“D:\test” |
|
|
|
<outputDirectory>${project.build.directory}/dependencies</outputDirectory> |
|
|
|
<excludeTransitive>false</excludeTransitive> <stripVersion>false</stripVersion> |
|
|
|
<includeScope>runtime</includeScope> </configuration> </execution> </executions> |
|
|
|
</plugin> --> |
|
|
|
|
|
|
|
<plugin> |
|
|
@@ -129,4 +129,4 @@ |
|
|
|
|
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</project> |
|
|
|
</project> |