In my root project I have two sub projects with that package structure.
Project 1: com.app
Project 2: com.app.api
In Project 1 I have a Class definied with ArchRules, anotaed like that
@AnalyzeClasses( packages = "com.app")
public class ArchTests
The Problem is that if I run that test, its analyze everything from Project 2 too. How I can exclude package com.app.api?