File tree Expand file tree Collapse file tree 8 files changed +20
-134
lines changed Expand file tree Collapse file tree 8 files changed +20
-134
lines changed Original file line number Diff line number Diff line change 90
90
</execution >
91
91
</executions >
92
92
</plugin >
93
- <plugin >
94
- <groupId >org.apache.maven.plugins</groupId >
95
- <artifactId >maven-javadoc-plugin</artifactId >
96
- <version >3.5.0</version >
97
- <executions >
98
- <execution >
99
- <id >attach-javadocs</id >
100
- <goals >
101
- <goal >jar</goal >
102
- </goals >
103
- <configuration >
104
- <excludePackageNames >
105
- com.arangodb.internal,
106
- com.arangodb.internal.*
107
- </excludePackageNames >
108
- <doclint >none</doclint >
109
- </configuration >
110
- </execution >
111
- </executions >
112
- </plugin >
113
93
</plugins >
114
94
</build >
115
95
Original file line number Diff line number Diff line change 21
21
22
22
<build >
23
23
<plugins >
24
- <plugin >
25
- <groupId >org.codehaus.mojo</groupId >
26
- <artifactId >flatten-maven-plugin</artifactId >
27
- <version >1.4.1</version >
28
- </plugin >
29
24
<plugin >
30
25
<groupId >org.apache.maven.plugins</groupId >
31
26
<artifactId >maven-javadoc-plugin</artifactId >
32
- <version >3.5.0</version >
33
- <executions >
34
- <execution >
35
- <id >attach-javadocs</id >
36
- <goals >
37
- <goal >jar</goal >
38
- </goals >
39
- <configuration >
40
- <includeDependencySources >true</includeDependencySources >
41
- <excludePackageNames >
42
- com.arangodb.internal,
43
- com.arangodb.internal.*,
44
- com.arangodb.http,
45
- com.arangodb.serde.jackson,
46
- com.arangodb.serde.jackson.*,
47
- javax.*
48
- </excludePackageNames >
49
- <doclint >none</doclint >
50
- </configuration >
51
- </execution >
52
- </executions >
27
+ <configuration >
28
+ <includeDependencySources >true</includeDependencySources >
29
+ </configuration >
53
30
</plugin >
54
31
</plugins >
55
32
</build >
Original file line number Diff line number Diff line change 32
32
</dependency >
33
33
</dependencies >
34
34
35
- <build >
36
- <plugins >
37
- <plugin >
38
- <groupId >org.apache.maven.plugins</groupId >
39
- <artifactId >maven-javadoc-plugin</artifactId >
40
- <version >3.5.0</version >
41
- <executions >
42
- <execution >
43
- <id >attach-javadocs</id >
44
- <goals >
45
- <goal >jar</goal >
46
- </goals >
47
- <configuration >
48
- <doclint >none</doclint >
49
- </configuration >
50
- </execution >
51
- </executions >
52
- </plugin >
53
- </plugins >
54
- </build >
55
-
56
35
</project >
Original file line number Diff line number Diff line change 42
42
</dependency >
43
43
</dependencies >
44
44
45
- <build >
46
- <plugins >
47
- <plugin >
48
- <groupId >org.apache.maven.plugins</groupId >
49
- <artifactId >maven-javadoc-plugin</artifactId >
50
- <version >3.5.0</version >
51
- <executions >
52
- <execution >
53
- <id >attach-javadocs</id >
54
- <goals >
55
- <goal >jar</goal >
56
- </goals >
57
- <configuration >
58
- <excludePackageNames >com.arangodb.serde.jackson.internal</excludePackageNames >
59
- <doclint >none</doclint >
60
- </configuration >
61
- </execution >
62
- </executions >
63
- </plugin >
64
- </plugins >
65
- </build >
66
-
67
45
</project >
Original file line number Diff line number Diff line change 42
42
</dependency >
43
43
</dependencies >
44
44
45
- <build >
46
- <plugins >
47
- <plugin >
48
- <groupId >org.apache.maven.plugins</groupId >
49
- <artifactId >maven-javadoc-plugin</artifactId >
50
- <version >3.5.0</version >
51
- <executions >
52
- <execution >
53
- <id >attach-javadocs</id >
54
- <goals >
55
- <goal >jar</goal >
56
- </goals >
57
- <configuration >
58
- <doclint >none</doclint >
59
- </configuration >
60
- </execution >
61
- </executions >
62
- </plugin >
63
- </plugins >
64
- </build >
65
-
66
45
</project >
Original file line number Diff line number Diff line change 35
35
<plugin >
36
36
<groupId >org.apache.maven.plugins</groupId >
37
37
<artifactId >maven-javadoc-plugin</artifactId >
38
- <version >3.5.0</version >
38
+ <version >3.8.0</version >
39
+ <executions >
40
+ <execution >
41
+ <goals >
42
+ <goal >jar</goal >
43
+ </goals >
44
+ <configuration >
45
+ <excludePackageNames >
46
+ com.arangodb.internal,
47
+ com.arangodb.internal.*,
48
+ com.arangodb.serde.jackson.internal,
49
+ javax.*
50
+ </excludePackageNames >
51
+ <doclint >none</doclint >
52
+ </configuration >
53
+ </execution >
54
+ </executions >
39
55
</plugin >
40
56
<plugin >
41
57
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 159
159
<plugin >
160
160
<groupId >org.codehaus.mojo</groupId >
161
161
<artifactId >flatten-maven-plugin</artifactId >
162
- <version >1.4.1</version >
163
162
</plugin >
164
163
</plugins >
165
164
</build >
Original file line number Diff line number Diff line change 32
32
</dependency >
33
33
</dependencies >
34
34
35
- <build >
36
- <plugins >
37
- <plugin >
38
- <groupId >org.apache.maven.plugins</groupId >
39
- <artifactId >maven-javadoc-plugin</artifactId >
40
- <version >3.5.0</version >
41
- <executions >
42
- <execution >
43
- <id >attach-javadocs</id >
44
- <goals >
45
- <goal >jar</goal >
46
- </goals >
47
- <configuration >
48
- <excludePackageNames >com.arangodb.vst.internal</excludePackageNames >
49
- <doclint >none</doclint >
50
- </configuration >
51
- </execution >
52
- </executions >
53
- </plugin >
54
- </plugins >
55
- </build >
56
-
57
35
</project >
You can’t perform that action at this time.
0 commit comments