This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Agnoster | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for FISH | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://gist.github.com/1595572). | |
## Set this options in your config.fish (if you want to :]) |
version: '3.8' services: oracle-xe: environment: - ORACLE_PASSWORD=oracle image: gvenzl/oracle-xe:slim-faststart ports: - "1521:1521" restart: unless-stopped volumes:
There are 3 plugins for generating to create a JAR-File in maven:
- maven-jar-plugin
- maven-assembly-plugin
- maven-shade-plugin
maven-jar-plugin:This plugin provides the capability to build and sign jars.But it just compiles the java files under src/main/java and /src/main/resources/.It doesn't include the dependencies JAR files.
<!--exclude all xml files from the jar-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>