diff --git a/httpchannel-captcha/pom.xml b/httpchannel-captcha/pom.xml index 82f1af0..73532cd 100644 --- a/httpchannel-captcha/pom.xml +++ b/httpchannel-captcha/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 httpchannel @@ -22,4 +23,18 @@ 1.0.1-SNAPSHOT + + + + + + com.github.github + site-maven-plugin + + /${project.parent.artifactId}/${project.artifactId} + + + + + \ No newline at end of file diff --git a/httpchannel-service/pom.xml b/httpchannel-service/pom.xml index 45ddfe8..64f6728 100644 --- a/httpchannel-service/pom.xml +++ b/httpchannel-service/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 httpchannel @@ -39,4 +40,18 @@ 1.0.1-SNAPSHOT + + + + + + com.github.github + site-maven-plugin + + /${project.parent.artifactId}/${project.artifactId} + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5b54b1a..b8197d0 100644 --- a/pom.xml +++ b/pom.xml @@ -175,6 +175,8 @@ Creating ${project.artifactId} site for ${project.version} seedbox httpchannel.github.com + true + / @@ -226,6 +228,17 @@ + + + + com.github.github + site-maven-plugin + + /${project.artifactId} + + + +