Skip to content

Commit b5f2551

Browse files
committed
renamed readme file and abstracted pom file
1 parent 502221b commit b5f2551

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed
File renamed without changes.

bloc/pom.xml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,15 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-assembly-plugin</artifactId>
46-
<configuration>
47-
<archive>
48-
<manifest>
49-
<mainClass>com.iluwatar.bloC.App</mainClass>
50-
</manifest>
51-
</archive>
52-
<descriptorRefs>
53-
<descriptorRef>jar-with-dependencies</descriptorRef>
54-
</descriptorRefs>
55-
</configuration>
5646
<executions>
5747
<execution>
58-
<id>make-assembly</id>
59-
<phase>package</phase>
60-
<goals>
61-
<goal>single</goal>
62-
</goals>
48+
<configuration>
49+
<archive>
50+
<manifest>
51+
<mainClass>com.iluwatar.bloc.Main</mainClass>
52+
</manifest>
53+
</archive>
54+
</configuration>
6355
</execution>
6456
</executions>
6557
</plugin>

0 commit comments

Comments
 (0)