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:
@@ -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
|
||||
|
||||
|
||||
@@ -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-
|
||||
|
||||
Reference in New Issue
Block a user