We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622cb33 commit 83cf585Copy full SHA for 83cf585
pom.xml
@@ -1786,7 +1786,7 @@
1786
<!--
1787
This profile set some properties to make running reproducibility check build easier.
1788
Instead of
1789
- mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip \
+ mvn clean package -DskipTests -Dgpg.skip \
1790
-Dbuildinfo.detect.skip=false \
1791
-Dbuildinfo.skipModules='**/**distribution**,**/**integration**,**/**build**............'
1792
We can run
@@ -1795,7 +1795,6 @@
1795
<id>reproducibility-check</id>
1796
<properties>
1797
<maven-deploy-plugin.skip>false</maven-deploy-plugin.skip>
1798
- <maven.javadoc.skip>true</maven.javadoc.skip>
1799
<skipTests>true</skipTests>
1800
<gpg.skip>true</gpg.skip>
1801
<forbiddenapis.skip>true</forbiddenapis.skip>
0 commit comments