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.
2 parents 8ec3218 + 05d134f commit 0880ef5Copy full SHA for 0880ef5
pom.xml
@@ -356,6 +356,25 @@
356
<build>
357
<plugins>
358
359
+ <!-- Source JAR -->
360
+ <plugin>
361
+ <groupId>org.apache.maven.plugins</groupId>
362
+ <artifactId>maven-source-plugin</artifactId>
363
+ <version>2.2.1</version>
364
+ <configuration>
365
+ <excludeResources>true</excludeResources>
366
+ </configuration>
367
+ <executions>
368
+ <execution>
369
+ <id>attach-sources</id>
370
+ <phase>package</phase>
371
+ <goals>
372
+ <goal>jar-no-fork</goal>
373
+ </goals>
374
+ </execution>
375
+ </executions>
376
+ </plugin>
377
+
378
<!-- Javadoc jar -->
379
<plugin>
380
<groupId>org.apache.maven.plugins</groupId>
0 commit comments