File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,10 @@ cp -r libexec $prefix_dir/
311311which python3 >& /dev/null && python=python3 || python=python
312312$python etc/bankdefs/util/bankSplit.py $prefix_dir /etc/bankdefs/hipo4 || exit 1
313313
314+ # use maven to copy a CLARA jar to a separate directory:
315+ mvn org.apache.maven.plugins:maven-dependency-plugin:3.10.0:copy \
316+ -Dartifact=org.jlab.coda:jclara:4.3:jar -DoutputDirectory=$prefix_dir /lib/utils -DstripVersion=false
317+
314318# build (and test)
315319unset CLAS12DIR
316320if $runUnitTests ; then
@@ -325,7 +329,6 @@ if $runSpotBugs; then
325329 echo " spotbugs spotted no bugs!"
326330fi
327331
328-
329332# ###############################################################################
330333# install
331334# ###############################################################################
@@ -356,10 +359,6 @@ for pom in $(find common-tools -name pom.xml); do
356359 fi
357360done
358361
359- # install CLARA jar in separate directory:
360- mvn org.apache.maven.plugins:maven-dependency-plugin:3.10.0:copy \
361- -Dartifact=org.jlab.coda:jclara:4.3:jar -DoutputDirectory=$prefix_dir /lib/utils -DstripVersion=false
362-
363362echo " installed coatjava to: $prefix_dir "
364363
365364# install clara
You can’t perform that action at this time.
0 commit comments