Re: Plaintext password in configuration files for Jetty and Webconsole

2016-04-24 Thread Roland Tepp
Console (weather accessed over web or ssh) should be a trusted environment. If a untrusted user gains access to you console you have much more serious problems than access to some configuration options. On Sun, 24 Apr 2016 at 02:29, Carsten Ziegeler wrote: > Peter Kriens wrote > > You could adjus

Re: OBR vs Maven

2015-06-06 Thread Roland Tepp
To my experience, the biggest difference between OBR (or P2) and Maven is that with Maven repositories, you declare explicit dependencies between modules/artifacts whereas in OBR you only declare what your module needs (packages and their version ranges) in order to function, without explicitly req