Commit Graph

2 Commits

Author SHA1 Message Date
harriteja ebed45b3ef Pivovarit patch 4 (#4570)
* Update baeldung-pmd-rules.xml

* Update baeldung-pmd-rules.xml (#4561)
2018-06-29 05:59:39 +02:00
Grzegorz Piwowarek d337266c7a
Fail the build when naming conventions violated (#3974)
* Failing build if unit test name does not follow one of the following conventions : ..IntegrationTest, ..LongRunningUnitTest, ..ManualTest, ..JdbcTest, ..LiveTest

* Custom PMD Rules project

* Fixed this issue when unit test classes were not being scanned by custom PMD rule (This happened after I pulled code from upstream project)

* Don't fail the build if PMD custom rule fails

* Reconfigure PMD

* Reformat POM

* Adjust PMD rules

* Rename test
2018-04-10 23:50:17 +02:00