Skip to content

Commit

Permalink
Merge pull request #78 from GoogleCloudPlatform/add-tags
Browse files Browse the repository at this point in the history
Adding Tags for docs
  • Loading branch information
lesv committed Feb 3, 2016
2 parents dce14ca + 818c81b commit 5790542
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions managedvms/sparkjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<target>1.8</target>
</configuration>
</plugin>

<!-- START assembly -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
Expand All @@ -65,6 +67,9 @@
</archive>
</configuration>
</plugin>
<!-- END assembly -->

<!-- START exec -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand All @@ -77,6 +82,7 @@
</arguments>
</configuration>
</plugin>
<!-- END exec -->
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>gcloud-maven-plugin</artifactId>
Expand Down

0 comments on commit 5790542

Please sign in to comment.