pom.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.raycos</groupId>
  7. <artifactId>raycos</artifactId>
  8. <version>1.0.0-SNAPSHOT</version>
  9. </parent>
  10. <!-- <packaging>jar</packaging>-->
  11. <artifactId>raycoscommon</artifactId>
  12. <version>1.0.0-SNAPSHOT</version>
  13. <!-- <name>raycos_common</name>-->
  14. <!-- <description>Demo project for Spring Boot</description>-->
  15. <properties>
  16. </properties>
  17. <dependencies>
  18. </dependencies>
  19. <build>
  20. <plugins>
  21. <plugin>
  22. <groupId>org.springframework.boot</groupId>
  23. <artifactId>spring-boot-maven-plugin</artifactId>
  24. <configuration>
  25. <classifier>exec</classifier>
  26. </configuration>
  27. </plugin>
  28. </plugins>
  29. </build>
  30. </project>