[go: nahoru, domu]

Skip to content

Commit

Permalink
published 0.6.0 to bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
skarpenko committed May 10, 2018
1 parent f89e7d4 commit 2bee7b6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,27 @@
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals><goal>jar</goal></goals>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
Expand Down

0 comments on commit 2bee7b6

Please sign in to comment.