diff --git a/Jenkinsfile b/Jenkinsfile index d4faa11..c44fc96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,4 +3,7 @@ library identifier: 'BattlePipelineLib@master', retriever: modernSCM( remote: 'https://@github.com/BattlePlugins/BattlePipelineLib', credentialsId: 'github-login']) -compileAndDeployMaven {repo = 'VirtualPlayers'} \ No newline at end of file +compileAndDeployMaven { + repo = 'VirtualPlayers' + target_path = 'modules/VirtualPlayers/' +} \ No newline at end of file diff --git a/modules/VirtualPlayers/pom.xml b/modules/VirtualPlayers/pom.xml index 2c153c0..98b085a 100644 --- a/modules/VirtualPlayers/pom.xml +++ b/modules/VirtualPlayers/pom.xml @@ -302,7 +302,7 @@ VirtualPlayers2 - ../../target + ./target ./src/main/java