File tree Expand file tree Collapse file tree
branches/autosynth-websecurityscanner
google-cloud-clients/google-cloud-firestore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142142refs/heads/autosynth-tasks: 25d1eafe8cb66b00e3dad765dac74a5b45b83e63
143143refs/heads/autosynth-texttospeech: 7a3ad430dddaed7a76f2026064502680c9339915
144144refs/heads/autosynth-trace: 31564421a4b29f8257a6daea7f9a19838ac6459f
145- refs/heads/autosynth-websecurityscanner: fff25ba885353dd4c9499d9084e4463291c72c9a
145+ refs/heads/autosynth-websecurityscanner: ef1f4f2be35a4ac642949f99e7b7c061cbcee442
146146refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
147147refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
148148refs/heads/snyk-fix-r0punm: 1f0e6519ffd9f6cc09bcce1ccdf3fb61b6f4f9b5
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments