File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 env :
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 - name : Deploy to Artifactory
31- run : mvn --batch-mode deploy
31+ run : mvn --batch-mode deploy -DskipTests=true
3232 env :
3333 MAVEN_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
3434 MAVEN_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
Original file line number Diff line number Diff line change 6060 <artifactId >maven-deploy-plugin</artifactId >
6161 <version >3.0.0-M1</version >
6262 <configuration >
63- <altDeploymentRepository >
64- <!-- local::file:./target/local-deploy-->
63+ <!-- < altDeploymentRepository>
64+ <!– local::file:./target/local-deploy–>
6565 localRepository::default::file:./target/local-deploy
66- </altDeploymentRepository >
66+ </altDeploymentRepository>-->
6767 <skip >true</skip >
6868 </configuration >
6969 </plugin >
7979 </repositories >
8080
8181 <!-- Distribution Management is commented for now as we are focusing on local deployment only. -->
82- <!-- <distributionManagement>
82+ <distributionManagement >
8383 <repository >
8484 <id >splunk-artifactory</id >
8585 <name >Splunk Releases</name >
8686 <url >https://splunk.jfrog.io/splunk/ext-releases-local</url >
8787 </repository >
88- </distributionManagement>-->
88+ </distributionManagement >
8989
9090 <licenses >
9191 <license >
You can’t perform that action at this time.
0 commit comments