Skip to content

Commit 2aa78a6

Browse files
author
IntroPro Ventures
authored
Fix Maven warning 'distributionManagement.repository.id' must not be 'local'
1 parent 4c64027 commit 2aa78a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<distributionManagement>
3535
<repository>
36-
<id>local</id>
36+
<id>local-m2</id>
3737
<name>Local</name>
3838
<url>file:///C:/Users/Igor/.m2/repository</url>
3939
</repository>
@@ -273,4 +273,4 @@
273273
</plugins>
274274
</build>
275275

276-
</project>
276+
</project>

0 commit comments

Comments
 (0)