Browse Source

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

pull/733/merge
sopov.ivan 12 years ago committed by Dave Syer
parent
commit
72ff1dd175
  1. 21
      spring-boot/pom.xml

21
spring-boot/pom.xml

@ -156,25 +156,4 @@ @@ -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>

Loading…
Cancel
Save