Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cybersource-sdk-java-6.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendya1002 committed May 15, 2020
1 parent 1952f4d commit 7cabe3c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.cybersource</groupId>
<artifactId>cybersource-sdk-java</artifactId>
<version>6.2.10-SNAPSHOT</version>
<version>6.2.10</version>
<name>cybersource-sdk-java</name>
<description>Simple Order API Client</description>
<url>http://www.cybersource.com</url>
Expand Down Expand Up @@ -193,6 +193,28 @@
</profile>
</profiles>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals><goal>jar</goal></goals>
</execution>
</executions>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 7cabe3c

Please sign in to comment.