Skip to content

Commit 072de41

Browse files
authored
Add tags to CloudSQL samples (GoogleCloudPlatform#1100)
* Added tags for plugins. * Add tags to config.properties.
1 parent 00c1279 commit 072de41

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

appengine-java8/cloudsql-postgres/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
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>
@@ -113,7 +114,7 @@
113114
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
114115
</configuration>
115116
</plugin>
116-
117+
<!-- [END plugins] -->
117118
</plugins>
118119
</build>
119120
</project>

appengine-java8/cloudsql/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
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>
@@ -113,7 +114,7 @@
113114
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
114115
</configuration>
115116
</plugin>
116-
117+
<!-- [END plugins] -->
117118
</plugins>
118119
</build>
119120
</project>

flexible/cloudsql/src/main/resources/config.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
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]
1515
sqlUrl=${sqlURL}
16+
# [END properties]

0 commit comments

Comments
 (0)