Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukáš Gorazd Hrodek
2021-hw03-csv
Commits
2d84e2aa
Commit
2d84e2aa
authored
May 23, 2021
by
jcechace
Browse files
Removed shade plugin pro pom.xml
parent
c8230d11
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2d84e2aa
...
...
@@ -76,37 +76,6 @@
</execution>
</executions>
</plugin>
<!-- Executable jar -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-shade-plugin
</artifactId>
<version>
3.2.2
</version>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
shade
</goal>
</goals>
<configuration>
<finalName>
application
</finalName>
<shadedArtifactAttached>
true
</shadedArtifactAttached>
<transformers>
<transformer
implementation=
"org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"
>
<mainClass>
cz.muni.fi.pb162.hw03.app.impl.Application
</mainClass>
</transformer>
</transformers>
<filters>
<filter>
<artifact>
com.beust:jcommander
</artifact>
<excludes>
<exclude>
META-INF/*.MF
</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
<!-- surefire Config -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment