diff --git a/artemis-website/.gitignore b/artemis-website/.gitignore new file mode 100644 index 0000000000..f4af8abeab --- /dev/null +++ b/artemis-website/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +node/ diff --git a/artemis-website/package.json b/artemis-website/package.json new file mode 100644 index 0000000000..16813c5d04 --- /dev/null +++ b/artemis-website/package.json @@ -0,0 +1,14 @@ +{ + "name": "artemis-websiteb", + "version": "1.5.0", + "description": "ActiveMQ Artemis Web", + "license": "Apache-2.0", + "repository": { + "type": "git", + "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 fdf25d6c78..fd09c7b071 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -84,6 +84,35 @@ + + 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 2.10.1 @@ -134,7 +163,7 @@ generate-sources - + diff --git a/pom.xml b/pom.xml index f26dd51c54..6d8ebbed6c 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,8 @@ UTF-8 UTF-8 + 0.0.24 +