• Guus der Kinderen's avatar
    OF-546: Allow plugin name override. (#781) · db179b23
    Guus der Kinderen authored
    By default, the Maven structure uses the Maven artifactId value as the name for a plugin.
    Maven artifactIds typically include tokens that will cause problems, such as dashes and dots.
    The plugin name is used in various places, that all have limitations: filenames (the jar file
    itself, the i18n files), package names (for the java files generated from JSPs), etc.
    
    This commit allows the name of the plugin to be overridden using a maven property 'plugin.name'
    and includes instructions on what the best format is.
    db179b23
Name
Last commit
Last update
build Loading commit data...
dbutil Loading commit data...
documentation Loading commit data...
i18n Loading commit data...
plugins Loading commit data...
src Loading commit data...
starter Loading commit data...
webadmin Loading commit data...
webadmintld Loading commit data...
xmppserver Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE.txt Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...