Skip to content

Commit

Permalink
skiping tests during release tag pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jan 12, 2024
1 parent 4ff76a3 commit 3c04817
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<groupId>io.usethesource</groupId>
<artifactId>vallang</artifactId>
<version>1.0.0-RC8-SNAPSHOT</version>
<version>1.0.0-RC8</version>
<packaging>jar</packaging>

<scm>
<developerConnection>scm:git:ssh://[email protected]/usethesource/vallang.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0-RC8</tag>
</scm>

<!-- dependency resolution configuration (usethesource) -->
Expand Down Expand Up @@ -69,6 +69,7 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<arguments>-DskipTests</arguments>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 3c04817

Please sign in to comment.