Skip to content

Commit

Permalink
fix: update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmairena committed May 20, 2022
1 parent 36046a3 commit 233814a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Compiled class file
*.class

target/

# Log file
*.log

Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>cr.go.municarrillo.proxyclient.App</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 233814a

Please sign in to comment.