Details
Description
When I try to use the config property, allowTimestampedSnapshots, to release our large multi-module project, the build still fails on snapshot dependencies.
Here is the command I am running:
mvn release:clean release:prepare -DallowTimestampedSnapshots=true -DpreparationGoals=clean install -Dmaven.test.skip=true -Dmaven.integration.skip=true -Dmaven.tck.skip=true -DdryRun=false -B
Here is the failure:
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Can't release project due to non released dependencies :
com.accenture.identity.agent:identity-service-agent:jar:1.6.0-SNAPSHOT:compile
in project 'netCDS Web Services' (com.accenture.netcds:netcds-ws:war:0.8.0906.0-SNAPSHOT)