adding artifacts to standard maven deploy
问题 I was hoping someone could help me with maven deployments (typically run through the release plugin). I want to deploy files other than just the packaged jar to the repo upon release, such as specific instruction documents and generated SQL files. It would be good if i did not have to use deploy:deploy-file for each one. it would be best if I could just add each file to a list within my POM file and it would be picked up automatically for me upon release. 回答1: Either use the Maven Assembly