File tree 1 file changed +19
-1
lines changed
evita_external_api/evita_external_api_grpc/client_all_in_one
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 7
7
~ | __/\ V /| | || (_| | |_| | |_) |
8
8
~ \___| \_/ |_|\__\__,_|____/|____/
9
9
~
10
- ~ Copyright (c) 2023-2024
10
+ ~ Copyright (c) 2023-2025
11
11
~
12
12
~ Licensed under the Business Source License, Version 1.1 (the "License");
13
13
~ you may not use this file except in compliance with the License.
55
55
</archive >
56
56
</configuration >
57
57
</plugin >
58
+ <plugin >
59
+ <groupId >org.apache.maven.plugins</groupId >
60
+ <artifactId >maven-javadoc-plugin</artifactId >
61
+ <version >3.5.0</version >
62
+ <executions >
63
+ <execution >
64
+ <id >attach-javadoc</id >
65
+ <goals >
66
+ <goal >jar</goal >
67
+ </goals >
68
+ <configuration >
69
+ <includeDependencySources >true</includeDependencySources >
70
+ <dependencySourceExcludes >org.projectlombok:*,com.google.code.findbugs:*</dependencySourceExcludes >
71
+ <additionalJOption >-quiet</additionalJOption >
72
+ </configuration >
73
+ </execution >
74
+ </executions >
75
+ </plugin >
58
76
<plugin >
59
77
<groupId >org.apache.maven.plugins</groupId >
60
78
<artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments