Repository: olingo-odata4 Updated Branches: refs/heads/master 65166b411 -> 40d82fcc2
[OLINGO-575] pom clean up Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/40d82fcc Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/40d82fcc Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/40d82fcc Branch: refs/heads/master Commit: 40d82fcc27cb273277961dc4b3869a42d0096cb6 Parents: 65166b4 Author: Michael Bolz <[email protected]> Authored: Tue Mar 10 14:56:43 2015 +0100 Committer: Michael Bolz <[email protected]> Committed: Tue Mar 10 14:56:43 2015 +0100 ---------------------------------------------------------------------- ext/pojogen-maven-plugin/pom.xml | 1 - fit/pom.xml | 30 +----------------------------- 2 files changed, 1 insertion(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/40d82fcc/ext/pojogen-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml index 3a975c1..45fbf08 100644 --- a/ext/pojogen-maven-plugin/pom.xml +++ b/ext/pojogen-maven-plugin/pom.xml @@ -36,7 +36,6 @@ </parent> <properties> - <serviceRootURL>${test.base.url}</serviceRootURL> <main.basedir>${project.parent.basedir}</main.basedir> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/40d82fcc/fit/pom.xml ---------------------------------------------------------------------- diff --git a/fit/pom.xml b/fit/pom.xml index 9f0a1f9..cb0c166 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -195,35 +195,7 @@ <aggregate>true</aggregate> </configuration> </plugin> - - <!--<plugin>--> - <!--<groupId>org.apache.maven.plugins</groupId>--> - <!--<artifactId>maven-invoker-plugin</artifactId>--> - <!--<inherited>true</inherited>--> - <!--<configuration>--> - <!--<debug>true</debug>--> - <!--<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>--> - <!--<pomIncludes>--> - <!--<pomInclude>*/pom.xml</pomInclude>--> - <!--</pomIncludes>--> - <!--<postBuildHookScript>verify</postBuildHookScript>--> - <!--<goals>--> - <!--<goal>clean</goal>--> - <!--<goal>test-compile</goal>--> - <!--</goals>--> - <!--</configuration>--> - <!--<executions>--> - <!--<execution>--> - <!--<id>pojogen-integration-test</id>--> - <!--<phase>integration-test</phase>--> - <!--<goals>--> - <!--<goal>integration-test</goal>--> - <!--<goal>verify</goal>--> - <!--</goals>--> - <!--</execution>--> - <!--</executions>--> - <!--</plugin>--> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId>
