Skip to content

Commit

Permalink
generate source jar
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Aug 24, 2017
1 parent 1739c88 commit 72e176f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tck/pom.xml
Expand Up @@ -117,6 +117,21 @@
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit 72e176f

Please sign in to comment.