File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
spring-javaformat-eclipse
io.spring.javaformat.eclipse.tests
io.spring.javaformat.eclipse Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 3030</dependencies >
3131<build >
3232<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 >
3345<plugin >
3446<groupId >org.apache.maven.plugins</groupId >
3547<artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 3838</dependencies >
3939<build >
4040<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 >
4153<plugin >
4254<groupId >org.apache.maven.plugins</groupId >
4355<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments