File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
spring-javaformat-eclipse
io.spring.javaformat.eclipse
io.spring.javaformat.eclipse.tests
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 27
27
<scope >runtime</scope >
28
28
</dependency >
29
29
</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 >
30
41
</project >
Original file line number Diff line number Diff line change 13
13
<name >Spring JavaFormat Eclipse Parent</name >
14
14
<properties >
15
15
<main .basedir>${basedir} /../..</main .basedir>
16
- <java .version>11</java .version>
17
16
</properties >
18
17
<dependencies >
19
18
<!-- Runtime -->
Original file line number Diff line number Diff line change 13
13
<name >Spring JavaFormat Eclipse</name >
14
14
<properties >
15
15
<main .basedir>${basedir} /..</main .basedir>
16
+ <java .version>11</java .version>
16
17
</properties >
17
18
<build >
18
19
<plugins >
19
20
<plugin >
20
21
<groupId >org.apache.maven.plugins</groupId >
21
22
<artifactId >maven-javadoc-plugin</artifactId >
22
23
<configuration >
23
- <skip >true</skip >
24
+ <source >8</source >
25
+ <detectJavaApiLink >false</detectJavaApiLink >
24
26
</configuration >
25
- <inherited >true</inherited >
26
27
</plugin >
27
28
<plugin >
28
29
<groupId >org.eclipse.tycho</groupId >
Original file line number Diff line number Diff line change 1
1
<?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"
3
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<parent >
143
144
<groupId >org.apache.maven.plugins</groupId >
144
145
<artifactId >maven-javadoc-plugin</artifactId >
145
146
<configuration >
146
- <skip >true</skip >
147
+ <source >11</source >
148
+ <detectJavaApiLink >false</detectJavaApiLink >
147
149
</configuration >
148
150
</plugin >
149
151
<plugin >
You can’t perform that action at this time.
0 commit comments