I have a few Maven projects with packaging equal to JAR (example: EasyBundle). Unfortunately I cannot see Java Properties Plugin Quality Profile at project dashboard after analysis:
My project contains *.properties files in src/test/resources (see sources). How can I activate Java Properties Plugin during the Maven JAR project analysis?
