el-profile-activator-extension icon indicating copy to clipboard operation
el-profile-activator-extension copied to clipboard

Support for expression languages in profile activation in Maven

Results 7 el-profile-activator-extension issues
Sort by recently updated
recently updated
newest added

…resolve, add custom ProfileSelector to disable PropertyProfileActivator

Set the `project.build.sourceEncoding` property to `UTF-8` to eliminate the following `compile` phase warnings: ``` $ mvn compile [INFO] Scanning for projects... [INFO] [INFO] -------< com.redhat.jboss.maven:el-profile-activator-extension >-------- [INFO] Building El Profile...

Add support for property names that are not valid MVEL identifiers (e.g., a property name with a dot in it such as `foo.env`) by adding support for an `mvel()` syntax...

Would be possible to get it deployed there? There are some organizations (such as ASF) that strictly require having all dependencies there. The easiest way would be via Sonatype: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

I tried to use the property `foo.env` to control profile activation, but the extension fails to evaluate the expression: ``` $ mvn -Dfoo.env=development validate [INFO] Scanning for projects... [WARNING] Unable...

1) thank you for the plugin idea 2) FYI: here is a next incarnation https://github.com/random-maven/profile-activator-extension 3) in case you are interested, we sent you contributor inviation