This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new eb11ed6 Can't generate checkstyle report with same version, due to
usage of replaced parameter
eb11ed6 is described below
commit eb11ed637a75271ba87880d8625b9052b91d403e
Author: rfscholte <[email protected]>
AuthorDate: Thu Jan 4 11:08:41 2018 +0100
Can't generate checkstyle report with same version, due to usage of
replaced parameter
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fdaa4e2..22ae4ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,8 @@ under the License.
Use the current version to generate sample with the last
features/fixes of the plugin.
It implies that the current version is already deployed to
generate the site.
-->
- <version>${project.version}</version>
+ <!-- <version>${project.version}</version> -->
+ <!-- can't use this version: parent still uses sourceDirectory -->
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].