Skip to content

Commit b584f6c

Browse files
added uber jar changes
1 parent 87f7e51 commit b584f6c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

DataSimulator/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
<target>1.8</target>
1717
</configuration>
1818
</plugin>
19+
<plugin>
20+
<groupId>org.apache.maven.plugins</groupId>
21+
<artifactId>maven-shade-plugin</artifactId>
22+
<executions>
23+
<execution>
24+
<phase>package</phase>
25+
<goals>
26+
<goal>shade</goal>
27+
</goals>
28+
</execution>
29+
</executions>
30+
<configuration>
31+
<finalName>uber-${artifactId}-${version}</finalName>
32+
</configuration>
33+
</plugin>
1934
</plugins>
2035
</build>
2136
<dependencies>
@@ -36,4 +51,5 @@
3651
<version>20180130</version>
3752
</dependency>
3853
</dependencies>
54+
3955
</project>

0 commit comments

Comments
 (0)