Skip to content
Snippets Groups Projects
Commit be94defe authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

fixed gradle nexus problems

(settings for gradle_krismer are now applied in jenkins directly)
parent 7073d077
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
// Basic settings
group = 'it.unibz.inf.isochrone'
group = 'at.uibk.dbis'
version = '0.2.3-SNAPSHOT'
description = 'PhD project of Nikolaus Krismer'
......
......@@ -99,10 +99,10 @@ NEO4J_SPATIAL_VERSION=0.12-neo4j-2.0.1
NEXUS_BASE_URL=https://server.krismer.de/nexus
#NEXUS_PUBLIC_REPO=public
NEXUS_PUBLIC_REPO=isochrone
#NEXUS_RELEASE_ISOCHRONE=$NEXUS_BASE_URL/service/local/artifact/maven/content?r=$NEXUS_PUBLIC_REPO&g=it.unibz.inf.isochrone&a=isochrone&v=0.2.2&p=war
NEXUS_RELEASE_ISOCHRONE=$NEXUS_BASE_URL/service/local/artifact/maven/content?r=$NEXUS_PUBLIC_REPO&g=it.unibz.inf.isochrone&a=isochrone&v=RELEASE&p=war
#NEXUS_RELEASE_ISOCHRONE=$NEXUS_BASE_URL/service/local/artifact/maven/content?r=$NEXUS_PUBLIC_REPO&g=at.uibk.dbis&a=isochrone&v=0.2.2&p=war
NEXUS_RELEASE_ISOCHRONE=$NEXUS_BASE_URL/service/local/artifact/maven/content?r=$NEXUS_PUBLIC_REPO&g=at.uibk.dbis&a=isochrone&v=RELEASE&p=war
NEXUS_RELEASE_CANIGET2=https://server.krismer.de/nexus/service/local/artifact/maven/content?r=public&g=de.krismer&a=CanIGet2&v=0.1&p=war
NEXUS_SNAPSHOT_ISOCHRONE=$NEXUS_BASE_URL/service/local/artifact/maven/content?r=$NEXUS_PUBLIC_REPO&g=it.unibz.inf.isochrone&a=isochrone&v=LATEST&p=war
NEXUS_SNAPSHOT_ISOCHRONE=$NEXUS_BASE_URL/service/local/artifact/maven/content?r=$NEXUS_PUBLIC_REPO&g=at.uibk.dbis&a=isochrone&v=LATEST&p=war
NEXUS_YUM_REPO=http://www.krismer.de/files/krismer.repo
#OSM_BBOX_BZ="top=46.5200 left=11.3000 bottom=46.4500 right=11.3873"
#OSM_BBOX_IBK="top=47.3592 left=11.3020 bottom=47.2108 right=11.4554"
......
cargoContainer=tomcat7x
cargoHostname=dbis-isochrone.uibk.ac.at
cargoPassword=secretPhdPassword#2014!
cargoPort=8080
cargoUsername=admin
repositoryUsername=nexus
repositoryPassword=Nexus!190685
repositoryReleases=https://server.krismer.de/nexus/content/repositories/releases
repositorySnapshots=https://server.krismer.de/nexus/content/repositories/snapshots
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment