File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
spring-javaformat-eclipse
io.spring.javaformat.eclipse.tests
io.spring.javaformat.eclipse
spring-javaformat-intellij-idea/spring-javaformat-intellij-idea-plugin Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 2727 <scope >runtime</scope >
2828 </dependency >
2929 </dependencies >
30+ <build >
31+ <plugins >
32+ <plugin >
33+ <groupId >org.apache.maven.plugins</groupId >
34+ <artifactId >maven-javadoc-plugin</artifactId >
35+ <configuration >
36+ <sourceFileExcludes >**/*Tests.java</sourceFileExcludes >
37+ </configuration >
38+ </plugin >
39+ </plugins >
40+ </build >
3041</project >
Original file line number Diff line number Diff line change 1313 <name >Spring JavaFormat Eclipse Parent</name >
1414 <properties >
1515 <main .basedir>${basedir} /../..</main .basedir>
16- <java .version>11</java .version>
1716 </properties >
1817 <dependencies >
1918 <!-- Runtime -->
Original file line number Diff line number Diff line change 1313 <name >Spring JavaFormat Eclipse</name >
1414 <properties >
1515 <main .basedir>${basedir} /..</main .basedir>
16+ <java .version>11</java .version>
1617 </properties >
1718 <build >
1819 <plugins >
1920 <plugin >
2021 <groupId >org.apache.maven.plugins</groupId >
2122 <artifactId >maven-javadoc-plugin</artifactId >
2223 <configuration >
23- <skip >true</skip >
24+ <source >8</source >
25+ <detectJavaApiLink >false</detectJavaApiLink >
2426 </configuration >
25- <inherited >true</inherited >
2627 </plugin >
2728 <plugin >
2829 <groupId >org.eclipse.tycho</groupId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
34 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
45 <modelVersion >4.0.0</modelVersion >
56 <parent >
143144 <groupId >org.apache.maven.plugins</groupId >
144145 <artifactId >maven-javadoc-plugin</artifactId >
145146 <configuration >
146- <skip >true</skip >
147+ <source >11</source >
148+ <detectJavaApiLink >false</detectJavaApiLink >
147149 </configuration >
148150 </plugin >
149151 <plugin >
You can’t perform that action at this time.
0 commit comments