Added local repository to pom

There is no need to manually install the jspf library anymore
This commit is contained in:
North 2012-07-25 20:21:35 +03:00
parent 64e7a19961
commit c1134d7b34
3 changed files with 4 additions and 2 deletions

View File

@ -60,6 +60,10 @@
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
<repository>
<id>local-project-repo</id>
<url>file:repository</url>
</repository>
</repositories>
<properties>

View File

@ -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

View File

@ -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