Fix typo
This commit is contained in:
parent
fc857d832b
commit
6c5441d041
|
|
@ -151,7 +151,7 @@
|
||||||
<mainClass>${start-class}</mainClass>
|
<mainClass>${start-class}</mainClass>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Support shade packaging (if the user does not want to use our plugin -->
|
<!-- Support shade packaging (if the user does not want to use our plugin) -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue