Skip to content

Commit 2ddb71f

Browse files
Added name and description, updated URL
1 parent 839bea7 commit 2ddb71f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
<version>0.1.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

12-
<url>https://github.com/jimbethancourt/disharmony-ranker</url>
12+
<url>https://github.com/jimbethancourt/RefactorFirst</url>
13+
14+
<name>RefactorFirst</name>
15+
<description>
16+
Plugin that identifies God classes in a codebase and suggests which classes should be refactored first.
17+
Generates a graph and a table providing (hopefully) easy to understand guidance.
18+
Can be used via command line, as a build plugin, or as a report plugin.
19+
</description>
1320

1421
<licenses>
1522
<license>

0 commit comments

Comments
 (0)