fix failing fast profile (#10615)

* fix failing fast profile

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-10-03 17:20:12 +10:00 committed by GitHub
parent 8331809c40
commit ff25dd8948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -251,6 +251,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<!-- if asciidoc generation has been skipped this will generate a assembly plugin error
so in this case just skip documentation assembly as well -->
<skipAssembly>${asciidoctor.skip}</skipAssembly>
<descriptors>
<descriptor>src/main/assembly/html.xml</descriptor>
</descriptors>

View File

@ -206,7 +206,7 @@
you will get thanks from Eclipse IDE users -->
<!-- but hey we have no more strange people?? :P -->
<infinispan.docker.image.version>11.0.14.Final</infinispan.docker.image.version>
<asciidoctor.skip>false</asciidoctor.skip>
<project.build.outputTimestamp>2023-06-05T23:12:49Z</project.build.outputTimestamp>
</properties>