1 Jul
2016
1 Jul
'16
9:01 a.m.
Hi, I’d like to propose that we add a new extension repo location by default in xwiki.properties that points to a predefined location in the permanent directory. For example: PERMDIR/extension/custom or PERMDIR/repository We’d have a README file in there that could explain what this directory is for with a small command line example: mvn org.apache.maven.plugins:maven-dependency-plugin:2.1:get \ -DrepoUrl=url \ -Dartifact=groupId:artifactId:version \ -Dmaven.repo.local=/location/to/custom/repo This new repo would be the last one in the list of repos in xwiki.properties. WDYT? Thanks -Vincent