Changed default workspace setup to contain repository.

This makes sure we use a separate Maven repository to locally deploy artifacts into.
This commit is contained in:
Oliver Gierke
2016-02-10 16:18:31 +01:00
parent 1598229d27
commit 7e99f3dfd1
2 changed files with 3 additions and 11 deletions

View File

@@ -1,8 +1,7 @@
io.work-dir=~/temp/spring-data-shell
io.work-dir=~/temp/spring-data-shell/workspace
maven.release-command=install -DskipTests
#maven.plugins.deploy=org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
# 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

View File

@@ -3,12 +3,5 @@ logging.level.org.springframework=WARN
logging.level.org.springframework.data.release=INFO
logging.level.org.springframework.web.client=TRACE
# Workspace
io.work-dir=~/temp/shell-test
# Maven
maven.localRepository=~/temp/.m2/repository
# Deployment
deployment.server.uri=https://repo.spring.io
deployment.repository-prefix=test-