Skip to content

Commit

Permalink
Merge pull request #1645 from JanssenProject/jans-auth-server-fix-1
Browse files Browse the repository at this point in the history
fix(jans-auth-server): disable surefire for jans-auth-static
  • Loading branch information
yuriyz committed Jun 30, 2022
2 parents 599227c + 7869efa commit fb89a07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jans-auth-server/static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
<artifactId>maven-site-plugin</artifactId>
<version>2.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit fb89a07

Please sign in to comment.