Skip to content

Commit 583b0c1

Browse files
committed
fix script for publishing JavaSMT's Yices2 component into Maven.
It was quite a long time since we needed to execute that part last time.
1 parent cc9c2f0 commit 583b0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-maven-publish.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ SPDX-License-Identifier: Apache-2.0
200200
<!-- prepare the pom-file -->
201201
<generate-solver-pom-file/>
202202
<!-- then publish the files -->
203-
<stage-solver-file filename="javasmt-yices2" fileending="jar" classifier=""/>
203+
<stage-solver-file filename="javasmt-yices2" fileending="jar" classifier="" filedirectory="lib/java/runtime-yices2"/>
204204
<stage-solver-file filename="javasmt-yices2-sources" fileending="jar" classifier="sources" filedirectory="lib/java-contrib"/>
205205
</target>
206206
<target name="stage-yices2" depends="build-dependencies"

0 commit comments

Comments
 (0)