File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ls src/main/resources/liblightningjni_MacOSX-aarch64.nativelib
1212export LANG=C
1313
1414mvn clean
15- faketime 2021-01-01 mvn -DskipTests=true package
15+ faketime 2021-01-01 mvn -DskipTests=true -Dorg.lightningdevkit.skipdocs=false package
1616
1717mkdir ziptmp
1818cd ziptmp
Original file line number Diff line number Diff line change 6565 <properties >
6666 <maven .compiler.source>1.8</maven .compiler.source>
6767 <maven .compiler.target>1.8</maven .compiler.target>
68+ <org .lightningdevkit.skipdocs>true</org .lightningdevkit.skipdocs>
6869 </properties >
6970
7071 <build >
8485 <plugin >
8586 <groupId >org.apache.maven.plugins</groupId >
8687 <artifactId >maven-javadoc-plugin</artifactId >
88+ <configuration >
89+ <skip >${org.lightningdevkit.skipdocs} </skip >
90+ </configuration >
8791 <executions >
8892 <execution >
8993 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments