File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed
Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 242242 </dependency >
243243 </dependencies >
244244 </plugin >
245- <plugin >
246- <groupId >org.apache.maven.plugins</groupId >
247- <artifactId >maven-source-plugin</artifactId >
248- <version >${version.maven-source-plugin} </version >
249- <executions >
250- <execution >
251- <id >attach-sources</id >
252- <goals >
253- <goal >jar-no-fork</goal >
254- </goals >
255- </execution >
256- </executions >
257- </plugin >
258- <plugin >
259- <groupId >org.apache.maven.plugins</groupId >
260- <artifactId >maven-javadoc-plugin</artifactId >
261- <version >${version.maven-javadoc-plugin} </version >
262- <executions >
263- <execution >
264- <id >attach-javadocs</id >
265- <goals >
266- <goal >jar</goal >
267- </goals >
268- <configuration >
269- <source >${maven.compiler.source} </source >
270- <doclint >none</doclint >
271- </configuration >
272- </execution >
273- </executions >
274- </plugin >
275245 </plugins >
276246 <resources >
277247 <resource >
Original file line number Diff line number Diff line change 119119 <id >release</id >
120120 <build >
121121 <plugins >
122+ <plugin >
123+ <groupId >org.apache.maven.plugins</groupId >
124+ <artifactId >maven-source-plugin</artifactId >
125+ <version >3.3.1</version >
126+ <executions >
127+ <execution >
128+ <id >attach-sources</id >
129+ <goals >
130+ <goal >jar</goal >
131+ </goals >
132+ </execution >
133+ </executions >
134+ </plugin >
135+ <plugin >
136+ <groupId >org.apache.maven.plugins</groupId >
137+ <artifactId >maven-javadoc-plugin</artifactId >
138+ <version >3.11.2</version >
139+ <executions >
140+ <execution >
141+ <id >attach-javadocs</id >
142+ <goals >
143+ <goal >jar</goal >
144+ </goals >
145+ <configuration >
146+ <source >11</source >
147+ <doclint >none</doclint >
148+ </configuration >
149+ </execution >
150+ </executions >
151+ </plugin >
122152 <plugin >
123153 <groupId >org.sonatype.central</groupId >
124154 <artifactId >central-publishing-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments