Skip to content

Commit dc4b56d

Browse files
committed
Added distributionManagement
1 parent 446f61f commit dc4b56d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

pom.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35

46
<modelVersion>4.0.0</modelVersion>
57

@@ -63,6 +65,19 @@
6365
</dependency>
6466
</dependencies>
6567

68+
<distributionManagement>
69+
<repository>
70+
<id>github</id>
71+
<name>CIT-EC GitHub Repository</name>
72+
<url>https://maven.pkg.github.com/corlab/aware-parent</url>
73+
</repository>
74+
<snapshotRepository>
75+
<id>github</id>
76+
<name>CIT-EC GitHub Snapshot Repository</name>
77+
<url>https://maven.pkg.github.com/corlab/aware-parent</url>
78+
</snapshotRepository>
79+
</distributionManagement>
80+
6681
<build>
6782
<plugins>
6883
<plugin>
@@ -76,4 +91,4 @@
7691
</plugins>
7792
</build>
7893

79-
</project>
94+
</project>

0 commit comments

Comments
 (0)