Skip to content

Commit

Permalink
Make sure that artifacts are being deployed to repository
Browse files Browse the repository at this point in the history
The Hono tests module is the last one being built and as such needs to
take care of publishing the (deferred) artifacts created in the other
modules to the Maven Central staging repository.

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
  • Loading branch information
sophokles73 committed May 20, 2021
1 parent fd75fa9 commit 7e4c516
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ Test cases are run against Docker images of Hono server + (Apache Qpid Dispatch
<url>https://www.eclipse.org/hono</url>

<properties>
<!--
this property prevents the Nexus Staging Maven Plugin to
deploy this module's artifacts to Maven Central' staging repo
-->
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<!--
this property prevents the Nexus Staging Maven Plugin to
deploy this module's artifacts to the configured project repository
-->
<skipStaging>true</skipStaging>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.source.skip>true</maven.source.skip>
<maven.install.skip>true</maven.install.skip>
Expand Down

0 comments on commit 7e4c516

Please sign in to comment.