pom.xml 810 B

12345678910111213141516171819202122
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>me.yoqi</groupId>
  4. <artifactId>me.yoqi.fix-teleport</artifactId>
  5. <version>0.0.1-SNAPSHOT</version>
  6. <name>fix-teleport</name>
  7. <description>teleport项目修复高级功能</description>
  8. <build>
  9. <sourceDirectory>src</sourceDirectory>
  10. <plugins>
  11. <plugin>
  12. <artifactId>maven-compiler-plugin</artifactId>
  13. <version>3.5.1</version>
  14. <configuration>
  15. <source/>
  16. <target/>
  17. </configuration>
  18. </plugin>
  19. </plugins>
  20. </build>
  21. <url>http://git.yoqi.me:3000/lyq/fix-teleport</url>
  22. </project>