Skip to content

Commit

Permalink
调整 maven 模块结构
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jul 19, 2023
1 parent 8430856 commit 1bc4e63
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

<artifactId>metrics-solon-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

<groupId>org.noear.hatch</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

<artifactId>nanoxlsx4j-solon-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion solon-projects/_hatch/pom.xml → __hatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../solon-parent/pom.xml</relativePath>
<relativePath>../solon-parent/pom.xml</relativePath>
</parent>

<groupId>org.noear.bundle</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

<groupId>org.noear.hatch</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

<groupId>org.noear.hatch</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../../solon-parent/pom.xml</relativePath>
<relativePath>../../solon-parent/pom.xml</relativePath>
</parent>

<groupId>org.noear.hatch</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</properties>

<modules>
<module>__release/</module>
<module>__test</module>
<module>__release</module>

<module>solon-projects/_hatch</module>
<module>__test</module>
<module>__hatch</module>
</modules>
</project>
30 changes: 0 additions & 30 deletions solon-projects/_hatch/openapi-solon-plugin/pom.xml

This file was deleted.

This file was deleted.

0 comments on commit 1bc4e63

Please sign in to comment.