From bc335de41876acd8720dce1030a79b3a7b39c3b1 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 21 Sep 2016 13:51:57 +0200 Subject: HONEYCOMB-209 Configure maven site To produce site for Honeycomb + javadoc asciidoc To build the site: mvn clean install site:attach-descriptor site mvn site:stage -DstagingDirectory=/home/mmarsale/tmp/stage Change-Id: I4246bb09ba02b74a2a9c84ee73f8dba02384fffa Signed-off-by: Maros Marsalek --- .../archetype-resources/__rootArtifactId__-impl/Readme.adoc | 3 --- .../main/resources/archetype-resources/asciidoc/Readme.adoc | 3 +++ .../archetype/src/main/resources/archetype-resources/pom.xml | 12 ++---------- 3 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/Readme.adoc create mode 100644 tools/archetype/src/main/resources/archetype-resources/asciidoc/Readme.adoc (limited to 'tools/archetype/src/main') diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/Readme.adoc b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/Readme.adoc deleted file mode 100644 index 8b4288e55..000000000 --- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/Readme.adoc +++ /dev/null @@ -1,3 +0,0 @@ ---Documentation for ${rootArtifactId} -- - -TODO Replace with general description whats the purpose of ${rootArtifactId} and how it works diff --git a/tools/archetype/src/main/resources/archetype-resources/asciidoc/Readme.adoc b/tools/archetype/src/main/resources/archetype-resources/asciidoc/Readme.adoc new file mode 100644 index 000000000..8b4288e55 --- /dev/null +++ b/tools/archetype/src/main/resources/archetype-resources/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ +--Documentation for ${rootArtifactId} -- + +TODO Replace with general description whats the purpose of ${rootArtifactId} and how it works diff --git a/tools/archetype/src/main/resources/archetype-resources/pom.xml b/tools/archetype/src/main/resources/archetype-resources/pom.xml index 5445d6e7f..0b69b9b68 100644 --- a/tools/archetype/src/main/resources/archetype-resources/pom.xml +++ b/tools/archetype/src/main/resources/archetype-resources/pom.xml @@ -12,13 +12,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> - - - org.opendaylight.odlparent - odlparent - 1.6.2-Beryllium-SR2 - +--> + ${groupId} ${rootArtifactId}-aggregator @@ -26,9 +21,6 @@ ${rootArtifactId}-aggregator pom 4.0.0 - - 3.1.1 - ${rootArtifactId}-api -- cgit 1.2.3-korg