maven-repository-plugin
This plugin is used to create bundles of artifacts that can be uploaded to the central repository.
Goals
mvn repository:bundle-create
he bundle will be created in your target directory with the name: ${project.artifactId}-${project.version}-bundle.jar
Java source 를 포함하려면 다음 명령어 실행
mvn source:jar javadoc:jar repository:bundle-create