Skip to content

Commit

Permalink
publish hop-client again, apache#4172
Browse files Browse the repository at this point in the history
  • Loading branch information
hansva committed Jul 30, 2024
1 parent 6c29703 commit b193203
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,14 @@
<fromDir>${project.basedir}/local-snapshots-dir</fromDir>
<includes>**</includes>
<excludes>**/hop-assemblies*/**</excludes>
<excludes>**/**.zip</excludes>
<excludes>hop-plugins/**.zip</excludes>
<excludes>hop-core/**.zip</excludes>
<excludes>hop-engine/**.zip</excludes>
<excludes>hop-engine-beam/**.zip</excludes>
<excludes>hop-ui-rap/**.zip</excludes>
<excludes>hop-ui-rcp/**.zip</excludes>
<excludes>hop-rest/**.zip</excludes>
<excludes>hop-ui/**.zip</excludes>
<serverId>apache.snapshots.https</serverId>
<url>${distMgmtSnapshotsUrl}</url>
</configuration>
Expand Down

0 comments on commit b193203

Please sign in to comment.