马文冷静配置文件.xml模板

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了马文冷静配置文件.xml模板相关的知识,希望对你有一定的参考价值。

How to customize a Maven Calm profiles.xml in order to allow multiple environment builds; for more info look here http://code.google.com/p/maven-calm/
  1. <profilesXml>
  2. <profiles>
  3. <profile>
  4. <id>local</id>
  5. <activation>
  6. <activeByDefault>false</activeByDefault>
  7. <property>
  8. <name>env</name>
  9. <value>local</value>
  10. </property>
  11. </activation>
  12. <properties>
  13. <maven.j2ee-deploy.remote.hostname>127.0.0.1</maven.j2ee-deploy.remote.hostname>
  14. <maven.j2ee-deploy.remote.servlet.port>8080</maven.j2ee-deploy.remote.servlet.port>
  15. </properties>
  16. </profile>
  17. <profile>
  18. <id>staging</id>
  19. <activation>
  20. <activeByDefault>false</activeByDefault>
  21. <property>
  22. <name>env</name>
  23. <value>staging</value>
  24. </property>
  25. </activation>
  26. <properties>
  27. <maven.j2ee-deploy.remote.hostname>mystaging.sourcesense.com</maven.j2ee-deploy.remote.hostname>
  28. <maven.j2ee-deploy.remote.servlet.port>8081</maven.j2ee-deploy.remote.servlet.port>
  29. </properties>
  30. </profile>
  31. </profiles>
  32. </profilesXml>

以上是关于马文冷静配置文件.xml模板的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse 中的通用代码片段或模板

xml Eclipse模板(代码片段)检查参数并最终抛出IllegalArgumentException

马文2pom.xml文件对于在Eclipse Europa+m2eclipse中工作的webapp

VS Code配置snippets代码片段快速生成html模板,提高前端编写效率

什么是工具:片段 xml 文件中的布局?

Eclipse导入模板格式Xml配置文件