Skip to content

Commit 75c8c32

Browse files
committed
1 parent ff1ffbe commit 75c8c32

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<vavr>0.10.3</vavr>
4444

4545
<hibernate.groupId>org.hibernate</hibernate.groupId>
46-
46+
<antora-javadoc-artifactId>spring-data-jpa</antora-javadoc-artifactId>
4747
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
4848
</properties>
4949

spring-data-jpa-distribution/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
</goals>
4848
</execution>
4949
</executions>
50-
5150
</plugin>
5251

5352
<plugin>

src/main/antora/antora.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ nav:
66
ext:
77
collector:
88
- run:
9-
command: ./mvnw test-compile -Pantora-process-resources
9+
command: ./mvnw -B validate process-resources dependency:unpack -pl :spring-data-jpa-distribution -am -Pantora-process-resources
1010
local: true
1111
scan:
12-
dir: spring-data-jpa-distribution/target/classes
13-
- run:
14-
command: ./mvnw package -Pdistribute
15-
local: true
16-
scan:
17-
dir: target/antora
12+
- dir: spring-data-jpa-distribution/target/classes
13+
- dir: target/antora/

0 commit comments

Comments
 (0)