Stephan Herrmann | 14225c4 | 2020-01-12 19:27:43 +0100 | [diff] [blame] | 1 | <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 Herrmann | 5b4328e | 2020-01-12 20:03:46 +0100 | [diff] [blame] | 13 | <ot.maven.repository.basepath>/home/data/httpd/download.eclipse.org/objectteams/maven/3</ot.maven.repository.basepath> |
Stephan Herrmann | 14225c4 | 2020-01-12 19:27:43 +0100 | [diff] [blame] | 14 | </properties> |
| 15 | </profile> |
| 16 | </profiles> |
| 17 | </settings> |