We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dce14ca + 818c81b commit 5790542Copy full SHA for 5790542
managedvms/sparkjava/pom.xml
@@ -44,6 +44,8 @@
44
<target>1.8</target>
45
</configuration>
46
</plugin>
47
+
48
+<!-- START assembly -->
49
<plugin>
50
<artifactId>maven-assembly-plugin</artifactId>
51
<executions>
@@ -65,6 +67,9 @@
65
67
</archive>
66
68
69
70
+<!-- END assembly -->
71
72
+<!-- START exec -->
73
74
<groupId>org.codehaus.mojo</groupId>
75
<artifactId>exec-maven-plugin</artifactId>
@@ -77,6 +82,7 @@
77
82
</arguments>
78
83
79
84
85
+<!-- END exec -->
80
86
81
87
<groupId>com.google.appengine</groupId>
88
<artifactId>gcloud-maven-plugin</artifactId>
0 commit comments