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 2126fd0 commit 035a7d5Copy full SHA for 035a7d5
pom.xml
@@ -141,6 +141,18 @@
141
<target>1.6</target>
142
</configuration>
143
</plugin>
144
+ <plugin>
145
+ <groupId>org.apache.maven.plugins</groupId>
146
+ <artifactId>maven-source-plugin</artifactId>
147
+ <executions>
148
+ <execution>
149
+ <id>attach-sources</id>
150
+ <goals>
151
+ <goal>jar</goal>
152
+ </goals>
153
+ </execution>
154
+ </executions>
155
+ </plugin>
156
<plugin>
157
<groupId>org.apache.maven.plugins</groupId>
158
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments