Skip to content

Commit

Permalink
fix assembly not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega2223 committed Aug 6, 2023
1 parent f85cc9d commit bd34dce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId><!-- Maven's complaining of package not found, shouldn't this groupID be assumed by default? -->
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<archive>
<manifest>
Expand All @@ -52,4 +50,5 @@
</plugins>
</build>


</project>

0 comments on commit bd34dce

Please sign in to comment.