do not skip asciidoctor generation with eclipse-release profile (#10481)
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
896a301fc1
commit
56b4b6622b
12
pom.xml
12
pom.xml
|
@ -1978,6 +1978,18 @@
|
|||
<profile>
|
||||
<id>eclipse-release</id>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
<artifactId>asciidoctor-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<!-- do not skip documentation generation during release -->
|
||||
<skip>false</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue