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 847 B

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. <parent>
  6. <groupId>com.jd.blockchain</groupId>
  7. <artifactId>jdchain-root</artifactId>
  8. <version>0.8.3.RELEASE</version>
  9. </parent>
  10. <artifactId>runtime</artifactId>
  11. <packaging>pom</packaging>
  12. <modules>
  13. <module>runtime-context</module>
  14. <module>runtime-modular</module>
  15. <module>runtime-modular-booter</module>
  16. </modules>
  17. <build>
  18. <plugins>
  19. <plugin>
  20. <groupId>org.apache.maven.plugins</groupId>
  21. <artifactId>maven-deploy-plugin</artifactId>
  22. <version>2.8.2</version>
  23. <configuration>
  24. <skip>true</skip>
  25. </configuration>
  26. </plugin>
  27. </plugins>
  28. </build>
  29. </project>

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