Skip to content

Commit

Permalink
renamed readme file and abstracted pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhyper24 committed Jan 15, 2025
1 parent 502221b commit b5f2551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
File renamed without changes.
22 changes: 7 additions & 15 deletions bloc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>com.iluwatar.bloC.App</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<archive>
<manifest>
<mainClass>com.iluwatar.bloc.Main</mainClass>
</manifest>
</archive>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit b5f2551

Please sign in to comment.