File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <groupId >com.github.devnied</groupId >
44 <artifactId >bit-lib4j</artifactId >
55 <packaging >jar</packaging >
6- <version >1.5.3-SNAPSHOT </version >
6+ <version >1.6.0 </version >
77 <name >bit-lib4j</name >
88
99 <parent >
4141 <connection >scm:git:git@github.com:devnied/Bit-lib4j.git</connection >
4242 <developerConnection >scm:git:git@github.com:devnied/Bit-lib4j.git</developerConnection >
4343 <url >scm:git:git@github.com:devnied/Bit-lib4j.git</url >
44- <tag >HEAD </tag >
44+ <tag >bit-lib4j-1.6.0 </tag >
4545 </scm >
4646
4747
157157 <check />
158158 </configuration >
159159 </plugin >
160-
160+ <plugin >
161+ <groupId >org.apache.maven.plugins</groupId >
162+ <artifactId >maven-javadoc-plugin</artifactId >
163+ <version >3.11.2</version >
164+ <configuration >
165+ <source >1.8</source >
166+ <encoding >UTF-8</encoding >
167+ <!-- liens externes désactivés pour éviter les erreurs de récupération -->
168+ </configuration >
169+ <executions >
170+ <execution >
171+ <id >attach-javadocs</id >
172+ <goals >
173+ <goal >jar</goal >
174+ </goals >
175+ </execution >
176+ </executions >
177+ </plugin >
161178 </plugins >
162179 </build >
163180 <profiles >
You can’t perform that action at this time.
0 commit comments