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 94aafa7 commit 509d507Copy full SHA for 509d507
pom.xml
@@ -108,6 +108,20 @@
108
</execution>
109
</executions>
110
</plugin>
111
+ <plugin>
112
+ <groupId>org.apache.maven.plugins</groupId>
113
+ <artifactId>maven-source-plugin</artifactId>
114
+ <version>4.0.0-beta-1</version>
115
+ <executions>
116
+ <execution>
117
+ <id>attach-sources</id>
118
+ <phase>verify</phase>
119
+ <goals>
120
+ <goal>jar-no-fork</goal>
121
+ </goals>
122
+ </execution>
123
+ </executions>
124
+ </plugin>
125
<plugin>
126
<groupId>org.apache.maven.plugins</groupId>
127
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments