Skip to content

Commit

Permalink
build test-jar also in compile phase
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jun 18, 2021
1 parent f100170 commit 54edd75
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions oshdb-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>test-jar--compile</id>
<phase>
compile
</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
<execution>
<id>test-jar--test</id>
<phase>
test
</phase>
<goals>
<goal>test-jar</goal>
</goals>
Expand Down

0 comments on commit 54edd75

Please sign in to comment.