diff --git a/did-common/pom.xml b/did-common/pom.xml index 781cb46..ed9a2f9 100644 --- a/did-common/pom.xml +++ b/did-common/pom.xml @@ -23,4 +23,18 @@ logback-classic - + + + + + org.apache.maven.plugins + maven-source-plugin + + + + com.github.github + site-maven-plugin + + + + \ No newline at end of file diff --git a/did-sdk/pom.xml b/did-sdk/pom.xml index 1fb51e7..250e899 100644 --- a/did-sdk/pom.xml +++ b/did-sdk/pom.xml @@ -39,10 +39,16 @@ + org.apache.maven.plugins maven-source-plugin + + + com.github.github + site-maven-plugin + \ No newline at end of file diff --git a/did-server/pom.xml b/did-server/pom.xml index 0b27395..384bf23 100644 --- a/did-server/pom.xml +++ b/did-server/pom.xml @@ -30,7 +30,8 @@ - + cn.ceres.did.ServerStarter @@ -38,6 +39,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5498d4f..1e4e6da 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,30 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + maven.repo::default::file://${project.build.directory}/mvn-repo + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + + org.apache.maven.plugins maven-shade-plugin @@ -65,16 +89,35 @@ + - org.apache.maven.plugins - maven-source-plugin - 2.2.1 + + com.github.github + site-maven-plugin + 0.12 - attach-sources - jar-no-fork + site + + deploy + + + github + + init git maven repository + + mvn-repository + ehlxr + + true + ${project.build.directory}/mvn-repo + refs/heads/mvn-repo + + + + @@ -82,4 +125,12 @@ + + + maven.repo + Local Staging Repository + file://${project.build.directory}/mvn-repo + + +