| David Ostrovsky | 22c45b3 | 2014-02-23 22:22:26 +0100 | [diff] [blame^] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>com.google.gitiles</groupId> |
| 4 | <artifactId>Gitiles-Simple-Git-Repository-Browser</artifactId> |
| 5 | <version>1</version> |
| 6 | <distributionManagement> |
| 7 | <repository> |
| 8 | <id>gerrit-api-repository</id> |
| 9 | <name>Gerrit API Repository</name> |
| 10 | <url>gs://gerrit-api</url> |
| 11 | <uniqueVersion>true</uniqueVersion> |
| 12 | </repository> |
| 13 | </distributionManagement> |
| 14 | <build> |
| 15 | <extensions> |
| 16 | <extension> |
| 17 | <groupId>com.googlesource.gerrit</groupId> |
| 18 | <artifactId>gs-maven-wagon</artifactId> |
| 19 | <version>3.3</version> |
| 20 | </extension> |
| 21 | </extensions> |
| 22 | </build> |
| 23 | <pluginRepositories> |
| 24 | <pluginRepository> |
| 25 | <id>gerrit-maven-repository</id> |
| 26 | <url>https://gerrit-maven.storage.googleapis.com/</url> |
| 27 | </pluginRepository> |
| 28 | </pluginRepositories> |
| 29 | </project> |