Skip to content

Commit 1a57a82

Browse files
committed
Merge pull request #6 from RX14/master
Move localrepo to src/lib
2 parents 9dd532d + 663b2ba commit 1a57a82

11 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ pom.xml.versionsBackup
8383
pom.xml.next
8484
release.properties
8585

86-
!/localrepo/**
86+
!/src/lib/**

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<repositories>
3939
<repository>
4040
<id>localrepo</id>
41-
<url>file://${project.basedir}/localrepo</url>
41+
<url>file://${project.basedir}/src/lib</url>
4242
</repository>
4343
</repositories>
4444

0 commit comments

Comments
 (0)