且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

生成与Maven的目录结构Maven项目的源代码code罐子?

更新时间:2022-04-30 00:37:56

为什么不使用的 Maven的组装插件 ..

Why not using the existing descriptor of maven-assembly-plugin..

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
  <descriptorRefs>
    <descriptorRef>src</descriptorRef>
  </descriptorRefs>
</configuratio