File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >com.cybersource</groupId >
1111 <artifactId >cybersource-sdk-java</artifactId >
12- <version >6.2.10-SNAPSHOT </version >
12+ <version >6.2.10</version >
1313 <name >cybersource-sdk-java</name >
1414 <description >Simple Order API Client</description >
1515 <url >http://www.cybersource.com</url >
193193 </profile >
194194 </profiles >
195195
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+
196218 <dependencies >
197219 <dependency >
198220 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments