File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
</dependencies >
36
36
<build >
37
37
<plugins >
38
- <!-- //[START maven]-->
38
+ <!-- // [START maven]-->
39
39
<plugin >
40
40
<groupId >org.apache.maven.plugins</groupId >
41
41
<artifactId >maven-compiler-plugin</artifactId >
45
45
<target >1.8</target >
46
46
</configuration >
47
47
</plugin >
48
- <!-- //[END maven]-->
49
- <!-- //[START assembly] -->
48
+ <!-- // [END maven]-->
49
+ <!-- // [START assembly] -->
50
50
<plugin >
51
51
<artifactId >maven-assembly-plugin</artifactId >
52
52
<executions >
68
68
</archive >
69
69
</configuration >
70
70
</plugin >
71
- <!-- //[END assembly] -->
71
+ <!-- // [END assembly] -->
72
72
73
- <!-- //[START exec] -->
73
+ <!-- // [START exec] -->
74
74
<plugin >
75
75
<groupId >org.codehaus.mojo</groupId >
76
76
<artifactId >exec-maven-plugin</artifactId >
83
83
</arguments >
84
84
</configuration >
85
85
</plugin >
86
- <!-- //[END exec] -->
86
+ <!-- // [END exec] -->
87
87
<plugin >
88
88
<groupId >com.google.appengine</groupId >
89
89
<artifactId >gcloud-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments