blob: 03d4a3a791d899d9acce55be1a112e8a3ad27a7c [file] [log] [blame]
Stephan Herrmann14225c42020-01-12 19:27:43 +01001<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4 http://maven.apache.org/xsd/settings-1.0.0.xsd">
5 <profiles>
6 <profile>
7 <id>jipp.eclipse.org</id>
8 <properties>
9 <otre.export.dir>/home/hudson/genie.objectteams/.jenkins/jobs/release-for-maven/workspace/otre-export</otre.export.dir>
10 <ecj.export.dir>/home/data/httpd/download.eclipse.org/objectteams/ecotj</ecj.export.dir>
11 <protocol>file</protocol>
12 <ot.host>localhost</ot.host>
Stephan Herrmann5b4328e2020-01-12 20:03:46 +010013 <ot.maven.repository.basepath>/home/data/httpd/download.eclipse.org/objectteams/maven/3</ot.maven.repository.basepath>
Stephan Herrmann14225c42020-01-12 19:27:43 +010014 </properties>
15 </profile>
16 </profiles>
17</settings>