Skip to content

Commit

Permalink
chore: disable classpath in mf and move kernel.json out of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 28, 2020
1 parent 1a4a10b commit 09cd89c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<appendAssemblyId>false</appendAssemblyId>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>io.github.tadayosi.icamel.ICamel</mainClass>
</manifest>
</archive>
Expand Down

0 comments on commit 09cd89c

Please sign in to comment.