File tree 3 files changed +6
-3
lines changed
flexible/cloudsql/src/main/resources
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 88
88
<!-- for hot reload of the web application -->
89
89
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
90
90
<plugins >
91
+ <!-- [START plugins] -->
91
92
<plugin >
92
93
<groupId >org.apache.maven.plugins</groupId >
93
94
<artifactId >maven-war-plugin</artifactId >
113
114
<deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
114
115
</configuration >
115
116
</plugin >
116
-
117
+ <!-- [END plugins] -->
117
118
</plugins >
118
119
</build >
119
120
</project >
Original file line number Diff line number Diff line change 88
88
<!-- for hot reload of the web application -->
89
89
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
90
90
<plugins >
91
+ <!-- [START plugins] -->
91
92
<plugin >
92
93
<groupId >org.apache.maven.plugins</groupId >
93
94
<artifactId >maven-war-plugin</artifactId >
113
114
<deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
114
115
</configuration >
115
116
</plugin >
116
-
117
+ <!-- [END plugins] -->
117
118
</plugins >
118
119
</build >
119
120
</project >
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
14
+ # [START properties]
15
15
sqlUrl =${sqlURL}
16
+ # [END properties]
You can’t perform that action at this time.
0 commit comments