mirror of
https://github.com/correl/mage.git
synced 2024-11-14 03:00:10 +00:00
Added local repository to pom
There is no need to manually install the jspf library anymore
This commit is contained in:
parent
64e7a19961
commit
c1134d7b34
3 changed files with 4 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -60,6 +60,10 @@
|
|||
<updatePolicy>daily</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>local-project-repo</id>
|
||||
<url>file:repository</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
mvn install:install-file -DgroupId=com.googlecode.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -Dfile=./com/googlecode/jspf/jspf-core/0.9.1/jspf-core-0.9.1.jar
|
|
@ -1 +0,0 @@
|
|||
mvn install:install-file -DgroupId=com.googlecode.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -Dfile=./com/googlecode/jspf/jspf-core/0.9.1/jspf-core-0.9.1.jar
|
Loading…
Reference in a new issue