We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32ea9d commit 4fb3bd1Copy full SHA for 4fb3bd1
pom.xml
@@ -120,6 +120,19 @@
120
<autoReleaseAfterClose>true</autoReleaseAfterClose>
121
</configuration>
122
</plugin>
123
+ <plugin>
124
+ <groupId>org.apache.maven.plugins</groupId>
125
+ <artifactId>maven-source-plugin</artifactId>
126
+ <version>2.2.1</version>
127
+ <executions>
128
+ <execution>
129
+ <id>attach-sources</id>
130
+ <goals>
131
+ <goal>jar-no-fork</goal>
132
+ </goals>
133
+ </execution>
134
+ </executions>
135
+ </plugin>
136
</plugins>
137
</build>
138
0 commit comments