Skip to content

Commit

Permalink
Fixing antora
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Sep 8, 2023
1 parent ca9ebc2 commit f9df7ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nav:
ext:
collector:
run:
command: ./mvnw validate process-resources -Pdocs -pl docs
command: ./mvnw --no-transfer-progress -B install -Pdocs -pl docs -Dantora-maven-plugin.phase=none
local: true
scan:
dir: ./target/classes/antora-resources/
8 changes: 0 additions & 8 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@
<plugin>
<groupId>io.spring.maven.antora</groupId>
<artifactId>antora-maven-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>antora</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f9df7ef

Please sign in to comment.