Changes between Initial Version and Version 1 of EclipseDevelopment/MavenConfiguration
- Timestamp:
- Mar 27, 2013 10:38:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseDevelopment/MavenConfiguration
v1 v1 1 = What is the pom.xml? = 2 3 The pom.xml is a configuration file which contains all the information about the project itself, its dependencies and plugins to add goals to the project. 4 5 = Basic information = 6 7 = Dependencies = 8 9 == Remote servers== 10 11 {{{ 12 <repositories> 13 <repository> 14 <id>thirdparty</id> 15 <url>http://www.meteo.unican.es/nexus/content/repositories/thirdparty</url> 16 </repository> 17 </repositories> 18 }}} 19 20 21 22 = Plugins =