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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>org.codehaus.sonar-plugins</groupId>
  5. <artifactId>parent</artifactId>
  6. <version>16</version>
  7. </parent>
  8. <artifactId>sonar-runner</artifactId>
  9. <version>2.1-SNAPSHOT</version>
  10. <packaging>pom</packaging>
  11. <name>Sonar Runner</name>
  12. <modules>
  13. <module>sonar-runner-api</module>
  14. <module>sonar-runner-impl</module>
  15. <module>sonar-runner-dist</module>
  16. </modules>
  17. <url>http://docs.codehaus.org/display/SONAR/Sonar+Standalone+Runner</url>
  18. <inceptionYear>2011</inceptionYear>
  19. <organization>
  20. <name>SonarSource</name>
  21. <url>http://www.sonarsource.com</url>
  22. </organization>
  23. <licenses>
  24. <license>
  25. <name>GNU LGPL 3</name>
  26. <url>http://www.gnu.org/licenses/lgpl.txt</url>
  27. <distribution>repo</distribution>
  28. </license>
  29. </licenses>
  30. <developers>
  31. <developer>
  32. <id>godin</id>
  33. <name>Evgeny Mandrikov</name>
  34. <timezone>+3</timezone>
  35. </developer>
  36. <developer>
  37. <id>simon.brandhof</id>
  38. <name>Simon Brandhof</name>
  39. <timezone>+1</timezone>
  40. </developer>
  41. <developer>
  42. <id>bellingard</id>
  43. <name>Fabrice Bellingard</name>
  44. <timezone>+1</timezone>
  45. </developer>
  46. <developer>
  47. <id>henryju</id>
  48. <name>Julien Henry</name>
  49. <timezone>+1</timezone>
  50. </developer>
  51. </developers>
  52. <scm>
  53. <connection>scm:git:git@github.com:SonarCommunity/sonar-runner.git</connection>
  54. <developerConnection>scm:git:git@github.com:SonarCommunity/sonar-runner.git</developerConnection>
  55. <url>https://github.com/SonarCommunity/sonar-runner</url>
  56. </scm>
  57. <issueManagement>
  58. <system>JIRA</system>
  59. <url>http://jira.codehaus.org/browse/SONARPLUGINS/component/14640</url>
  60. </issueManagement>
  61. <ciManagement>
  62. </ciManagement>
  63. <properties>
  64. <sonar.buildVersion>3.5-SNAPSHOT</sonar.buildVersion>
  65. <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
  66. </properties>
  67. </project>