Skip to content

Commit 7c7c57c

Browse files
committed
remove unnecessary invoker config
1 parent 1ecd61b commit 7c7c57c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-invoker-plugin</artifactId>
129129
<configuration>
130-
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
131-
<settingsFile>src/it/settings.xml</settingsFile>
132-
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
133-
<postBuildHookScript>verify</postBuildHookScript>
134130
<parallelThreads>1</parallelThreads>
135131
</configuration>
136132
</plugin>

0 commit comments

Comments
 (0)