File tree Expand file tree Collapse file tree 3 files changed +46
-4
lines changed
spring-javaformat-eclipse/io.spring.javaformat.eclipse.tests
spring-javaformat-formatter-eclipse-jdk17
spring-javaformat-formatter-eclipse-jdk8 Expand file tree Collapse file tree 3 files changed +46
-4
lines changed Original file line number Diff line number Diff line change 1414 <properties >
1515 <main .basedir>${basedir} /../..</main .basedir>
1616 <java .version>17</java .version>
17+ <maven .javadoc.skip>true</maven .javadoc.skip>
1718 </properties >
1819 <dependencies >
1920 <dependency >
3132 <plugins >
3233 <plugin >
3334 <groupId >org.apache.maven.plugins</groupId >
34- <artifactId >maven-javadoc-plugin</artifactId >
35- <configuration >
36- <sourceFileExcludes >**/*Tests.java</sourceFileExcludes >
37- </configuration >
35+ <artifactId >maven-jar-plugin</artifactId >
36+ <executions >
37+ <execution >
38+ <id >empty-javadoc-jar</id >
39+ <phase >package</phase >
40+ <goals >
41+ <goal >jar</goal >
42+ </goals >
43+ <configuration >
44+ <classifier >javadoc</classifier >
45+ </configuration >
46+ </execution >
47+ </executions >
3848 </plugin >
3949 </plugins >
4050 </build >
Original file line number Diff line number Diff line change 3030 </repositories >
3131 <build >
3232 <plugins >
33+ <plugin >
34+ <groupId >org.apache.maven.plugins</groupId >
35+ <artifactId >maven-jar-plugin</artifactId >
36+ <executions >
37+ <execution >
38+ <id >empty-javadoc-jar</id >
39+ <phase >package</phase >
40+ <goals >
41+ <goal >jar</goal >
42+ </goals >
43+ <configuration >
44+ <classifier >javadoc</classifier >
45+ </configuration >
46+ </execution >
47+ </executions >
48+ </plugin >
3349 <plugin >
3450 <groupId >org.apache.maven.plugins</groupId >
3551 <artifactId >maven-antrun-plugin</artifactId >
Original file line number Diff line number Diff line change 3030 </repositories >
3131 <build >
3232 <plugins >
33+ <plugin >
34+ <groupId >org.apache.maven.plugins</groupId >
35+ <artifactId >maven-jar-plugin</artifactId >
36+ <executions >
37+ <execution >
38+ <id >empty-javadoc-jar</id >
39+ <phase >package</phase >
40+ <goals >
41+ <goal >jar</goal >
42+ </goals >
43+ <configuration >
44+ <classifier >javadoc</classifier >
45+ </configuration >
46+ </execution >
47+ </executions >
48+ </plugin >
3349 <plugin >
3450 <groupId >org.apache.maven.plugins</groupId >
3551 <artifactId >maven-antrun-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments