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 9
9
<groupId >net.authorize</groupId >
10
10
<artifactId >anet-java-sdk</artifactId >
11
11
<packaging >jar</packaging >
12
- <version >2.0.2-SNAPSHOT </version >
12
+ <version >2.0.2</version >
13
13
<name >Authorize.Net Java SDK</name >
14
14
<description >Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.</description >
15
15
<url >http://developer.authorize.net</url >
157
157
</environmentVariables >
158
158
</configuration >
159
159
</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 >
160
176
</plugins >
161
177
<resources >
162
178
<resource >
You can’t perform that action at this time.
0 commit comments