#8 - The execution of the versions plugin now cleans up after itself.
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.
This commit is contained in:
@@ -2,8 +2,7 @@ io.work-dir=~/temp/spring-data-shell/workspace
|
||||
|
||||
# Maven setup
|
||||
maven.localRepository=~/temp/spring-data-shell/repository
|
||||
maven.plugins.versions-set=org.codehaus.mojo:versions-maven-plugin:2.2:set
|
||||
maven.plugins.artifactory-deploy=org.jfrog.buildinfo:artifactory-maven-plugin:2.4.0:publish
|
||||
maven.plugins.versions=org.codehaus.mojo:versions-maven-plugin:2.2
|
||||
|
||||
deployment.server.uri=https://repo.spring.io
|
||||
deployment.staging-repository=libs-staging-local
|
||||
|
||||
Reference in New Issue
Block a user