You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.3:site failed: A required class was missing while executing org.apache.maven.plugins:maven-site-plugin:3.3:site: org/apache/maven/doxia/siterenderer/DocumentContent
62
+
```
63
+
you will need to add the following to your pom.xml:
View the report at ```target/site/refactor-first-report.html```
86
+
55
87
## But I'm using Gradle / my project layout isn't typical!
56
88
I would like to create a Gradle plugin and (possibly) support non-conventional projects in the future, but in the meantime you can create a dummy POM file in the same directory as your .git directory:
57
89
@@ -68,10 +100,11 @@ I would like to create a Gradle plugin and (possibly) support non-conventional p
View the report at ```target/site/refactor-first-report.html```
75
108
Once the plugin finishes executing (it may take a while for a large / old codebase), open the file **target/site/refactor-first-report.html** in the root of the project. It will contain a graph similar to the one above, and a table that lists God classes in the recommended order that they should be refactored. The classes in the top left of the graph are the easiest to refactor while also having the biggest positive impact to team productivity.
76
109
If highly coupled classes are detected, a graph and table listing Highly Coupled Classes in will be generated.
0 commit comments