File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 145145 <groupId >org.apache.maven.plugins</groupId >
146146 <artifactId >maven-surefire-plugin</artifactId >
147147 </plugin >
148+ <plugin >
149+ <groupId >org.apache.maven.plugins</groupId >
150+ <artifactId >maven-deploy-plugin</artifactId >
151+ <version >3.0.0</version >
152+ </plugin >
153+ <plugin >
154+ <groupId >org.apache.maven.plugins</groupId >
155+ <artifactId >maven-compiler-plugin</artifactId >
156+ <version >3.10.1</version >
157+ </plugin >
158+ <plugin >
159+ <groupId >org.apache.maven.plugins</groupId >
160+ <artifactId >maven-javadoc-plugin</artifactId >
161+ <version >3.2.0</version >
162+ </plugin >
163+ <plugin >
164+ <groupId >org.apache.maven.plugins</groupId >
165+ <artifactId >maven-source-plugin</artifactId >
166+ <version >3.2.1</version >
167+ </plugin >
148168 </plugins >
149169 </build >
150170 <profiles >
You can’t perform that action at this time.
0 commit comments