Skip to content

Commit

Permalink
[MENFORCER-421] Use currently build artifacts in IT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 1, 2022
1 parent 1f7751e commit 02a416d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven-enforcer-extension/pom.xml
Expand Up @@ -108,9 +108,9 @@
<configuration>
<propertyName>repository.proxy.url</propertyName>
<repositories>
<mockRepo>
<source>src/it/mrm/repository</source>
</mockRepo>
<localRepo>
<source>${project.build.directory}/local-repo</source>
</localRepo>
<proxyRepo />
</repositories>
</configuration>
Expand Down
3 changes: 3 additions & 0 deletions maven-enforcer-plugin/pom.xml
Expand Up @@ -200,6 +200,9 @@
<mockRepo>
<source>src/it/mrm/repository</source>
</mockRepo>
<localRepo>
<source>${project.build.directory}/local-repo</source>
</localRepo>
<proxyRepo />
</repositories>
</configuration>
Expand Down

0 comments on commit 02a416d

Please sign in to comment.