File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
dailymotion-simple-cmdline-sample
googleplus-simple-cmdline-sample Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 65
65
</execution >
66
66
</executions >
67
67
</plugin >
68
+ <plugin >
69
+ <groupId >org.apache.maven.plugins</groupId >
70
+ <artifactId >maven-deploy-plugin</artifactId >
71
+ <version >2.5</version >
72
+ <configuration >
73
+ <skip >true</skip >
74
+ </configuration >
75
+ </plugin >
68
76
</plugins >
69
- <plugin >
70
- <groupId >org.apache.maven.plugins</groupId >
71
- <artifactId >maven-deploy-plugin</artifactId >
72
- <version >2.5</version >
73
- <configuration >
74
- <skip >true</skip >
75
- </configuration >
76
- </plugin >
77
77
<finalName >${project.artifactId} -${project.version} </finalName >
78
78
</build >
79
79
<dependencies >
Original file line number Diff line number Diff line change 64
64
</execution >
65
65
</executions >
66
66
</plugin >
67
+ <plugin >
68
+ <groupId >org.apache.maven.plugins</groupId >
69
+ <artifactId >maven-deploy-plugin</artifactId >
70
+ <version >2.5</version >
71
+ <configuration >
72
+ <skip >true</skip >
73
+ </configuration >
74
+ </plugin >
67
75
</plugins >
68
- <plugin >
69
- <groupId >org.apache.maven.plugins</groupId >
70
- <artifactId >maven-deploy-plugin</artifactId >
71
- <version >2.5</version >
72
- <configuration >
73
- <skip >true</skip >
74
- </configuration >
75
- </plugin >
76
76
<finalName >${project.artifactId} -${project.version} </finalName >
77
77
</build >
78
78
<dependencies >
You can’t perform that action at this time.
0 commit comments