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

This commit is contained in:
sopov.ivan 2014-04-25 17:19:22 +04:00 committed by Dave Syer
parent 42ca765e1a
commit 72ff1dd175
1 changed files with 0 additions and 21 deletions

View File

@ -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>