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

123456789101112131415161718192021222324
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>com.jd.blockchain</groupId>
  5. <artifactId>project-to-test</artifactId>
  6. <version>1.0-SNAPSHOT</version>
  7. <packaging>jar</packaging>
  8. <name>Test MyMojo</name>
  9. <build>
  10. <plugins>
  11. <plugin>
  12. <artifactId>contract-maven-plugin</artifactId>
  13. <configuration>
  14. <!--<outputDirectory>target/test-harness/project-to-test</outputDirectory>-->
  15. <!-- The defined stubs -->
  16. <project implementation="com.jd.blockchain.ledger.MyProjectStub"/>
  17. <finalName>contract</finalName>
  18. </configuration>
  19. </plugin>
  20. </plugins>
  21. </build>
  22. </project>

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