Mark Paluch 1 month ago
parent
commit
bc8c4a4bcc
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      pom.xml
  2. 1
      spring-data-jpa-distribution/pom.xml
  3. 10
      src/main/antora/antora.yml

2
pom.xml

@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
<vavr>0.10.3</vavr>
<hibernate.groupId>org.hibernate</hibernate.groupId>
<antora-javadoc-artifactId>spring-data-jpa</antora-javadoc-artifactId>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
</properties>

1
spring-data-jpa-distribution/pom.xml

@ -47,7 +47,6 @@ @@ -47,7 +47,6 @@
</goals>
</execution>
</executions>
</plugin>
<plugin>

10
src/main/antora/antora.yml

@ -6,12 +6,8 @@ nav: @@ -6,12 +6,8 @@ nav:
ext:
collector:
- run:
command: ./mvnw test-compile -Pantora-process-resources
command: ./mvnw -B validate process-resources dependency:unpack -pl :spring-data-jpa-distribution -am -Pantora-process-resources
local: true
scan:
dir: spring-data-jpa-distribution/target/classes
- run:
command: ./mvnw package -Pdistribute
local: true
scan:
dir: target/antora
- dir: spring-data-jpa-distribution/target/classes
- dir: target/antora/

Loading…
Cancel
Save