Skip to content

Commit 325ee20

Browse files
committed
Publish service jar on Maven,fix #42
1 parent e88833d commit 325ee20

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

service/pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
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

@@ -47,22 +52,6 @@
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>

0 commit comments

Comments
 (0)