We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4723610 commit 9b14d5cCopy full SHA for 9b14d5c
spring-javaformat-vscode/spring-javaformat-vscode-extension/pom.xml
@@ -24,6 +24,18 @@
24
</filesets>
25
</configuration>
26
</plugin>
27
+ <plugin>
28
+ <groupId>org.apache.maven.plugins</groupId>
29
+ <artifactId>maven-source-plugin</artifactId>
30
+ <executions>
31
+ <execution>
32
+ <id>attach-sources</id>
33
+ <goals>
34
+ <goal>jar</goal>
35
+ </goals>
36
+ </execution>
37
+ </executions>
38
+ </plugin>
39
<plugin>
40
<groupId>org.apache.maven.plugins</groupId>
41
<artifactId>maven-shade-plugin</artifactId>
0 commit comments