File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 84
84
<artifactId >maven-jar-plugin</artifactId >
85
85
<version >2.3</version >
86
86
</plugin >
87
+ <plugin >
88
+ <artifactId >maven-deploy-plugin</artifactId >
89
+ <version >2.5</version >
90
+ </plugin >
87
91
<plugin >
88
92
<artifactId >maven-release-plugin</artifactId >
89
93
<version >2.2.1</version >
Original file line number Diff line number Diff line change 145
145
</profile >
146
146
</profiles >
147
147
<build >
148
+ <extensions >
149
+ <extension >
150
+ <groupId >org.springframework.build.aws</groupId >
151
+ <artifactId >org.springframework.build.aws.maven</artifactId >
152
+ <version >3.1.0.RELEASE</version >
153
+ </extension >
154
+ </extensions >
148
155
<plugins >
149
156
<plugin >
150
157
<artifactId >maven-release-plugin</artifactId >
Original file line number Diff line number Diff line change 45
45
<groupId >org.mortbay.jetty</groupId >
46
46
<artifactId >maven-jetty-plugin</artifactId >
47
47
</plugin >
48
+ <plugin >
49
+ <artifactId >maven-deploy-plugin</artifactId >
50
+ <configuration >
51
+ <skip >true</skip >
52
+ </configuration >
53
+ </plugin >
48
54
<plugin >
49
55
<artifactId >maven-war-plugin</artifactId >
50
56
</plugin >
You can’t perform that action at this time.
0 commit comments