Skip to content

Commit 97fba1e

Browse files
bdeiningpaouelle
authored andcommitted
Fixed build from empty m2 (#47)
1 parent 7c926fb commit 97fba1e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,23 @@
497497
</dependency>
498498
</dependencies>
499499

500+
<pluginRepositories>
501+
<pluginRepository>
502+
<id>central</id>
503+
<name>Central Repository</name>
504+
<url>https://repo.maven.apache.org/maven2</url>
505+
<layout>default</layout>
506+
<snapshots>
507+
<enabled>false</enabled>
508+
</snapshots>
509+
</pluginRepository>
510+
<pluginRepository>
511+
<id>codice</id>
512+
<name>Codice Repository</name>
513+
<url>https://artifacts.codice.org/content/groups/public/</url>
514+
</pluginRepository>
515+
</pluginRepositories>
516+
500517
<modules>
501518
<module>api</module>
502519
<module>common</module>

0 commit comments

Comments
 (0)