Skip to content

Commit

Permalink
Revert "mojohaus#220 add temporarily remote debug and test just direc…
Browse files Browse the repository at this point in the history
…t dependency test"

This reverts commit f842535.
  • Loading branch information
KemalSoysal committed Jul 8, 2021
1 parent 1c24f5e commit 49619dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,9 @@
</executions>
<configuration>
<debug>true</debug>
<mavenOpts>-Xrunjdwp:transport=dt_socket,server=n,suspend=y,address=5005</mavenOpts>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<settingsFile>src/it/mrm/settings.xml</settingsFile>
<pomIncludes>
<pomInclude>complete-multimodule-parent-pom-direct-dependencies/pom.xml
</pomInclude>
</pomIncludes>
<filterProperties>
<repository.proxy.url>${repository.proxy.url}</repository.proxy.url>
</filterProperties>
Expand All @@ -252,7 +247,7 @@
</properties>
<goals>
<goal>clean</goal>
<goal>${project.groupId}:${project.artifactId}:${project.version}:flatten -Drevision=1.2.3.4 -Dmaven.surefire.debug</goal>
<goal>${project.groupId}:${project.artifactId}:${project.version}:flatten -Drevision=1.2.3.4</goal>
</goals>
<projectsDirectory>src/it/projects</projectsDirectory>
<postBuildHookScript>verify</postBuildHookScript>
Expand Down

0 comments on commit 49619dc

Please sign in to comment.