diff --git a/artemis-distribution/src/main/assembly/source-assembly.xml b/artemis-distribution/src/main/assembly/source-assembly.xml index 2f1dea7561..0eeb9e3d14 100644 --- a/artemis-distribution/src/main/assembly/source-assembly.xml +++ b/artemis-distribution/src/main/assembly/source-assembly.xml @@ -45,6 +45,10 @@ docs/diagrams/ + + artemis-website/node/ + artemis-website/node_modules/ + RELEASING.md ratReport.txt diff --git a/artemis-website/package.json b/artemis-website/package.json index 16813c5d04..9bf826fa67 100644 --- a/artemis-website/package.json +++ b/artemis-website/package.json @@ -8,7 +8,6 @@ "url": "https://github.com/apache/activemq-artemis" }, "devDependencies": { - "gitbook": "~1.5.0", "gitbook-cli": "~0.3.6" } } diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index fd09c7b071..f29200b7d4 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -80,38 +80,15 @@ ${project.artifactId}-${project.version} ${basedir}/target/classes/user-manual ${basedir}/target/classes/hacking-guide + + 0.0.24 + v0.10.32 + 1.4.12 + - - com.github.eirslett - frontend-maven-plugin - ${frontend-maven-plugin-version} - - - install node and npm - - install-node-and-npm - - generate-sources - - v0.11.16 - 1.4.12 - - - - npm install - - npm - - generate-sources - - install - - - - maven-javadoc-plugin @@ -155,6 +132,34 @@ release + + com.github.eirslett + frontend-maven-plugin + ${frontend-maven-plugin-version} + + + install node and npm + + install-node-and-npm + + generate-sources + + ${nodeVersion} + ${npmVersion} + + + + npm install + + npm + + generate-sources + + install + + + + maven-antrun-plugin 1.6 @@ -167,14 +172,14 @@ - + executing ${gitbook.cmd} - + executing ${gitbook.cmd} diff --git a/pom.xml b/pom.xml index 6d8ebbed6c..def5ea2b94 100644 --- a/pom.xml +++ b/pom.xml @@ -97,8 +97,6 @@ UTF-8 UTF-8 - 0.0.24 -