You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to architecture-rules-users
For a multimodule maven project, do i have to put an architecture-
rules.xml file for every sub-module(submodule\src\test\resources)?Is
it possible to define one xml file for the multimodule project and
define the rules for every sub-module in this file?I have tried
placing the xml file under "project\src\main\resources" and "project
\src\test\resources" but it didnt work.The plugin looks for the
"project\submodule*\src\test\resources\" directory.