File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 </dependencies >
9191
9292 <build >
93+ <plugins >
94+ <plugin >
95+ <groupId >org.apache.maven.plugins</groupId >
96+ <artifactId >maven-source-plugin</artifactId >
97+ <version >3.1.0</version >
98+ <executions >
99+ <execution >
100+ <id >sources</id >
101+ <goals >
102+ <goal >jar</goal >
103+ </goals >
104+ </execution >
105+ </executions >
106+ </plugin >
107+ <plugin >
108+ <groupId >org.apache.maven.plugins</groupId >
109+ <artifactId >maven-javadoc-plugin</artifactId >
110+ <version >3.1.0</version >
111+ <configuration >
112+ <javadocExecutable >${java.home} /bin/javadoc</javadocExecutable >
113+ </configuration >
114+ <executions >
115+ <execution >
116+ <id >javadoc</id >
117+ <goals >
118+ <goal >jar</goal >
119+ </goals >
120+ </execution >
121+ </executions >
122+ </plugin >
123+ </plugins >
124+
93125 <pluginManagement >
94126 <plugins >
95127 <plugin >
105137 </plugins >
106138 </pluginManagement >
107139 </build >
140+
108141</project >
You can’t perform that action at this time.
0 commit comments