Commit 72ff1dd1 authored by sopov.ivan's avatar sopov.ivan Committed by Dave Syer

fix for gh-732 - removing test-jar from build and publishing to repositories

parent 42ca765e
......@@ -156,25 +156,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
<configuration>
<excludes>
<exclude>*.properties</exclude>
<exclude>logback*.xml</exclude>
<exclude>*.yml</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment