File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 <version >3.4.1</version >
4848 </extension >
4949 </extensions >
50+ <plugins >
51+ <plugin >
52+ <artifactId >maven-compiler-plugin</artifactId >
53+ <version >3.8.1</version >
54+ <configuration >
55+ <source >1.8</source >
56+ <target >1.8</target >
57+ <compilerId >eclipse</compilerId >
58+ </configuration >
59+ <dependencies >
60+ <dependency >
61+ <groupId >org.codehaus.plexus</groupId >
62+ <artifactId >plexus-compiler-eclipse</artifactId >
63+ <version >2.8.8</version >
64+ </dependency >
65+ </dependencies >
66+ </plugin >
67+ <plugin >
68+ <groupId >org.apache.maven.plugins</groupId >
69+ <artifactId >maven-deploy-plugin</artifactId >
70+ <version >3.0.0-M1</version >
71+ <configuration >
72+ <skip >true</skip >
73+ </configuration >
74+ </plugin >
75+ <plugin >
76+ <groupId >org.apache.maven.plugins</groupId >
77+ <artifactId >maven-javadoc-plugin</artifactId >
78+ <version >3.2.0</version >
79+ <configuration >
80+ <skip >true</skip >
81+ </configuration >
82+ </plugin >
83+ </plugins >
5084 </build >
5185 <reporting >
5286 <plugins >
You can’t perform that action at this time.
0 commit comments