Skip to content

Commit

Permalink
[MJAVADOC-774] Mock repository should not change project sources
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 19, 2023
1 parent 4ba5ae7 commit 2bd2c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ out/
.java-version
/javadoc-options-javadoc-resources.xml
.checkstyle
/src/it/mrm/3rdparty/_doclet-1.0.jar
/src/it/mrm/repository/_mjavadoc450-static.jar
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ under the License.
<repositories>
<mockRepo>
<source>src/it/mrm/repository</source>
<cloneTo>${project.build.directory}/mock-repo</cloneTo>
</mockRepo>
<proxyRepo />
</repositories>
Expand All @@ -547,6 +548,7 @@ under the License.
<repositories>
<mockRepo>
<source>src/it/mrm/3rdparty</source>
<cloneTo>${project.build.directory}/mock-repo-3rdparty</cloneTo>
</mockRepo>
</repositories>
<propertyName>mrm.3rdparty.url</propertyName>
Expand Down

0 comments on commit 2bd2c08

Please # to comment.