25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

40 lines
1.4 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>Wcs-renren</groupId>
  7. <artifactId>Wcs-renren</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. <parent>
  10. <groupId>org.springframework.boot</groupId>
  11. <artifactId>spring-boot-starter-parent</artifactId>
  12. <version>2.2.4.RELEASE</version>
  13. </parent>
  14. <packaging>pom</packaging>
  15. <modules>
  16. <module>module-core</module>
  17. <module>module-opc</module>
  18. <module>module-common</module>
  19. <module>module-wcs</module>
  20. </modules>
  21. <properties>
  22. <lombok.version>1.18.4</lombok.version>
  23. <!--wagon plugin 配置-->
  24. <service-path>/work/renren</service-path>
  25. <pack-name>${project.artifactId}-${project.version}.jar</pack-name>
  26. <remote-addr>192.168.1.10:22</remote-addr>
  27. <remote-username>root</remote-username>
  28. <remote-passwd>123456</remote-passwd>
  29. </properties>
  30. <dependencies>
  31. <dependency>
  32. <groupId>org.projectlombok</groupId>
  33. <artifactId>lombok</artifactId>
  34. <version>${lombok.version}</version>
  35. </dependency>
  36. </dependencies>
  37. </project>