You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 823B

12345678910111213141516171819202122
  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" 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. <parent>
  5. <groupId>org.sonarsource.sonarqube</groupId>
  6. <artifactId>sonarqube</artifactId>
  7. <version>6.0.1-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>server</artifactId>
  10. <packaging>pom</packaging>
  11. <name>SonarQube :: Server :: Parent</name>
  12. <modules>
  13. <module>sonar-process</module>
  14. <module>sonar-process-monitor</module>
  15. <module>sonar-search</module>
  16. <module>sonar-server</module>
  17. <module>sonar-ce</module>
  18. <module>sonar-plugin-bridge</module>
  19. <module>sonar-web</module>
  20. </modules>
  21. </project>