File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 5959 <plugin >
6060 <groupId >org.sonatype.plugins</groupId >
6161 <artifactId >nexus-staging-maven-plugin</artifactId >
62- <version >1.6.3 </version >
62+ <version >1.6.5 </version >
6363 <extensions >true</extensions >
6464 <configuration >
6565 <serverId >ossrh</serverId >
6666 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
67+ <stagingProfileId >84aff6e87e214c</stagingProfileId >
6768 <autoReleaseAfterClose >false</autoReleaseAfterClose >
6869 </configuration >
6970 </plugin >
8384 </executions >
8485 <configuration >
8586 <finalName >
86- arangodb-java-driver-${version} -standalone
87+ arangodb-java-driver-${project. version} -standalone
8788 </finalName >
8889 <attach >false</attach >
8990 <appendAssemblyId >false</appendAssemblyId >
100101 <configuration >
101102 <source >1.6</source >
102103 <target >1.6</target >
104+ <compilerArgument ></compilerArgument >
103105 </configuration >
104106 </plugin >
105107
135137 <goals >
136138 <goal >jar</goal >
137139 </goals >
140+ <configuration >
141+ <additionalparam >-Xdoclint:none</additionalparam >
142+ </configuration >
138143 </execution >
139144 </executions >
140145 </plugin >
141146
142147 <plugin >
143148 <artifactId >maven-surefire-plugin</artifactId >
149+ <version >2.18.1</version >
144150 <configuration >
145151 <forkMode >never</forkMode >
146152 <includes >
You can’t perform that action at this time.
0 commit comments