Tweaked the expansion of the Maven plugins to only map the plugin so that e.g. versions:set gets expanded to the fully qualified version of the versions plugin as registered in application.properties. Tweaked the expansion to inspect all arguments given but ignore properties not containing a colon or staring with a dash.
10 lines
343 B
Properties
10 lines
343 B
Properties
io.work-dir=~/temp/spring-data-shell/workspace
|
|
|
|
# Maven setup
|
|
maven.localRepository=~/temp/spring-data-shell/repository
|
|
maven.plugins.versions=org.codehaus.mojo:versions-maven-plugin:2.2
|
|
|
|
deployment.server.uri=https://repo.spring.io
|
|
deployment.staging-repository=libs-staging-local
|
|
deployment.username=buildmaster
|
|
#deployment.password <- local |