Skip to content

Commit

Permalink
removed configuration from pom, now only updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteKeller committed Feb 16, 2017
1 parent 35b0c15 commit f5cf0ce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,6 @@
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<mergeUserSettings>true</mergeUserSettings>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<debug>false</debug>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<noLog>false</noLog>
<postBuildHookScript>verify</postBuildHookScript>
<preBuildHookScript>setup</preBuildHookScript>
<projectsDirectory>src/it</projectsDirectory>
<settingsFile>${basedir}/src/it/settings.xml</settingsFile>
<showErrors>true</showErrors>
<showVersion>false</showVersion>
<streamLogs>true</streamLogs>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit f5cf0ce

Please sign in to comment.