Skip to content

Commit

Permalink
Merge pull request #182 from hazendaz/master
Browse files Browse the repository at this point in the history
[reorg] Properly name all the folder and fix test module name
  • Loading branch information
hazendaz committed Apr 5, 2024
2 parents e9738ce + f7973a4 commit e685c2d
Show file tree
Hide file tree
Showing 28 changed files with 11 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@

<parent>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-m2e-configurator-parent</artifactId>
<artifactId>formatter-m2e-configurator</artifactId>
<version>2.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>net.revelc.code.formatter.feature</artifactId>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@

<parent>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-m2e-configurator-parent</artifactId>
<artifactId>formatter-m2e-configurator</artifactId>
<version>2.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>net.revelc.code.formatter.site</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@

<parent>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-m2e-configurator-parent</artifactId>
<artifactId>formatter-m2e-configurator</artifactId>
<version>2.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>net.revelc.code.formatter.tests</artifactId>
<artifactId>net.revelc.code.formatter.test</artifactId>
<packaging>eclipse-test-plugin</packaging>

</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@

<parent>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-m2e-configurator-parent</artifactId>
<artifactId>formatter-m2e-configurator</artifactId>
<version>2.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>net.revelc.code.formatter</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
</parent>

<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-m2e-configurator-parent</artifactId>
<artifactId>formatter-m2e-configurator</artifactId>
<version>2.6.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>parent</name>
<name>formatter-m2e-configurator</name>

<description>M2E configurator for the formatter-maven-plugin</description>
<url>https://github.com/revelc/formatter-m2e-configurator/</url>
Expand Down Expand Up @@ -70,11 +70,11 @@
</developers>

<modules>
<module>m2e-configurator/formatter</module>
<module>m2e-configurator/formatter.feature</module>
<module>m2e-configurator/formatter.site</module>
<module>net.revelc.code.formatter</module>
<module>net.revelc.code.formatter.feature</module>
<module>net.revelc.code.formatter.site</module>
<!--
<module>m2e-configurator/formatter.tests</module>
<module>net.revelc.code.formatter.test</module>
-->
</modules>

Expand Down

0 comments on commit e685c2d

Please sign in to comment.