Skip to content

Commit

Permalink
Prepare pom.xml for Nexus release
Browse files Browse the repository at this point in the history
  • Loading branch information
janhicken committed Mar 9, 2021
1 parent 98070ff commit ac2f1fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<groupId>io.github.janhicken</groupId>
<artifactId>surefire-scalatest</artifactId>
<version>0.1-SNAPSHOT</version>
<name>SureFire ScalaTest Runner</name>
<name>SureFire ScalaTest Provider</name>
<description>A SureFire Provider for ScalaTest</description>
<url>https://github.com/janhicken/surefire-scalatest</url>

<properties>
Expand Down Expand Up @@ -110,6 +111,7 @@
<goal>add-source</goal>
<goal>compile</goal>
<goal>testCompile</goal>
<goal>doc-jar</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit ac2f1fa

Please sign in to comment.