Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 065aff3

Browse files
Added AKSW Maven repo.
1 parent 116d52d commit 065aff3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,17 @@
304304
<enabled>true</enabled>
305305
</snapshots>
306306
</repository>
307+
<repository>
308+
<id>maven.aksw.snapshots</id>
309+
<name>AKSW Snapshot Repository</name>
310+
<url>http://maven.aksw.org/archiva/repository/snapshots</url>
311+
<releases>
312+
<enabled>false</enabled>
313+
</releases>
314+
<snapshots>
315+
<enabled>true</enabled>
316+
</snapshots>
317+
</repository>
307318
</repositories>
308319

309320
</project>

0 commit comments

Comments
 (0)