File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 133
133
<maven-site-plugin .version>3.9.1</maven-site-plugin .version>
134
134
<maven-project-info-reports-plugin .version>3.1.1</maven-project-info-reports-plugin .version>
135
135
<maven-resources-plugin .version>3.2.0</maven-resources-plugin .version>
136
+ <maven-jar-plugin .version>3.2.0</maven-jar-plugin .version>
136
137
</properties >
137
138
138
139
<build >
175
176
</execution >
176
177
</executions >
177
178
</plugin >
179
+ <plugin >
180
+ <groupId >org.apache.maven.plugins</groupId >
181
+ <artifactId >maven-jar-plugin</artifactId >
182
+ <version >${maven-jar-plugin.version} </version >
183
+ <configuration >
184
+ <archive >
185
+ <manifestEntries >
186
+ <Implementation-Title >${project.artifactId} </Implementation-Title >
187
+ <Implementation-Version >${project.version} </Implementation-Version >
188
+ </manifestEntries >
189
+ </archive >
190
+ </configuration >
191
+ </plugin >
178
192
<plugin >
179
193
<groupId >org.apache.maven.plugins</groupId >
180
194
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments