File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 353353 <groupId >org.apache.maven.plugins</groupId >
354354 <artifactId >maven-surefire-plugin</artifactId >
355355 <version >${maven-surefire-plugin.version} </version >
356+ <executions >
357+ <execution >
358+ <goals >
359+ <goal >test</goal >
360+ </goals >
361+ <id >default-test</id >
362+ <phase >test</phase >
363+ <configuration >
364+ <excludes >
365+ <exclude >**/archunit/**</exclude >
366+ </excludes >
367+ </configuration >
368+ </execution >
369+ <execution >
370+ <goals >
371+ <goal >test</goal >
372+ </goals >
373+ <id >architecture-tests</id >
374+ <phase >test</phase >
375+ <configuration >
376+ <includes >
377+ <include >**/archunit/**</include >
378+ </includes >
379+ <reportsDirectory >${project.build.directory} /archunit-reports</reportsDirectory >
380+ </configuration >
381+ </execution >
382+ </executions >
356383 </plugin >
357384 <plugin >
358385 <groupId >org.assertj</groupId >
You can’t perform that action at this time.
0 commit comments