Deploy a txt file with mvn deploy:deploy-file?

2012-04-12 Thread DK
Hi, I need to deploy a txt file with license info to a remote Nexus repository. Can this be done with mvn deploy:deploy-file mvn deploy:deploy-file -DgroupId=com.xyz -DartifactId=zyx-component -Dversion=1.0.0 -Dfile=C:/licesne.txt -Dpackaging=txt -Durl=http://my.nexus.url I tried the above but

Re: Deploy a txt file with mvn deploy:deploy-file?

2012-04-12 Thread Benson Margulies
Perhaps you spelled the name of the file incorrectly? On Thu, Apr 12, 2012 at 9:59 AM, DK desmond.kirr...@gmail.com wrote: Hi, I need to deploy a txt file with license info to a remote Nexus repository. Can this be done with mvn deploy:deploy-file mvn deploy:deploy-file -DgroupId=com.xyz