Skip to content

Commit 0e97ee0

Browse files
committed
some changes for staging
1 parent 661bb85 commit 0e97ee0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@
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>
@@ -83,7 +84,7 @@
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>
@@ -100,6 +101,7 @@
100101
<configuration>
101102
<source>1.6</source>
102103
<target>1.6</target>
104+
<compilerArgument></compilerArgument>
103105
</configuration>
104106
</plugin>
105107

@@ -135,12 +137,16 @@
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>

0 commit comments

Comments
 (0)