Posts tagged 'maven-plugin'
Apache Maven Shade Plugin, Version 3.3.0 Release...
The Apache Maven team is pleased to announce the release of the Apache
Maven Shade Plugin, version 3.3.0 .
This plugin provides the capability to package the artifact in an uber-jar,
including its dependencies and to shade – i.e. rename – the packages of some of
the dependencies.
You should specify the version in your...
[Read more...]
Posted at
09:57PM Mar 29, 2022
by khmarbaise in Plugin Release
Apache Maven JXR Plugin Version 3.2.0 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven JXR, version 3.2.0 .
This module generates browsable HTML pages from Java source code.
You should specify the version in your project’s plugin configuration:
1
2
3
4
5
<plugin>
<groupId>...
[Read more...]
Posted at
09:27PM Mar 20, 2022
by khmarbaise in Plugin Release
Apache Maven Dependency Plugin Version 3.3.0 Relea...
The Apache Maven team is pleased to announce the release of the
Apache Maven Dependecy Plugin, version 3.3.0 .
The dependency plugin provides the capability to manipulate artifacts. It
can copy and/or unpack artifacts from local or remote repositories to a
specified location.
https://maven.apache.org/plugins/maven-dependency-plug...
[Read more...]
Posted at
05:38PM Mar 11, 2022
by khmarbaise in Plugin Release
Apache Maven Compiler Plugin Version 3.10.1 Releas...
The Apache Maven team is pleased to announce the release of the
Apache Maven Compiler Plugin, version 3.10.1 .
The Compiler Plugin is used to compile the sources of your project.
You should specify the version in your project’s plugin configuration:
1
2
3
4
5
<plugin>
<groupId>...
[Read more...]
Posted at
12:21PM Mar 11, 2022
by khmarbaise in Plugin Release
Maven Project Info Reports Plugin version 3.2.2 Re...
The Apache Maven team is pleased to announce the release of the
Maven Project Info Reports Plugin version 3.2.2
You should specify the version in your project’s plugin configuration:
1
2
3
4
5
<plugin>
<groupId> org.apache.maven.plugins </groupId>
<artifactId>...
[Read more...]
Posted at
03:32PM Feb 25, 2022
by khmarbaise in Plugin Release
Apache Maven Site Plugin Version 3.11.0 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Site Plugin, version 3.11.0 .
The Site Plugin is used to generate a site for the project. The generated site
also includes the project’s reports that were configured in the POM.
You can download the appropriate sources etc. from the download page:
...
[Read more...]
Posted at
10:06PM Feb 16, 2022
by khmarbaise in Plugin Release
Apache Maven PMD Plugin Version 3.16.0 Released
The Maven team is pleased to announce the release of the
Apache Maven PMD Plugin, version 3.16.0
A Maven plugin for the PMD toolkit, that produces a report on both code rule
violations and detected copy and paste fragments, as well as being able to fail
the build based on these metrics.
You can download the appropriate sources...
[Read more...]
Posted at
08:34PM Feb 15, 2022
by khmarbaise in Plugin Release
Apache Maven Compiler Plugin Version 3.10.0 Releas...
The Apache Maven team is pleased to announce the release of the
Apache Maven Compiler Plugin, version 3.10.0 .
The Compiler Plugin is used to compile the sources of your project.
You should specify the version in your project’s plugin configuration:
1
2
3
4
5
<plugin>
<groupId>...
[Read more...]
Posted at
12:57PM Feb 14, 2022
by khmarbaise in Plugin Release
Apache Maven JavaDoc Plugin Version 3.3.2 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven JavaDoc Plugin, version 3.3.2 .
The Javadoc Plugin uses the Javadoc tool to generate javadocs for the
specified project.
1
2
3
4
5
<plugin>
<groupId> org.apache.maven.plugins </groupId>
...
[Read more...]
Posted at
12:14PM Feb 11, 2022
by khmarbaise in Plugin Release
Maven Project Info Reports Plugin Version 3.2.1 Re...
The Apache Maven team is pleased to announce the release of the
Maven Project Info Reports Plugin version 3.2.1
You should specify the version in your project’s plugin configuration:
1
2
3
4
5
<plugin>
<groupId> org.apache.maven.plugins </groupId>
<artifactId>...
[Read more...]
Posted at
12:51PM Feb 05, 2022
by khmarbaise in Plugin Release