#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:
Oliver Gierke
2016-02-12 14:50:04 +01:00
parent 56604caf13
commit a5daf60f8c
5 changed files with 85 additions and 16 deletions

View File

@@ -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