Skip to content

Commit bd34dce

Browse files
committed
fix assembly not working
1 parent f85cc9d commit bd34dce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
<build>
3636
<plugins>
3737
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId><!-- Maven's complaining of package not found, shouldn't this groupID be assumed by default? -->
3938
<artifactId>maven-assembly-plugin</artifactId>
40-
<version>3.6.0</version>
4139
<configuration>
4240
<archive>
4341
<manifest>
@@ -52,4 +50,5 @@
5250
</plugins>
5351
</build>
5452

53+
5554
</project>

0 commit comments

Comments
 (0)