File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
dailymotion-simple-cmdline-sample
googleplus-simple-cmdline-sample Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 66
66
</executions >
67
67
</plugin >
68
68
</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 >
69
77
<finalName >${project.artifactId} -${project.version} </finalName >
70
78
</build >
71
79
<dependencies >
Original file line number Diff line number Diff line change 65
65
</executions >
66
66
</plugin >
67
67
</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 >
68
76
<finalName >${project.artifactId} -${project.version} </finalName >
69
77
</build >
70
78
<dependencies >
You can’t perform that action at this time.
0 commit comments