hujirong wrote > Let's say if I have a .war or .ear to be deployed to different > environments. How can I store the environment specific configuration > information in artifactory?
You probably want to add properties <http://www.jfrog.com/confluence/display/RTF/Using+Properties+in+Deployment+and+Resolution> to the artifacts. This can be done through the UI <http://www.jfrog.com/confluence/display/RTF/Properties> or REST API <http://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-SetItemProperties> . -Aaron Rhodes -- View this message in context: http://forums.jfrog.org/How-to-store-the-environment-specific-information-tp7580111p7580112.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
