Skip to content

Commit eb11ed6

Browse files
committed
Can't generate checkstyle report with same version, due to usage of replaced parameter
1 parent 71b2675 commit eb11ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ under the License.
376376
Use the current version to generate sample with the last features/fixes of the plugin.
377377
It implies that the current version is already deployed to generate the site.
378378
-->
379-
<version>${project.version}</version>
379+
<!-- <version>${project.version}</version> -->
380+
<!-- can't use this version: parent still uses sourceDirectory -->
380381
</plugin>
381382
<plugin>
382383
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)