mam-dev / foss-parent

Parent POM for 1-and-1 open source projects using Maven.
http://1and1.github.io/foss-parent/github-report.html
Apache License 2.0
10 stars 4 forks source link

Need for speed - put non essential plugins into a profile #66

Closed mfriedenhagen closed 10 years ago

mfriedenhagen commented 10 years ago

Currently a lot of plugins are executed: enforcer, javadoc, source jar, pmd, findbugs etc. Instead of deactivating them one-by-one, put them into a profile which is automatically enabled during release. Notable exception is jacoco which I think is essential enough to run always.