On 10/02/2014 16:25, Frizz wrote:
mvn clean package -Dbundles.directory=D:/syncope/bundles -Dlog.directory=D:/syncope/logWhy do I have to specify the bundles.directory at all? Assuming I only need, lets say, Active Directory, wouldn't it be enough to just run "mvn clean package" ?
The value is there to let Maven automatically populate the chosen directory with configured bundles and to set the value in connid.properties accordingly,
Anyway, it's your code and your project, so you can mangle the process anyway you like.
(but then don't come and say it doesn't work as expected). Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Involved at The Apache Software Foundation: member, Syncope PMC chair, Cocoon PMC, Olingo PPMC http://people.apache.org/~ilgrosso/
