mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
using internal repository for jspf, now works good
This commit is contained in:
parent
34a0898fb0
commit
d9e61a1e59
8 changed files with 15 additions and 15 deletions
|
@ -1,2 +0,0 @@
|
|||
rem installs 3d party libs to local repository
|
||||
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
|
|
@ -1,2 +0,0 @@
|
|||
# installs 3d party libs to local repository
|
||||
mvn install:install-file -Dfile=plugins/core/jspf.core-0.9.0.jar -DgroupId=org.plugins.jspf -DartifactId=jspf-core -Dversion=0.9.1 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
|
Binary file not shown.
|
@ -16,7 +16,7 @@
|
|||
<name>Mage Client</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage</artifactId>
|
||||
|
@ -33,9 +33,9 @@
|
|||
<version>${mage-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.plugins.jspf</groupId>
|
||||
<groupId>com.googlecode.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
<version>0.9.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -83,9 +83,5 @@
|
|||
</plugins>
|
||||
|
||||
<finalName>mage-client</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<jspf-version>0.9.1</jspf-version>
|
||||
</properties>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<version>${mage-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.plugins.jspf</groupId>
|
||||
<groupId>com.googlecode.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
</dependency>
|
||||
|
@ -43,6 +43,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>2.4.3</version>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<version>${mage-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.plugins.jspf</groupId>
|
||||
<groupId>com.googlecode.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
</dependency>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<version>${mage-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.plugins.jspf</groupId>
|
||||
<groupId>com.googlecode.jspf</groupId>
|
||||
<artifactId>jspf-core</artifactId>
|
||||
<version>${jspf-version}</version>
|
||||
</dependency>
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -26,6 +26,13 @@
|
|||
<module>Mage.Plugins</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>mage.googlecode.com</id>
|
||||
<url>http://magic--another-game-engine.googlecode.com/svn/trunk/repository</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in a new issue