File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.cybersource</groupId >
11
11
<artifactId >cybersource-sdk-java</artifactId >
12
- <version >6.2.10-SNAPSHOT </version >
12
+ <version >6.2.10</version >
13
13
<name >cybersource-sdk-java</name >
14
14
<description >Simple Order API Client</description >
15
15
<url >http://www.cybersource.com</url >
193
193
</profile >
194
194
</profiles >
195
195
196
+ <build >
197
+ <plugins >
198
+ <plugin >
199
+ <groupId >org.apache.maven.plugins</groupId >
200
+ <artifactId >maven-javadoc-plugin</artifactId >
201
+ <version >3.2.0</version >
202
+ <executions >
203
+ <execution >
204
+ <id >attach-javadocs</id >
205
+ <phase >package</phase >
206
+ <goals ><goal >jar</goal ></goals >
207
+ </execution >
208
+ </executions >
209
+ <configuration >
210
+ <additionalOptions >
211
+ <additionalOption >-Xdoclint:none</additionalOption >
212
+ </additionalOptions >
213
+ </configuration >
214
+ </plugin >
215
+ </plugins >
216
+ </build >
217
+
196
218
<dependencies >
197
219
<dependency >
198
220
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments