File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
flexible/cloudsql/src/main/resources Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8888 <!-- for hot reload of the web application -->
8989 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
9090 <plugins >
91+ <!-- [START plugins] -->
9192 <plugin >
9293 <groupId >org.apache.maven.plugins</groupId >
9394 <artifactId >maven-war-plugin</artifactId >
113114 <deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
114115 </configuration >
115116 </plugin >
116-
117+ <!-- [END plugins] -->
117118 </plugins >
118119 </build >
119120</project >
Original file line number Diff line number Diff line change 8888 <!-- for hot reload of the web application -->
8989 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
9090 <plugins >
91+ <!-- [START plugins] -->
9192 <plugin >
9293 <groupId >org.apache.maven.plugins</groupId >
9394 <artifactId >maven-war-plugin</artifactId >
113114 <deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
114115 </configuration >
115116 </plugin >
116-
117+ <!-- [END plugins] -->
117118 </plugins >
118119 </build >
119120</project >
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14-
14+ # [START properties]
1515sqlUrl =${sqlURL}
16+ # [END properties]
You can’t perform that action at this time.
0 commit comments