diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 40e639e..3e2fb8d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties index 6dd9cd1..8e2583c 100644 --- a/src/test/resources/application-test.properties +++ b/src/test/resources/application-test.properties @@ -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-