Skip to content

Commit

Permalink
Merge pull request #4173 from hansva/main
Browse files Browse the repository at this point in the history
publish hop-client again, #4172
  • Loading branch information
hansva authored Jul 30, 2024
2 parents 6c29703 + b193203 commit 019f79b
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 019f79b

Please sign in to comment.