Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
[pom] Add the Maven repository of Arakhne for obtaining the snapshot …
Browse files Browse the repository at this point in the history
…versions.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
gallandarakhneorg committed Dec 12, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 35e4b48 commit 32358ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -688,6 +688,17 @@
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>org.arakhne.maven</id>
<name>Arakhne Snapshots</name>
<url>http://download.tuxfamily.org/arakhne/maven</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>

0 comments on commit 32358ad

Please sign in to comment.