File tree Expand file tree Collapse file tree 4 files changed +84
-0
lines changed
Expand file tree Collapse file tree 4 files changed +84
-0
lines changed Original file line number Diff line number Diff line change 4848 </dependency >
4949 </dependencies >
5050 </dependencyManagement >
51+
52+ <build >
53+ <plugins >
54+ <plugin >
55+ <groupId >org.apache.maven.plugins</groupId >
56+ <artifactId >maven-javadoc-plugin</artifactId >
57+ <executions >
58+ <execution >
59+ <id >attach-javadocs</id >
60+ <goals >
61+ <goal >jar</goal >
62+ </goals >
63+ <configuration >
64+ <doclint >none</doclint >
65+ </configuration >
66+ </execution >
67+ </executions >
68+ </plugin >
69+ </plugins >
70+ </build >
71+
5172</project >
Original file line number Diff line number Diff line change 3737 <artifactId >jackson-annotations</artifactId >
3838 </dependency >
3939 </dependencies >
40+
41+ <build >
42+ <plugins >
43+ <plugin >
44+ <groupId >org.apache.maven.plugins</groupId >
45+ <artifactId >maven-javadoc-plugin</artifactId >
46+ <executions >
47+ <execution >
48+ <id >attach-javadocs</id >
49+ <goals >
50+ <goal >jar</goal >
51+ </goals >
52+ <configuration >
53+ <excludePackageNames >com.arangodb.serde.jackson.internal</excludePackageNames >
54+ <doclint >none</doclint >
55+ </configuration >
56+ </execution >
57+ </executions >
58+ </plugin >
59+ </plugins >
60+ </build >
61+
4062</project >
Original file line number Diff line number Diff line change 3939 </dependency >
4040 </dependencies >
4141
42+ <build >
43+ <plugins >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-javadoc-plugin</artifactId >
47+ <executions >
48+ <execution >
49+ <id >attach-javadocs</id >
50+ <goals >
51+ <goal >jar</goal >
52+ </goals >
53+ <configuration >
54+ <doclint >none</doclint >
55+ </configuration >
56+ </execution >
57+ </executions >
58+ </plugin >
59+ </plugins >
60+ </build >
61+
4262</project >
Original file line number Diff line number Diff line change 3030 </dependency >
3131 </dependencies >
3232
33+ <build >
34+ <plugins >
35+ <plugin >
36+ <groupId >org.apache.maven.plugins</groupId >
37+ <artifactId >maven-javadoc-plugin</artifactId >
38+ <executions >
39+ <execution >
40+ <id >attach-javadocs</id >
41+ <goals >
42+ <goal >jar</goal >
43+ </goals >
44+ <configuration >
45+ <excludePackageNames >com.arangodb.vst.internal</excludePackageNames >
46+ <doclint >none</doclint >
47+ </configuration >
48+ </execution >
49+ </executions >
50+ </plugin >
51+ </plugins >
52+ </build >
53+
3354</project >
You can’t perform that action at this time.
0 commit comments