File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 76
76
<appendAssemblyId >false</appendAssemblyId >
77
77
</configuration >
78
78
</plugin >
79
+ <plugin >
80
+ <groupId >org.apache.maven.plugins</groupId >
81
+ <artifactId >maven-source-plugin</artifactId >
82
+ <version >3.1.0</version >
83
+ <executions >
84
+ <execution >
85
+ <id >attach-sources</id >
86
+ <goals >
87
+ <goal >jar</goal >
88
+ </goals >
89
+ </execution >
90
+ </executions >
91
+ </plugin >
92
+ <plugin >
93
+ <groupId >org.apache.maven.plugins</groupId >
94
+ <artifactId >maven-gpg-plugin</artifactId >
95
+ <version >1.5</version >
96
+ <executions >
97
+ <execution >
98
+ <id >sign-artifacts</id >
99
+ <phase >verify</phase >
100
+ <goals >
101
+ <goal >sign</goal >
102
+ </goals >
103
+ </execution >
104
+ </executions >
105
+ </plugin >
106
+ <plugin >
107
+ <groupId >org.apache.maven.plugins</groupId >
108
+ <artifactId >maven-javadoc-plugin</artifactId >
109
+ <version >3.1.1</version >
110
+ <configuration >
111
+ <failOnError >false</failOnError >
112
+ </configuration >
113
+ <executions >
114
+ <execution >
115
+ <id >attach-javadocs</id >
116
+ <goals >
117
+ <goal >jar</goal >
118
+ </goals >
119
+ </execution >
120
+ </executions >
121
+ </plugin >
79
122
</plugins >
80
123
</build >
81
124
You can’t perform that action at this time.
0 commit comments