Skip to content

Commit fcf6f1f

Browse files
committed
Add repository and fix test.
1 parent 620199b commit fcf6f1f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

org.metaborg.spoofax.shell.core/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
order to build our code standalone (which is not only easier for testing locally, but
2020
required on TravisCI). -->
2121
<repositories>
22+
<repository>
23+
<id>custom-snapshot-repo</id>
24+
<url>http://fokkema-ict.nl/maven2</url>
25+
<releases>
26+
<enabled>false</enabled>
27+
</releases>
28+
<snapshots>
29+
<enabled>true</enabled>
30+
</snapshots>
31+
</repository>
2232
<repository>
2333
<id>metaborg-snapshot-repo</id>
2434
<url>http://artifacts.metaborg.org/content/repositories/snapshots/</url>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.metaborg.spoofax.shell.core;
1+
package org.metaborg.spoofax.shell;
22

33
import static org.junit.Assert.fail;
44
import static org.mockito.Mockito.doReturn;

0 commit comments

Comments
 (0)