From 4881fa52f46d6418cc069a4ca5392c624502caf7 Mon Sep 17 00:00:00 2001 From: Sergei Ivanov Date: Mon, 1 Oct 2018 02:11:05 +0100 Subject: [PATCH] [skip ci] Updated documentation Fixes #41 --- src/site/apt/examples/protoc-artifact.apt.vm | 12 +++++++----- src/site/fml/faq.fml | 6 +++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/site/apt/examples/protoc-artifact.apt.vm b/src/site/apt/examples/protoc-artifact.apt.vm index 019891f8..4c6b0f13 100644 --- a/src/site/apt/examples/protoc-artifact.apt.vm +++ b/src/site/apt/examples/protoc-artifact.apt.vm @@ -1,5 +1,5 @@ ~~ -~~ Copyright (c) 2016 Maven Protocol Buffers Plugin Authors. All rights reserved. +~~ Copyright (c) 2018 Maven Protocol Buffers Plugin Authors. All rights reserved. ~~ ~~ Licensed under the Apache License, Version 2.0 (the "License"); ~~ you may not use this file except in compliance with the License. @@ -58,18 +58,17 @@ Resolving Protoc Artifact From Maven Central Repo ${project.groupId} ${project.artifactId} ${project.version} - true compile test-compile - - com.google.protobuf:protoc:3.4.0:exe:${os.detected.classifier} - + + com.google.protobuf:protoc:3.4.0:exe:${os.detected.classifier} + ... @@ -79,3 +78,6 @@ Resolving Protoc Artifact From Maven Central Repo +-----+ + + Eclipse users, please also read + {{{https://github.com/trustin/os-maven-plugin/blob/master/README.md#issues-with-eclipse-m2e-or-other-ides}the following notes}}. diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index c2501884..c1221c98 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -1,7 +1,7 @@