A couple of things: first, in artifactory be sure that what explained here <http://www.jfrog.com/confluence/display/RTF/Centrally+Secure+Passwords> is done, in particular make sure that your encryption policy is set to "required".
Second, your issue seems more related to Maven that Artifactory. Maven has a built-in client side security system to avoid locally storing cleartext password. This system is briefly explained in the link above (that also spots out some issues about security during transmission) and more in detail explained here <http://maven.apache.org/guides/mini/guide-encryption.html> . The log you are showing says something about a settings-security.xml file, the same involved in Maven client side encryption. Double check that maven client side encryption is turned OFF or, if you really need it, that it is set up correctly. Hope it helps A -- View this message in context: http://forums.jfrog.org/Artifactory-secure-password-feature-and-maven-tp7579527p7579619.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
