Rework aggregate javadocs 70/79770/7
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 20 Jan 2019 23:48:17 +0000 (00:48 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Jan 2019 01:47:36 +0000 (02:47 +0100)
commit14372ca8ee0e2da543549143cba4eedb585530b6
treed22d943544f3938ba0abed9ed0ae3262b2a6ddc5
parent181c2ea88e928f2f9ad062425d492c1aa3559b37
Rework aggregate javadocs

Since javadoc:aggregate-jar is forcing a full re-generate and compile
of the project, let's take a different approach.

This patch overloads the purpose of the docs directory so that it
participates on maven build. It produces a pom file with attached
sources and javadocs. Later we can add more stuff to it, too.

Change-Id: I866e8405e73f297c552194a7caf10c1fd8b26731
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
docs/assembly/guides.xml [new file with mode: 0644]
docs/pom.xml [new file with mode: 0644]
docs/src/main/asciidoc/contributing.adoc [moved from docs/src/main/asciidoc/contributor/introduction.adoc with 100% similarity]
docs/src/main/asciidoc/developing.adoc [moved from docs/src/main/asciidoc/developer/introduction.adoc with 100% similarity]
docs/src/main/asciidoc/images/models/yang-data-api.png [moved from docs/src/main/asciidoc/developer/models/yang-data-api.png with 100% similarity]
docs/src/main/asciidoc/images/models/yang-model-api.png [moved from docs/src/main/asciidoc/developer/models/yang-model-api.png with 100% similarity]
docs/src/main/asciidoc/yang-1-1.adoc [moved from docs/analysis/yang-1-1.adoc with 100% similarity]
pom.xml