You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 867 B

6 years ago
12345678910111213141516171819202122232425262728293031
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <modules>
  6. <module>manager-booter</module>
  7. <module>manager-web</module>
  8. <module>manager-service</module>
  9. <module>manager-model</module>
  10. </modules>
  11. <parent>
  12. <groupId>com.jd.blockchain</groupId>
  13. <artifactId>jdchain-root</artifactId>
  14. <version>1.2.0-SNAPSHOT</version>
  15. </parent>
  16. <artifactId>manager</artifactId>
  17. <packaging>pom</packaging>
  18. <build>
  19. <plugins>
  20. <plugin>
  21. <groupId>org.apache.maven.plugins</groupId>
  22. <artifactId>maven-deploy-plugin</artifactId>
  23. <version>2.8.2</version>
  24. <configuration>
  25. <skip>true</skip>
  26. </configuration>
  27. </plugin>
  28. </plugins>
  29. </build>
  30. </project>

一个面向企业应用场景的通用区块链框架系统,能够作为企业级基础设施,为业务创新提供高效、灵活和安全的解决方案