<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jar-plugin</artifactId>
  <version>2.4</version>
  <configuration>
    <excludes>
      <exclude>dubbo.properties</exclude>
      <exclude>META-INF</exclude>
    </excludes>
  </configuration>
</plugin>

 

可以参考: http://m.blog.csdn.net/article/details?id=42238085

相关文章:

  • 2021-11-30
  • 2022-12-23
  • 2022-01-29
  • 2022-01-09
  • 2022-12-23
  • 2021-04-26
  • 2021-08-31
猜你喜欢
  • 2021-06-18
  • 2021-12-10
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-04-10
相关资源
相似解决方案