maven-source-plugin 3.2.1-2 source package in Ubuntu

Changelog

maven-source-plugin (3.2.1-2) unstable; urgency=medium

  * Depend on libmaven-parent-java (Closes: #1028831)
  * Standards-Version updated to 4.6.2
  * Removed Thomas Koch from the uploaders (Closes: #1019034)

 -- Emmanuel Bourg <email address hidden>  Sun, 15 Jan 2023 10:46:49 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-source-plugin_3.2.1-2.dsc 2.3 KiB 8c5ea0da76df14122b2f96b4afa0a366486666a9d0322c30f6e6f644baa47437
maven-source-plugin_3.2.1.orig.tar.xz 22.6 KiB e2bef2548d7aca71fe7ae7ad02508a4273b76732c1fc9aed518c1fd750525953
maven-source-plugin_3.2.1-2.debian.tar.xz 3.3 KiB 558e727d786c7366b3af066fde7e02c5d2b2d5a2dd4d958b39273c80d1e49cb9

Available diffs

No changes file available.

Binary packages built by this source

libmaven-source-plugin-java: 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.