I'm trying to run mvn deploy but getting errors. I suspect that it's because we have already deployed a full 0.1 release and I can't overwrite.
We should probably use the -SNAPSHOT flag on our versions while the project is under development. I think that SNAPSHOT versions can be overwritten.
I'm trying to run
mvn deploybut getting errors. I suspect that it's because we have already deployed a full0.1release and I can't overwrite.We should probably use the
-SNAPSHOTflag on our versions while the project is under development. I think thatSNAPSHOTversions can be overwritten.