File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 22
33 <modelVersion >4.0.0</modelVersion >
44
5+ <parent >
6+ <groupId >com.github.crawler-commons</groupId >
7+ <artifactId >urlfrontier</artifactId >
8+ <version >1.1-SNAPSHOT</version >
9+ </parent >
10+
511 <name >urlfrontier-service</name >
6- <groupId >com.github.crawler-commons</groupId >
712 <artifactId >urlfrontier-service</artifactId >
813 <packaging >jar</packaging >
9- <version >1.1-SNAPSHOT</version >
1014
1115 <description >Implementation of the URLFrontier Service</description >
1216
1317 <properties >
18+ <!-- needed to build within Docker -->
1419 <skipFormatCode >false</skipFormatCode >
1520 </properties >
1621
4752 </googleJavaFormatOptions >
4853 </configuration >
4954 </plugin >
50- <plugin >
51- <groupId >org.apache.maven.plugins</groupId >
52- <artifactId >maven-compiler-plugin</artifactId >
53- <version >3.2</version >
54- <configuration >
55- <source >1.8</source >
56- <target >1.8</target >
57- </configuration >
58- </plugin >
59- <plugin >
60- <groupId >org.apache.maven.plugins</groupId >
61- <artifactId >maven-deploy-plugin</artifactId >
62- <configuration >
63- <skip >true</skip >
64- </configuration >
65- </plugin >
6655 <plugin >
6756 <groupId >org.apache.maven.plugins</groupId >
6857 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments