Skip to content

Commit c1134d7

Browse files
author
North
committed
Added local repository to pom
There is no need to manually install the jspf library anymore
1 parent 64e7a19 commit c1134d7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
<updatePolicy>daily</updatePolicy>
6161
</snapshots>
6262
</repository>
63+
<repository>
64+
<id>local-project-repo</id>
65+
<url>file:repository</url>
66+
</repository>
6367
</repositories>
6468

6569
<properties>

repository/install-maven.bat

-1
This file was deleted.

repository/install-maven.sh

-1
This file was deleted.

0 commit comments

Comments
 (0)