File tree Expand file tree Collapse file tree
branches/lesv-patch-1/google-cloud-firestore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69- refs/heads/lesv-patch-1: f9ce7d388b02048f2c09bf5567df7ce51bf850f7
69+ refs/heads/lesv-patch-1: b13a0a9d87369a761ccafde80ea809f0be44ca3b
7070refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb
Original file line number Diff line number Diff line change 109109 </resource >
110110 </resources >
111111 <plugins >
112+ <plugin >
113+ <artifactId >maven-antrun-plugin</artifactId >
114+ <version >1.4</version >
115+ <executions >
116+ <execution >
117+ <phase >process-resources</phase >
118+ <configuration >
119+ <tasks >
120+ <copy file =" ${project.build.outputDirectory}/project.properties"
121+ toFile =" ${project.build.outputDirectory}/com/google/cloud/firestore/project.properties"
122+ overwrite =" true" />
123+ </tasks >
124+ </configuration >
125+ <goals >
126+ <goal >run</goal >
127+ </goals >
128+ </execution >
129+ </executions >
130+ </plugin >
112131 <plugin >
113132 <groupId >org.codehaus.mojo</groupId >
114133 <artifactId >properties-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments