File tree Expand file tree Collapse file tree 10 files changed +20
-0
lines changed
refactor-first-maven-plugin Expand file tree Collapse file tree 10 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1111 <groupId >org.hjug.refactorfirst.changepronenessranker</groupId >
1212 <artifactId >change-proneness-ranker</artifactId >
1313
14+ <name >RefactorFirst Change Proneness Ranker</name >
15+
1416 <build >
1517 <testResources >
1618 <testResource >
Original file line number Diff line number Diff line change 1212 <groupId >org.hjug.refactorfirst.report</groupId >
1313 <artifactId >cli</artifactId >
1414
15+ <name >RefactorFirst CLI</name >
16+
1517 <properties >
1618 <maven .compiler.source>11</maven .compiler.source>
1719 <maven .compiler.target>11</maven .compiler.target>
Original file line number Diff line number Diff line change 1111 <groupId >org.hjug.refactorfirst.codebasegraphbuilder</groupId >
1212 <artifactId >codebase-graph-builder</artifactId >
1313
14+ <name >RefactorFirst Codebase Graph Builder</name >
15+
1416 <dependencyManagement >
1517 <dependencies >
1618 <dependency >
Original file line number Diff line number Diff line change 1111 <groupId >org.hjug.refactorfirst.costbenefitcalculator</groupId >
1212 <artifactId >cost-benefit-calculator</artifactId >
1313
14+ <name >RefactorFirst Cost Benefit Calculator</name >
15+
1416 <dependencies >
1517 <!-- Needed for PMD -->
1618 <dependency >
Original file line number Diff line number Diff line change 1111 <groupId >org.hjug.refactorfirst.effortranker</groupId >
1212 <artifactId >effort-ranker</artifactId >
1313
14+ <name >RefactorFirst Effort Ranker</name >
15+
1416 <dependencies >
1517 <dependency >
1618 <groupId >net.sourceforge.pmd</groupId >
Original file line number Diff line number Diff line change 1111 <groupId >org.hjug.refactorfirst.dsm</groupId >
1212 <artifactId >graph-algorithms</artifactId >
1313
14+ <name >RefactorFirst Graph Algorithms</name >
15+
1416 <description >
1517 Implementation of a DSM that only has JGraphT-Core as a dependency.
1618 Can be used by other projects.
Original file line number Diff line number Diff line change 1111 <groupId >org.hjug.refactorfirst.graphdatagenerator</groupId >
1212 <artifactId >graph-data-generator</artifactId >
1313
14+ <name >RefactorFirst Graph Data Generator</name >
15+
1416 <dependencies >
1517 <dependency >
1618 <groupId >org.hjug.refactorfirst.costbenefitcalculator</groupId >
Original file line number Diff line number Diff line change 1212 <artifactId >refactor-first-maven-plugin</artifactId >
1313 <packaging >maven-plugin</packaging >
1414
15+ <name >RefactorFirst Maven Plugin</name >
16+
1517 <dependencies >
1618 <dependency >
1719 <groupId >org.hjug.refactorfirst.graphdatagenerator</groupId >
Original file line number Diff line number Diff line change 1010 <groupId >org.hjug.refactorfirst.report</groupId >
1111 <artifactId >report</artifactId >
1212
13+ <name >RefactorFirst Report</name >
14+
1315 <dependencies >
1416 <dependency >
1517 <groupId >org.hjug.refactorfirst.graphdatagenerator</groupId >
Original file line number Diff line number Diff line change 1111 <groupId >org.hjug.refactorfirst.testresources</groupId >
1212 <artifactId >test-resources</artifactId >
1313
14+ <name >RefactorFirst Test Resources</name >
15+
1416</project >
You can’t perform that action at this time.
0 commit comments