= What is the pom.xml? =
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.
= Basic information =
{{{
4.0.0
es.unican.meteo
MyCookieTester
0.0.1-SNAPSHOT
}}}
= Dependencies =
== Remote servers==
{{{
thirdparty
http://www.meteo.unican.es/nexus/content/repositories/thirdparty
}}}
= Plugins =