File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 </excludes >
7676 </configuration >
7777 </plugin >
78+ <plugin >
79+ <groupId >org.apache.maven.plugins</groupId >
80+ <artifactId >maven-source-plugin</artifactId >
81+ <version >3.3.0</version >
82+ <executions >
83+ <execution >
84+ <id >attach-sources</id >
85+ <goals >
86+ <goal >jar-no-fork</goal >
87+ </goals >
88+ </execution >
89+ </executions >
90+ </plugin >
91+ <plugin >
92+ <groupId >org.apache.maven.plugins</groupId >
93+ <artifactId >maven-javadoc-plugin</artifactId >
94+ <version >3.6.3</version >
95+ <executions >
96+ <execution >
97+ <id >attach-javadocs</id >
98+ <goals >
99+ <goal >jar</goal >
100+ </goals >
101+ <configuration >
102+ <source >8</source >
103+ </configuration >
104+ </execution >
105+ </executions >
106+ </plugin >
78107 <plugin >
79108 <groupId >org.apache.maven.plugins</groupId >
80109 <artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments