Changeset 29525
- Timestamp:
- 01/22/08 15:00:42 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.archetypes/nuxeo-archetype-simple/trunk/src/main/resources/archetype-resources/settings.xml
r29510 r29525 1 1 <?xml version="1.0"?> 2 <!-- This file configure the nuxeo's repositories used by maven --> 2 <!-- This file configure the Nuxeo's repositories used by maven 3 You should put this file in your ~/m2/ directory or use the 4 '-s settings.xml' mvn option. --> 3 5 <settings> 4 6 <profiles> 5 7 <profile> 6 8 <id>Nuxeo</id> 9 <!-- properties> 10 <downloadSources>true</downloadSources> 11 </properties --> 7 12 <repositories> 8 13 <repository> 9 14 <id>external_snapshot</id> 10 <url>http://archiva.nuxeo.org/archiva/repository/external_snapshot</url> 15 <url> 16 http://archiva.nuxeo.org/archiva/repository/external_snapshot 17 </url> 11 18 <releases> 12 19 <enabled>false</enabled> … … 15 22 <repository> 16 23 <id>nuxeo_release</id> 17 <url>http://archiva.nuxeo.org/archiva/repository/nuxeo_release</url> 24 <url> 25 http://archiva.nuxeo.org/archiva/repository/nuxeo_release 26 </url> 18 27 <releases> 19 28 <enabled>true</enabled> … … 25 34 <repository> 26 35 <id>nuxeo_snapshot</id> 27 <url>http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot</url> 36 <url> 37 http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot 38 </url> 28 39 <releases> 29 40 <enabled>false</enabled> … … 48 59 <id>central_proxy</id> 49 60 <name>Central Mirror</name> 50 <url>http://archiva.nuxeo.org/archiva/repository/central /</url>61 <url>http://archiva.nuxeo.org/archiva/repository/central</url> 51 62 <snapshots> 52 63 <enabled>false</enabled> … … 56 67 <id>external_snapshot</id> 57 68 <name>External Snapshot Repository</name> 58 <url>http://archiva.nuxeo.org/archiva/repository/external_snapshot/</url> 69 <url> 70 http://archiva.nuxeo.org/archiva/repository/external_snapshot 71 </url> 59 72 <releases> 60 73 <enabled>false</enabled> … … 63 76 <pluginRepository> 64 77 <id>nuxeo_release</id> 65 <url>http://archiva.nuxeo.org/archiva/repository/nuxeo_release</url> 78 <url> 79 http://archiva.nuxeo.org/archiva/repository/nuxeo_release 80 </url> 66 81 <releases> 67 82 <enabled>true</enabled> … … 73 88 <pluginRepository> 74 89 <id>nuxeo_snapshot</id> 75 <url>http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot</url> 90 <url> 91 http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot 92 </url> 76 93 <releases> 77 94 <enabled>false</enabled>
