File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1414 <description >Core module for ArangoDB Java Driver</description >
1515
1616 <properties >
17+ <maven .deploy.skip>false</maven .deploy.skip>
1718 <moduleName >com.arangodb.core</moduleName >
1819 </properties >
1920
8586 </execution >
8687 </executions >
8788 </plugin >
89+ <plugin >
90+ <groupId >org.apache.maven.plugins</groupId >
91+ <artifactId >maven-javadoc-plugin</artifactId >
92+ <executions >
93+ <execution >
94+ <id >attach-javadocs</id >
95+ <goals >
96+ <goal >jar</goal >
97+ </goals >
98+ <configuration >
99+ <excludePackageNames >
100+ com.arangodb.internal,
101+ com.arangodb.internal.*
102+ </excludePackageNames >
103+ <doclint >none</doclint >
104+ </configuration >
105+ </execution >
106+ </executions >
107+ </plugin >
88108 </plugins >
89109 </build >
110+
90111</project >
You can’t perform that action at this time.
0 commit comments