diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-04-01 18:48:33 +0200 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-04-01 18:48:33 +0200 |
commit | de45801008d1029ac7724950da329676fd6bf7b8 (patch) | |
tree | e7f37a9d7af8cb088706842de38b71fd8c912a9b /pom.xml | |
parent | 5f0b20d72cb502dedfdff5364d150a110c6fc395 (diff) | |
download | moa-id-spss-de45801008d1029ac7724950da329676fd6bf7b8.tar.gz moa-id-spss-de45801008d1029ac7724950da329676fd6bf7b8.tar.bz2 moa-id-spss-de45801008d1029ac7724950da329676fd6bf7b8.zip |
config
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -26,6 +26,27 @@ <module>spss</module>
<module>id</module>
</modules>
+ <repositories>
+ <repository>
+ <id>local</id>
+ <name>local</name>
+ <url>file:${basedir}/../../../repository</url>
+ </repository>
+ <repository>
+ <id>hyberjaxb</id>
+ <url>http://repository.highsource.org/maven2/releases/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>jboss</id>
+ <url>https://repository.jboss.org/nexus/content/repositories/central/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
</profile>
</profiles>
|