Hi all, Hoping someone else uses the maven capabilities and can help out here.
Solr: 4.10.4 Ant-Task: ant generate-maven-artifacts Problem: When trying to publish to an internal artifactory using our SNAPSHOTs, where our user has update/delete permissions, everything builds ok. When trying to build our RELEASE we run into issues where some artifacts are being uploaded twice from maven-ant-task deploy task, because we don't have overwrite permissions in our RELEASE repos the second upload will fail and cause the whole task to fail. I'm fairly certain the issue is coming from lucene/common-build.xml (macrodef for m2-deploy -> artifact:deploy step) Is this task supported and used internally by solr/lucene dev? Has anyone seen this problem before?