Lecture du fichier de propriétés du POM Maven fichier

J'ai POM Maven fichier avec un peu de configuration et dans la section plugins, j'ai maven plugin tomcat avec un peu de configuration comme ceci:

<configuration>
   <url>http://localhost:8080/manager/html</url>
   <server>tomcat</server>
</configuration>

J'aimerais exporter paramètre url pour certains biens de fichier par exemple tomcat.propriétés avec cette clé:

url=http://localhost:8080/manager/html

Et comment puis-je lire cette touche de retour dans ma POM fichier?

InformationsquelleAutor Arek | 2011-08-22