diff --git a/.husky/commit-msg b/.husky/commit-msg
deleted file mode 100644
index 5b0b354..0000000
--- a/.husky/commit-msg
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-. "$(dirname -- "$0")/_/husky.sh"
-
-npx commitlint --edit "${1}"
diff --git a/.husky/pre-commit b/.husky/pre-commit
deleted file mode 100644
index d24fdfc..0000000
--- a/.husky/pre-commit
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-. "$(dirname -- "$0")/_/husky.sh"
-
-npx lint-staged
diff --git a/package.json b/package.json
index e801a28..9dfa86d 100644
--- a/package.json
+++ b/package.json
@@ -8,28 +8,13 @@
"predeploy": "cp CNAME ./dist",
"deploy": "gh-pages -d dist",
"dev": "dumi dev",
- "prepare": "husky install && dumi setup",
+ "prepare": "dumi setup",
"start": "npm run dev"
},
- "commitlint": {
- "extends": [
- "@commitlint/config-conventional"
- ]
- },
- "lint-staged": {
- "*.{md,json}": [
- "prettier --write --no-error-on-unmatched-pattern"
- ]
- },
"devDependencies": {
- "@commitlint/cli": "^17.1.2",
- "@commitlint/config-conventional": "^17.1.0",
"dumi": "^2.0.2",
"dumi-theme-antd-style": "^0.10.5",
- "gh-pages": "^5.0.0",
- "husky": "^8.0.1",
- "lint-staged": "^13.0.3",
- "prettier": "^2.7.1"
+ "gh-pages": "^5.0.0"
},
"authors": [
"linpeilie@qq.com"
diff --git a/pom.xml b/pom.xml
index da7b770..9c957d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,8 @@
mapstruct-plus-pom
pom
${mapstruct-plus.version}
+ Mapstruct Plus
+ mapstruct增加工具包
mapstruct-plus
mapstruct-plus-spring-boot-starter
@@ -20,6 +22,7 @@
8
UTF-8
1.5.1.Final
+ https://github.com/linpeilie/mapstruct-plus.git
@@ -98,7 +101,86 @@
flatten-maven-plugin
1.1.0
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.8.2
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.7
+ true
+
+ ossrh
+ https://s01.oss.sonatype.org/
+ true
+
+
+
+
+ linpeilie
+ linpeilie@qq.com
+ ${projectUrl}
+
+
+
+ ${projectUrl}
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo,manual
+
+
+
+
+ ${projectUrl}
+ ${projectUrl}
+ ${projectUrl}
+
+
\ No newline at end of file