/plugins/maven/src/main/resources/fileTemplates/j2ee/Maven Profiles.xml.ft

https://bitbucket.org/nbargnesi/idea · Forth · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · ab971cdf8bde05b2b0bf0e76f4bee4ba MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
  5. <profiles>
  6. <profile>
  7. <id>${PROFILE_ID}</id>
  8. ${END}
  9. </profile>
  10. </profiles>
  11. </profilesXml>