How to Install and Uninstall libmaven-source-plugin-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libmaven-source-plugin-java" package

This guide let you learn how to install libmaven-source-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmaven-source-plugin-java

2. Uninstall "libmaven-source-plugin-java" package

This guide covers the steps necessary to uninstall libmaven-source-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmaven-source-plugin-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmaven-source-plugin-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmaven-source-plugin-java
Priority: optional
Section: universe/java
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: maven-source-plugin
Version: 2.4-1
Depends: libmaven-archiver-java, libmaven2-core-java, libplexus-archiver-java, libplexus-utils-java
Filename: pool/universe/m/maven-source-plugin/libmaven-source-plugin-java_2.4-1_all.deb
Size: 26846
MD5sum: 9bb36d71e3e6ee14497b58d012119131
SHA1: c07029c6e57366c2137604ccbd5eb4c82906db90
SHA256: 9321f5aeb2b25708dc5f448a11464725a99babda6c131f2906c833dbd422e9f6
Description-en: Maven Source Plugin
The Maven 2 Source Plugin creates a JAR archive of the source files of
the current project. The Source Plugin has five goals:
* source:aggregate aggregrates sources for all modules in an aggregator
project.
* source:jar is used to bundle the main sources of the project into a
jar archive.
* source:test-jar on the other hand, is used to bundle the test sources
of the project into a jar archive.
* source:jar-no-fork is similar to jar but does not fork the build lifecycle.
* source:test-jar-no-fork is similar to test-jar but does not fork the
build lifecycle.
Description-md5: 14c38dbcd196c8e8be08c43ccf9b0542
Homepage: http://maven.apache.org/plugins/maven-source-plugin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu