No need to install jar to local repository anymore. jar has system scope in dependencies now.

This commit is contained in:
magenoxx 2010-11-01 10:44:47 +00:00
parent 4452888ffe
commit 1d1ce3b55d
7 changed files with 20 additions and 10 deletions

View file

@ -21,6 +21,8 @@
<groupId>org.plugins.jspf</groupId>
<artifactId>jspf-core</artifactId>
<version>${jspf-version}</version>
<scope>system</scope>
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
</dependency>
</dependencies>

View file

@ -26,6 +26,8 @@
<groupId>org.plugins.jspf</groupId>
<artifactId>jspf-core</artifactId>
<version>${jspf-version}</version>
<scope>system</scope>
<systemPath>${basedir}/../../Mage.Client/plugins/core/jspf.core-0.9.0.jar</systemPath>
</dependency>
<dependency>
<groupId>log4j</groupId>