Skip to content

Commit

Permalink
fix script for publishing JavaSMT's Yices2 component into Maven.
Browse files Browse the repository at this point in the history
It was quite a long time since we needed to execute that part last time.
  • Loading branch information
kfriedberger committed Jun 7, 2023
1 parent cc9c2f0 commit 583b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-maven-publish.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ SPDX-License-Identifier: Apache-2.0
<!-- prepare the pom-file -->
<generate-solver-pom-file/>
<!-- then publish the files -->
<stage-solver-file filename="javasmt-yices2" fileending="jar" classifier=""/>
<stage-solver-file filename="javasmt-yices2" fileending="jar" classifier="" filedirectory="lib/java/runtime-yices2"/>
<stage-solver-file filename="javasmt-yices2-sources" fileending="jar" classifier="sources" filedirectory="lib/java-contrib"/>
</target>
<target name="stage-yices2" depends="build-dependencies"
Expand Down

0 comments on commit 583b0c1

Please sign in to comment.