File tree 2 files changed +8
-12
lines changed
spring-javaformat-eclipse
io.spring.javaformat.eclipse.tests 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 26
26
<scope >runtime</scope >
27
27
</dependency >
28
28
</dependencies >
29
- <build >
30
- <plugins >
31
- <plugin >
32
- <groupId >org.apache.maven.plugins</groupId >
33
- <artifactId >maven-javadoc-plugin</artifactId >
34
- <configuration >
35
- <skip >true</skip >
36
- </configuration >
37
- </plugin >
38
- </plugins >
39
- </build >
40
29
</project >
Original file line number Diff line number Diff line change 16
16
</properties >
17
17
<build >
18
18
<plugins >
19
+ <plugin >
20
+ <groupId >org.apache.maven.plugins</groupId >
21
+ <artifactId >maven-javadoc-plugin</artifactId >
22
+ <configuration >
23
+ <skip >true</skip >
24
+ </configuration >
25
+ <inherited >true</inherited >
26
+ </plugin >
19
27
<plugin >
20
28
<groupId >org.eclipse.tycho</groupId >
21
29
<artifactId >tycho-maven-plugin</artifactId >
62
70
</execution >
63
71
</executions >
64
72
</plugin >
65
-
66
73
</plugins >
67
74
</build >
68
75
<modules >
You can’t perform that action at this time.
0 commit comments