You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to specify the download path and artifact name for the snapshot you download ?
Example:
Current behavior:
jdyer@dyer:~/Dropbox/Projects/chef/tropo(master○) » nexus-cli pull_artifact com.voxeo.tropo:tropo-servlet:12.1-SNAPSHOT:war
Artifact has been retrived and can be found at path: /Users/jdyer/Dropbox/Projects/chef/tropo/tropo-servlet-12.1-20130314.090027-12.war
My ideal behavior:
jdyer@dyer:~/Dropbox/Projects/chef/tropo(master○) » nexus-cli pull_artifact com.voxeo.tropo:tropo-servlet:12.1-SNAPSHOT:war --path temp --name tropo-12.1-SNAPSHOT.war
Artifact has been retrived and can be found at path: /Users/jdyer/Dropbox/Projects/chef/tropo/temp/tropo-servlet-12.1-SNAPSHOT.war
The text was updated successfully, but these errors were encountered:
Is it possible to specify the download path and artifact name for the snapshot you download ?
Example:
Current behavior:
jdyer@dyer:~/Dropbox/Projects/chef/tropo(master○) » nexus-cli pull_artifact com.voxeo.tropo:tropo-servlet:12.1-SNAPSHOT:war Artifact has been retrived and can be found at path: /Users/jdyer/Dropbox/Projects/chef/tropo/tropo-servlet-12.1-20130314.090027-12.war
My ideal behavior:
jdyer@dyer:~/Dropbox/Projects/chef/tropo(master○) » nexus-cli pull_artifact com.voxeo.tropo:tropo-servlet:12.1-SNAPSHOT:war --path temp --name tropo-12.1-SNAPSHOT.war Artifact has been retrived and can be found at path: /Users/jdyer/Dropbox/Projects/chef/tropo/temp/tropo-servlet-12.1-SNAPSHOT.war
The text was updated successfully, but these errors were encountered: