/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
- <?xml version="1.0" encoding="UTF-8"?>
- <profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
- <profiles>
- <profile>
- <id>${PROFILE_ID}</id>
- ${END}
- </profile>
- </profiles>
- </profilesXml>