File tree 2 files changed +24
-0
lines changed
spring-javaformat-eclipse
io.spring.javaformat.eclipse
io.spring.javaformat.eclipse.tests
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 30
30
</dependencies >
31
31
<build >
32
32
<plugins >
33
+ <plugin >
34
+ <groupId >org.apache.maven.plugins</groupId >
35
+ <artifactId >maven-source-plugin</artifactId >
36
+ <executions >
37
+ <execution >
38
+ <id >attach-sources</id >
39
+ <goals >
40
+ <goal >jar</goal >
41
+ </goals >
42
+ </execution >
43
+ </executions >
44
+ </plugin >
33
45
<plugin >
34
46
<groupId >org.apache.maven.plugins</groupId >
35
47
<artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 38
38
</dependencies >
39
39
<build >
40
40
<plugins >
41
+ <plugin >
42
+ <groupId >org.apache.maven.plugins</groupId >
43
+ <artifactId >maven-source-plugin</artifactId >
44
+ <executions >
45
+ <execution >
46
+ <id >attach-sources</id >
47
+ <goals >
48
+ <goal >jar</goal >
49
+ </goals >
50
+ </execution >
51
+ </executions >
52
+ </plugin >
41
53
<plugin >
42
54
<groupId >org.apache.maven.plugins</groupId >
43
55
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments