Skip to content

Commit 233814a

Browse files
fix: update pom.xml
1 parent 36046a3 commit 233814a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Compiled class file
33
*.class
44

5+
target/
6+
57
# Log file
68
*.log
79

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
<plugin>
4343
<artifactId>maven-jar-plugin</artifactId>
4444
<version>3.0.2</version>
45+
<configuration>
46+
<archive>
47+
<manifest>
48+
<addClasspath>true</addClasspath>
49+
<mainClass>cr.go.municarrillo.proxyclient.App</mainClass>
50+
</manifest>
51+
</archive>
52+
</configuration>
4553
</plugin>
4654
</plugins>
4755
</pluginManagement>

0 commit comments

Comments
 (0)