Skip to content

Commit 3b7aa5b

Browse files
---
yaml --- r: 5827 b: refs/heads/master c: 67b0cd4 h: refs/heads/master i: 5825: 3df8d09 5823: 832444a
1 parent 07025a8 commit 3b7aa5b

4 files changed

Lines changed: 53 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ac6bc223a4e9b2da14608c16316ce567a7859b2f
2+
refs/heads/master: 67b0cd40dfc257e51d183c4322f71e26a468b80b
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 4154fc3537163299162c8c903f2d1386463dd7a3
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-dep-verification/google-cloud-consumer/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@
3737
</execution>
3838
</executions>
3939
</plugin>
40+
<plugin>
41+
<groupId>org.apache.maven.plugins</groupId>
42+
<artifactId>maven-deploy-plugin</artifactId>
43+
<version>2.7</version>
44+
<configuration>
45+
<skip>true</skip>
46+
</configuration>
47+
</plugin>
48+
<plugin>
49+
<groupId>org.apache.maven.plugins</groupId>
50+
<artifactId>maven-site-plugin</artifactId>
51+
<version>3.4</version>
52+
<configuration>
53+
<skip>true</skip>
54+
</configuration>
55+
</plugin>
4056
</plugins>
4157
</build>
4258
</project>

trunk/google-cloud-dep-verification/google-cloud-errorreporting-consumer/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@
3737
</execution>
3838
</executions>
3939
</plugin>
40+
<plugin>
41+
<groupId>org.apache.maven.plugins</groupId>
42+
<artifactId>maven-deploy-plugin</artifactId>
43+
<version>2.7</version>
44+
<configuration>
45+
<skip>true</skip>
46+
</configuration>
47+
</plugin>
48+
<plugin>
49+
<groupId>org.apache.maven.plugins</groupId>
50+
<artifactId>maven-site-plugin</artifactId>
51+
<version>3.4</version>
52+
<configuration>
53+
<skip>true</skip>
54+
</configuration>
55+
</plugin>
4056
</plugins>
4157
</build>
4258
</project>

trunk/google-cloud-dep-verification/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,24 @@
1414
<module>google-cloud-consumer</module>
1515
<module>google-cloud-errorreporting-consumer</module>
1616
</modules>
17+
<build>
18+
<plugins>
19+
<plugin>
20+
<groupId>org.apache.maven.plugins</groupId>
21+
<artifactId>maven-deploy-plugin</artifactId>
22+
<version>2.7</version>
23+
<configuration>
24+
<skip>true</skip>
25+
</configuration>
26+
</plugin>
27+
<plugin>
28+
<groupId>org.apache.maven.plugins</groupId>
29+
<artifactId>maven-site-plugin</artifactId>
30+
<version>3.4</version>
31+
<configuration>
32+
<skip>true</skip>
33+
</configuration>
34+
</plugin>
35+
</plugins>
36+
</build>
1737
</project>

0 commit comments

Comments
 (0)