Skip to content

Commit

Permalink
Allow build by Maven 4
Browse files Browse the repository at this point in the history
- project.baseUri is forbidden in  repository.url
- checksum should be ignored
  • Loading branch information
slawekjaranowski committed Mar 9, 2024
1 parent d8f1349 commit ddfdae9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/it/local-project-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
<repositories>
<repository>
<id>local-project-repo</id>
<url>${project.baseUri}local-repo</url>
<url>file://${project.basedir}/local-repo</url>
<releases>
<checksumPolicy>ignore</checksumPolicy>
</releases>
</repository>
</repositories>
</project>

0 comments on commit ddfdae9

Please sign in to comment.