Skip to content

Commit

Permalink
Fixed #66 - Release failure based on missing javadoc/sources packages…
Browse files Browse the repository at this point in the history
… for itf-examples
  • Loading branch information
khmarbaise committed May 3, 2020
1 parent 537feea commit 1a7643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
:issue-63: https://github.com/khmarbaise/maven-it-extension/issues/63[Fixed #63]
:issue-64: https://github.com/khmarbaise/maven-it-extension/issues/64[Fixed #64]
:issue-65: https://github.com/khmarbaise/maven-it-extension/issues/65[Fixed #65]
:issue-66: https://github.com/khmarbaise/maven-it-extension/issues/66[Fixed #66]

:release-0_5_0: https://github.com/khmarbaise/maven-it-extension/milestone/5?closed=1

Expand Down Expand Up @@ -78,5 +79,6 @@
* {issue-62} - WARNING JAR will be empty in itf-examples
* {issue-63} - Cleanup pom and remove plugins which are inherited from smpp-parent
* {issue-64} - Automatic site publishing
* {issue-66} - Release failure based on missing javadoc/sources packages for itf-examples

The full release notes can be found here {release-0_5_0}[Release 0.5.0].
3 changes: 0 additions & 3 deletions itf-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<skipIfEmpty>true</skipIfEmpty>
</configuration>
<executions>
<execution>
<id>test-jar</id>
Expand Down

0 comments on commit 1a7643e

Please sign in to comment.