MavenSetup: settings.xml
| File settings.xml, 0.5 kB (added by amit, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | <settings> |
| 2 | <pluginGroups> |
| 3 | <pluginGroup>org.topazproject.plugins</pluginGroup> |
| 4 | </pluginGroups> |
| 5 | |
| 6 | <localRepository>c:/cygwin/home/LOCAL USERNAME/.m2/repository</localRepository> |
| 7 | |
| 8 | <profiles> |
| 9 | <profile> |
| 10 | <id>build-env</id> |
| 11 | <properties> |
| 12 | <topazproject.install.dir>c:/cygwin/home/LOCAL USERNAME/topazproject-install</topazproject.install.dir> |
| 13 | </properties> |
| 14 | </profile> |
| 15 | </profiles> |
| 16 | |
| 17 | <activeProfiles> |
| 18 | <activeProfile>build-env</activeProfile> |
| 19 | </activeProfiles> |
| 20 | </settings> |
