diff --git a/.gitignore b/.gitignore index 52aa4071..04c5f273 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,12 @@ src/ant/.ant-targets-upload-dist.xml *.iws /.idea/ *.graphml +node node_modules -node/ -package-lock.json +build +_configprops.adoc +_spans.adoc +_metrics.adoc +_conventions.adoc package.json -.flattened-pom.xml \ No newline at end of file +package-lock.json \ No newline at end of file diff --git a/README.adoc b/README.adoc index e4f50619..5b8a42e7 100644 --- a/README.adoc +++ b/README.adoc @@ -12,12 +12,12 @@ You can build the entire site by invoking the following on the docs-build branch [source,bash] ---- -mvn exec:exec@antora +mvn antora ---- == Building a Specific Branch [source,bash] ---- -mvn exec:exec@antora +mvn antora ----