Skip to content

Commit

Permalink
增加module json
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Feb 28, 2019
1 parent db5efc3 commit 4b8c047
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>hsweb-system-database-manager-local</artifactId>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.hswebframework.web</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"groupId": "${project.groupId}",
"artifactId": "${project.artifactId}",
"path": "hsweb-system/hsweb-system-database-manager/hsweb-system-database-manager-local",
"gitCommitHash": "${git.commit.hash}",
"gitRepository": "http://github.com/hs-web/hsweb-framework",
"version": "${project.version}"
}

0 comments on commit 4b8c047

Please sign in to comment.