Skip to content

Commit 0e8cec0

Browse files
committed
add COMPAS GITHUB packaging repo
Signed-off-by: Mohamed Sylla <[email protected]>
1 parent 12f7639 commit 0e8cec0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
<packaging>pom</packaging>
1313
<name>COMPAS-SCT</name>
1414

15+
<repositories>
16+
<repository>
17+
<id>github-packages-compas</id>
18+
<name>Github Packages CoMPAS</name>
19+
<url>https://maven.pkg.github.com/com-pas/*</url>
20+
</repository>
21+
</repositories>
22+
1523
<properties>
1624
<compas.core.version>0.2.1</compas.core.version>
1725
<maven.compiler.target>11</maven.compiler.target>
@@ -20,6 +28,7 @@
2028
<aggregate.report.dir>../sct-coverage/target/site/jacoco-aggregate/jacoco.xml</aggregate.report.dir>
2129
<sonar.coverage.jacoco.xmlReportPaths>${basedir}/${aggregate.report.dir}</sonar.coverage.jacoco.xmlReportPaths>
2230
</properties>
31+
2332
<dependencies>
2433
<dependency>
2534
<groupId>org.lfenergy.compas.core</groupId>

0 commit comments

Comments
 (0)