Skip to content

Commit

Permalink
ZOOKEEPER-3703 - publish a test JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Zimmerman committed Jan 21, 2020
1 parent 97f89ce commit 54aaada
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion zookeeper-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,20 @@
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>publish-test-jar</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 54aaada

Please sign in to comment.