pom.xml 846 B

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project>
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <relativePath>../pom.xml</relativePath>
  6. <groupId>be.uantwerpen.ansymo.semanticadaptation</groupId>
  7. <artifactId>parent</artifactId>
  8. <version>1.0.0-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>be.uantwerpen.ansymo.semanticadaptation.cg.cpp.lib</artifactId>
  11. <packaging>jar</packaging>
  12. <name>be.uantwerpen.ansymo.semanticadaptation Code Generation to C++ Framework</name>
  13. <build>
  14. <resources>
  15. <resource>
  16. <directory>src/resources/hybridCosimulation-framework/semantic-adaptation</directory>
  17. <targetPath>${project.build.directory}/classes/hybridCosimulation-framework</targetPath>
  18. <filtering>false</filtering>
  19. <includes>
  20. <include>**/*</include>
  21. </includes>
  22. </resource>
  23. </resources>
  24. </build>
  25. </project>