Skip to content

Commit 3210a22

Browse files
Tests are skipped and distribution management added.
1 parent 2361374 commit 3210a22

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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 }}

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
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+
&lt;!&ndash; local::file:./target/local-deploy&ndash;&gt;
6565
localRepository::default::file:./target/local-deploy
66-
</altDeploymentRepository>
66+
</altDeploymentRepository>-->
6767
<skip>true</skip>
6868
</configuration>
6969
</plugin>
@@ -79,13 +79,13 @@
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>

0 commit comments

Comments
 (0)