We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2c391 commit f70d79fCopy full SHA for f70d79f
fake_pom_deploy.xml
@@ -0,0 +1,21 @@
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</artifactId>
5
+ <version>1</version> <!-- Do not edit; see VERSION. -->
6
+ <build>
7
+ <extensions>
8
+ <extension>
9
+ <groupId>com.googlesource.gerrit</groupId>
10
+ <artifactId>gs-maven-wagon</artifactId>
11
+ <version>3.3</version>
12
+ </extension>
13
+ </extensions>
14
+ </build>
15
+ <pluginRepositories>
16
+ <pluginRepository>
17
+ <id>gerrit-maven-repository</id>
18
+ <url>https://gerrit-maven.storage.googleapis.com/</url>
19
+ </pluginRepository>
20
+ </pluginRepositories>
21
+</project>
fake_pom_install.xml
@@ -0,0 +1 @@
+fake_pom_deploy.xml
0 commit comments