Skip to content

Commit

Permalink
Merge pull request #53 from aloubyansky/maven-home-settings-propagation
Browse files Browse the repository at this point in the history
Propagate maven.repo.local and maven.settings properties to the test plugins
  • Loading branch information
gastaldi authored Jul 4, 2022
2 parents cd49119 + 362edfc commit 7b468fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${maven.home}</maven.home>
<maven.repo>${settings.localRepository}</maven.repo>
<maven.repo.local>${settings.localRepository}</maven.repo.local>
<maven.settings>${session.request.userSettingsFile.path}</maven.settings>
</systemPropertyVariables>
</configuration>
</plugin>
Expand All @@ -173,7 +174,8 @@
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${maven.home}</maven.home>
<maven.repo>${settings.localRepository}</maven.repo>
<maven.repo.local>${settings.localRepository}</maven.repo.local>
<maven.settings>${session.request.userSettingsFile.path}</maven.settings>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down

0 comments on commit 7b468fd

Please sign in to comment.