CAY-2021 cdbimport: detect when same FK constraint is defined twice
Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/297dcc28 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/297dcc28 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/297dcc28 Branch: refs/heads/master Commit: 297dcc28ea2879280aa21e7815160ee4101ec575 Parents: 21832ff Author: Anton Dreka <drek...@gmail.com> Authored: Fri Apr 7 16:10:44 2017 +0300 Committer: Anton Dreka <drek...@gmail.com> Committed: Fri Apr 7 16:10:44 2017 +0300 ---------------------------------------------------------------------- cayenne-server/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/297dcc28/cayenne-server/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml index 5ce6f22..0622a58 100644 --- a/cayenne-server/pom.xml +++ b/cayenne-server/pom.xml @@ -307,19 +307,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-failsafe-plugin</artifactId> - <version>2.17</version> - <executions> - <execution> - <goals> - <goal>integration-test</goal> - <goal>verify</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> </profile>