Skip to content

Commit 5790542

Browse files
committed
Merge pull request #78 from GoogleCloudPlatform/add-tags
Adding Tags for docs
2 parents dce14ca + 818c81b commit 5790542

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

managedvms/sparkjava/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<target>1.8</target>
4545
</configuration>
4646
</plugin>
47+
48+
<!-- START assembly -->
4749
<plugin>
4850
<artifactId>maven-assembly-plugin</artifactId>
4951
<executions>
@@ -65,6 +67,9 @@
6567
</archive>
6668
</configuration>
6769
</plugin>
70+
<!-- END assembly -->
71+
72+
<!-- START exec -->
6873
<plugin>
6974
<groupId>org.codehaus.mojo</groupId>
7075
<artifactId>exec-maven-plugin</artifactId>
@@ -77,6 +82,7 @@
7782
</arguments>
7883
</configuration>
7984
</plugin>
85+
<!-- END exec -->
8086
<plugin>
8187
<groupId>com.google.appengine</groupId>
8288
<artifactId>gcloud-maven-plugin</artifactId>

0 commit comments

Comments
 (0)