J. Lewis Muir
J. Lewis Muir
(If there's a mailing list or somewhere else that I should be asking this instead of here, I'm sorry, please let me know, and I'll ask there instead.) Is it...
GitHub is using the file in the repo at `./SECURITY` as the project's security policy, but that file is not really the security policy for the project. If you click...
It would be great to make it easy to configure (the build), build, and install notqmail. Doing all that by hand is a pain right now. Amitai Schleier has done...
This is a feature request. I have a situation where I would like to make text read from the standard input stream available in two X selections: the primary and...
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...
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...
When installing the pbulk tools, rsync is installed, and even though the rsyncd system start-up script is not installed, the pkgsrc package install logic tries to create /etc/rc.d, and on...