File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 99 <groupId >net.authorize</groupId >
1010 <artifactId >anet-java-sdk</artifactId >
1111 <packaging >jar</packaging >
12- <version >2.0.2-SNAPSHOT </version >
12+ <version >2.0.2</version >
1313 <name >Authorize.Net Java SDK</name >
1414 <description >Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.</description >
1515 <url >http://developer.authorize.net</url >
157157 </environmentVariables >
158158 </configuration >
159159 </plugin >
160+ <plugin >
161+ <groupId >org.apache.maven.plugins</groupId >
162+ <artifactId >maven-javadoc-plugin</artifactId >
163+ <version >2.10.4</version >
164+ <configuration >
165+ <additionalparam >-Xdoclint:none</additionalparam >
166+ </configuration >
167+ <executions >
168+ <execution >
169+ <id >attach-javadocs</id >
170+ <goals >
171+ <goal >jar</goal >
172+ </goals >
173+ </execution >
174+ </executions >
175+ </plugin >
160176 </plugins >
161177 <resources >
162178 <resource >
You can’t perform that action at this time.
0 commit comments