File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 952952 </execution >
953953 </executions >
954954 </plugin >
955-
955+ <plugin >
956+ <artifactId >maven-javadoc-plugin</artifactId >
957+ <executions >
958+ <execution >
959+ <id >create-javadoc-jar</id >
960+ <goals >
961+ <goal >javadoc</goal >
962+ <goal >jar</goal >
963+ </goals >
964+ <phase >package</phase >
965+ </execution >
966+ </executions >
967+ <configuration >
968+ <source >${maven.compiler.source} </source >
969+ </configuration >
970+ </plugin >
956971 <plugin >
957972 <groupId >org.apache.maven.plugins</groupId >
958973 <artifactId >maven-scm-publish-plugin</artifactId >
14531468 <arguments >-Prelease</arguments >
14541469 </configuration >
14551470 </plugin >
1456- <plugin >
1457- <artifactId >maven-javadoc-plugin</artifactId >
1458- <executions >
1459- <execution >
1460- <id >create-javadoc-jar</id >
1461- <goals >
1462- <goal >javadoc</goal >
1463- <goal >jar</goal >
1464- </goals >
1465- <phase >package</phase >
1466- </execution >
1467- </executions >
1468- <configuration >
1469- <source >${maven.compiler.source} </source >
1470- </configuration >
1471- </plugin >
14721471 <plugin >
14731472 <artifactId >maven-assembly-plugin</artifactId >
14741473 <version >${commons.assembly-plugin.version} </version >
You can’t perform that action at this time.
0 commit comments