File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 <scope >test</scope >
7070 </dependency >
7171 </dependencies >
72- <build >
73- <resources >
74- <resource >
75- <directory >./..</directory >
76- <filtering >true</filtering >
77- <includes >
78- <include >project.properties</include >
79- </includes >
80- </resource >
81- </resources >
82- <plugins >
83- <plugin >
84- <artifactId >maven-antrun-plugin</artifactId >
85- <version >1.4</version >
86- <executions >
87- <execution >
88- <phase >process-resources</phase >
89- <configuration >
90- <tasks >
91- <copy file =" ${project.build.outputDirectory}/project.properties"
92- toFile =" ${project.build.outputDirectory}/com/google/cloud/project.properties"
93- overwrite =" true" />
94- </tasks >
95- </configuration >
96- <goals >
97- <goal >run</goal >
98- </goals >
99- </execution >
100- </executions >
101- </plugin >
102- </plugins >
103- </build >
10472</project >
Original file line number Diff line number Diff line change 109109 <scope >test</scope >
110110 </dependency >
111111 </dependencies >
112- <build >
113- <resources >
114- <resource >
115- <directory >./..</directory >
116- <filtering >true</filtering >
117- <includes >
118- <include >project.properties</include >
119- </includes >
120- </resource >
121- </resources >
122- <plugins >
123- <plugin >
124- <artifactId >maven-antrun-plugin</artifactId >
125- <version >1.4</version >
126- <executions >
127- <execution >
128- <phase >process-resources</phase >
129- <configuration >
130- <tasks >
131- <copy file =" ${project.build.outputDirectory}/project.properties"
132- toFile =" ${project.build.outputDirectory}/com/google/cloud/project.properties"
133- overwrite =" true" />
134- </tasks >
135- </configuration >
136- <goals >
137- <goal >run</goal >
138- </goals >
139- </execution >
140- </executions >
141- </plugin >
142- </plugins >
143- </build >
144112</project >
You can’t perform that action at this time.
0 commit comments