File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 159
159
<artifactId >maven-clean-plugin</artifactId >
160
160
<version >2.5</version >
161
161
</plugin >
162
+ <plugin >
163
+ <groupId >org.apache.maven.plugins</groupId >
164
+ <artifactId >maven-javadoc-plugin</artifactId >
165
+ <version >2.9</version >
166
+ </plugin >
162
167
<plugin >
163
168
<groupId >org.apache.maven.plugins</groupId >
164
169
<artifactId >maven-source-plugin</artifactId >
179
184
<artifactId >maven-install-plugin</artifactId >
180
185
<version >2.4</version >
181
186
</plugin >
187
+ <plugin >
188
+ <groupId >org.apache.maven.plugins</groupId >
189
+ <artifactId >maven-deploy-plugin</artifactId >
190
+ <version >2.7</version >
191
+ </plugin >
182
192
<plugin >
183
193
<groupId >org.apache.maven.plugins</groupId >
184
194
<artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments