Skip to content

Commit 550d8cf

Browse files
committed
jnr-process now only test instead of isntall, as javadoc was enforced and failing with jdk25
tests seesm to be running ok
1 parent 01e19c9 commit 550d8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jni/jnr-process.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for x in $JNR_LIVE_PROJECTS ; do
2525
sed "s;<source>.*;<source>$JDK_MAJOR</source>;" -i pom.xml
2626
sed "s;<target>.*;<target>$JDK_MAJOR</target>;" -i pom.xml
2727
if [ "x$PURGE_MVN" == "xtrue" ] ; then $EX_MVN $MVOPTS dependency:purge-local-repository -DreResolve=false ; fi
28-
$EX_MVN $MVOPTS -Dmaven.javadoc.skip=true clean install
28+
$EX_MVN $MVOPTS -Dmaven.javadoc.skip=true clean test
2929
popd
3030
done
3131

0 commit comments

Comments
 (0)