Skip to content

Commit

Permalink
settings.xml.in updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Apr 2, 2020
1 parent 00b438d commit f7dc663
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions settings.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

<activeProfiles>
<activeProfile>github</activeProfile>
</activeProfiles>

<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>github</id>
<name>GitHub Metanorma Apache Maven Packages</name>
<url>https://maven.pkg.github.com/metanorma/barcode4j</url>
</repository>
</repositories>
</profile>
</profiles>

<servers>
<server>
<id>github</id>
Expand Down

0 comments on commit f7dc663

Please sign in to comment.