AtlasOfLivingAustralia / ala-namematching-service

Service for ALA name matching to aid pipelines integration
Other
1 stars 4 forks source link

1.8 debian package is failing #66

Open vjrj opened 1 year ago

vjrj commented 1 year ago

The debian build is expecting 1.8 jar to be build but 1.8-SNAPSHOT is build instead.

image

the error:

image

debugging a bit I see that it's build the SNAPSHOT jar:

./server/target/ala-namematching-server-1.8-SNAPSHOT.jar

Because the main pom.xml and server/pom.xml differs:

image