We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36046a3 commit 233814aCopy full SHA for 233814a
.gitignore
@@ -2,6 +2,8 @@
2
# Compiled class file
3
*.class
4
5
+target/
6
+
7
# Log file
8
*.log
9
pom.xml
@@ -42,6 +42,14 @@
42
<plugin>
43
<artifactId>maven-jar-plugin</artifactId>
44
<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>
53
</plugin>
54
</plugins>
55
</pluginManagement>
0 commit comments