Skip to content

Commit

Permalink
maven cleanup work
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Dec 18, 2016
1 parent 5c8f44b commit 73d82fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
1 change: 1 addition & 0 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
<exclude>**/*LongRunningUnitTest.java</exclude>
<exclude>**/*ManualTest.java</exclude>
</excludes>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>

Expand Down
3 changes: 3 additions & 0 deletions mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>

</plugins>
Expand Down
19 changes: 0 additions & 19 deletions spring-cloud-data-flow/data-flow-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,4 @@
</plugins>
</build>

<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

</project>

0 comments on commit 73d82fa

Please sign in to comment.