Skip to content

Commit 67b147a

Browse files
BenWhiteheadchingor13
authored andcommitted
---
yaml --- r: 31601 b: refs/heads/autosynth-containeranalysis c: ef1f4f2 h: refs/heads/master i: 31599: 38a6668
1 parent 4ef88e9 commit 67b147a

3 files changed

Lines changed: 61 additions & 1 deletion

File tree

  • branches/autosynth-containeranalysis
    • google-api-grpc
    • google-cloud-clients/google-cloud-firestore

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ refs/heads/autosynth-bigquerydatatransfer: 71b6b6d2a992d05999b53e6e130c4fc1c8c8b
126126
refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127127
refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129-
refs/heads/autosynth-containeranalysis: fff25ba885353dd4c9499d9084e4463291c72c9a
129+
refs/heads/autosynth-containeranalysis: ef1f4f2be35a4ac642949f99e7b7c061cbcee442
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131131
refs/heads/autosynth-dialogflow: 841930a680ebe370c9fc6ae824465f6bc51a5a46
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636

branches/autosynth-containeranalysis/google-api-grpc/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,41 @@
993993
</execution>
994994
</executions>
995995
</plugin>
996+
<plugin>
997+
<groupId>org.codehaus.mojo</groupId>
998+
<artifactId>build-helper-maven-plugin</artifactId>
999+
<version>3.0.0</version>
1000+
<executions>
1001+
<execution>
1002+
<id>add-resource</id>
1003+
<phase>generate-resources</phase>
1004+
<goals>
1005+
<goal>add-resource</goal>
1006+
</goals>
1007+
<configuration>
1008+
<resources>
1009+
<resource>
1010+
<directory>src/main/proto</directory>
1011+
</resource>
1012+
</resources>
1013+
</configuration>
1014+
</execution>
1015+
<execution>
1016+
<id>add-test-resource</id>
1017+
<phase>generate-test-resources</phase>
1018+
<goals>
1019+
<goal>add-test-resource</goal>
1020+
</goals>
1021+
<configuration>
1022+
<resources>
1023+
<resource>
1024+
<directory>src/test/proto</directory>
1025+
</resource>
1026+
</resources>
1027+
</configuration>
1028+
</execution>
1029+
</executions>
1030+
</plugin>
9961031
</plugins>
9971032
</build>
9981033

branches/autosynth-containeranalysis/google-cloud-clients/google-cloud-firestore/pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,31 @@
109109
<scope>test</scope>
110110
</dependency>
111111
</dependencies>
112+
<build>
113+
<plugins>
114+
<plugin>
115+
<groupId>org.codehaus.mojo</groupId>
116+
<artifactId>build-helper-maven-plugin</artifactId>
117+
<version>3.0.0</version>
118+
<executions>
119+
<execution>
120+
<id>add-test-resource</id>
121+
<phase>generate-test-resources</phase>
122+
<goals>
123+
<goal>add-test-resource</goal>
124+
</goals>
125+
<configuration>
126+
<resources>
127+
<resource>
128+
<directory>src/test/proto</directory>
129+
</resource>
130+
</resources>
131+
</configuration>
132+
</execution>
133+
</executions>
134+
</plugin>
135+
</plugins>
136+
</build>
112137

113138
<reporting>
114139
<plugins>

0 commit comments

Comments
 (0)