We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d830ed0 commit 80135ebCopy full SHA for 80135eb
pom.xml
@@ -125,6 +125,16 @@
125
<groupId>org.apache.maven.plugins</groupId>
126
<artifactId>maven-javadoc-plugin</artifactId>
127
<version>${maven.javadoc.plugin.version}</version>
128
+ <configuration>
129
+ <failOnError>false</failOnError>
130
+ <doclint>none</doclint>
131
+ <reportOutputDirectory>${basedir}</reportOutputDirectory>
132
+ <doctitle>Aerospike Java Object Mapper</doctitle>
133
+ <show>public</show>
134
+ <splitindex>true</splitindex>
135
+ <bottom>Copyright © 2020–{currentYear} Aerospike, Inc. All rights reserved.</bottom>
136
+ <sourcepath>${basedir}/src/main</sourcepath>
137
+ </configuration>
138
<executions>
139
<execution>
140
<id>attach-javadocs</id>
0 commit comments