Skip to content

Commit 83cf585

Browse files
committed
HV-2022 Include javadocs generation in reproducibility-check profile
since we will want to make sure that the .javadoc jars are also reproducible
1 parent 622cb33 commit 83cf585

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@
17861786
<!--
17871787
This profile set some properties to make running reproducibility check build easier.
17881788
Instead of
1789-
mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip \
1789+
mvn clean package -DskipTests -Dgpg.skip \
17901790
-Dbuildinfo.detect.skip=false \
17911791
-Dbuildinfo.skipModules='**/**distribution**,**/**integration**,**/**build**............'
17921792
We can run
@@ -1795,7 +1795,6 @@
17951795
<id>reproducibility-check</id>
17961796
<properties>
17971797
<maven-deploy-plugin.skip>false</maven-deploy-plugin.skip>
1798-
<maven.javadoc.skip>true</maven.javadoc.skip>
17991798
<skipTests>true</skipTests>
18001799
<gpg.skip>true</gpg.skip>
18011800
<forbiddenapis.skip>true</forbiddenapis.skip>

0 commit comments

Comments
 (0)