Posts tagged 'plugin'
Apache Maven Surefire/Failsafe Plugin Version 3.0....
The Apache Maven team is pleased to announce the release of the
Apache Maven Surefire Plugin, version 3.0.0-M8 .
The release contains 18 fixes and enhancements.
Again we received contributions from the community in form of bug reports
and bug fixes. Thank you and keep them coming!
You should specify the version in your project's plugin...
[Read more...]
Posted at
09:59PM Jan 11, 2023
by khmarbaise in Plugin Release
Apache Maven Dependency Plugin Version 3.5.0 Relea...
The Apache Maven team is pleased to announce the release of the
Apache Maven Dependecy Plugin, version 3.5.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-plugin/
You should...
[Read more...]
Posted at
09:58PM Jan 11, 2023
by khmarbaise in Plugin Release
Apache Maven PMD Plugin, version 3.20.0 Released
The Maven team is pleased to announce the release of the
Apache Maven PMD Plugin, version 3.20.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 etc. from the
...
[Read more...]
Posted at
08:35PM Jan 11, 2023
by khmarbaise in Plugin Release
Maven Project Info Reports Plugin version 3.4.2 - ...
The Apache Maven team is pleased to announce the release of the
Maven Project Info Reports Plugin version 3.4.2
You should specify the version in your project's plugin configuration:
1 <plugin>
2 <groupId> org.apache.maven.plugins </groupId>
3 <artifactId> maven-project-info-reports-plugin...
[Read more...]
Posted at
08:34PM Jan 11, 2023
by khmarbaise in Plugin Release
Apache Maven EAR Plugin Version 3.3.0 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven EAR Plugin, version 3.3.0
This plugin generates Java EE Enterprise Archive (EAR) file. It can also
generate the deployment descriptor file (e.g. application.xml).
You should specify the version in your project's plugin configuration:
NOTE:
Requires JDK8 as...
[Read more...]
Posted at
09:28AM Oct 22, 2022
by khmarbaise in Plugin Release
Apache Maven Jar Plugin, version 3.3.0
The Apache Maven team is pleased to announce the release of the
Apache Maven Jar Plugin, version 3.3.0 .
This plugin provides the capability to build jars.
1 <plugin>
2 <groupId> org.apache.maven.plugins </groupId>
3 <artifactId> maven-jar-plugin </artifactId>
4 <version> 3.3.0...
[Read more...]
Posted at
07:13AM Sep 16, 2022
by khmarbaise in Plugin Release
Apache Maven Shade Plugin, version 3.4.0
The Apache Maven team is pleased to announce the release of the Apache
Maven Shade Plugin, version 3.4.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 dependencies.
Notes:
Starting from this release you need JDK8 as minimum.
Minimum...
[Read more...]
Posted at
09:15PM Sep 14, 2022
by khmarbaise in Plugin Release
Apache Maven PMD Plugin, version 3.19.0
The Maven team is pleased to announce the release of the
Apache Maven PMD Plugin, version 3.19.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 etc. from the
...
[Read more...]
Posted at
07:13AM Sep 05, 2022
by khmarbaise in Plugin Release
Apache Maven PMD Plugin, version 3.18.0
The Maven team is pleased to announce the release of the
Apache Maven PMD Plugin, version 3.18.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 etc. from the
...
[Read more...]
Posted at
07:32PM Aug 23, 2022
by khmarbaise in Plugin Release
Apache Maven Checkstyle Plugin, version 3.2.0 rele...
div class="post_body"> The Maven team is pleased to announce the release of the
Apache Maven Checkstyle Plugin, version 3.2.0 .
The Checkstyle Plugin generates a report regarding the code style used by the
developers. For more information about Checkstyle, see
https://checkstyle.sourceforge.net/ .
You should specify the version in...
[Read more...]
Posted at
07:31PM Aug 23, 2022
by khmarbaise in Plugin Release
Apache Maven PDF Plugin, version 1.6.1
The Apache Maven team is pleased to announce the release of the
Apache Maven PDF Plugin, version 1.6.1 .
This plug-in allows you to generate a PDF version of your project's
documentation.
1 <plugin>
2 <groupId> org.apache.maven.plugins </groupId>
3 <artifactId> maven-pdf-plugin...
[Read more...]
Posted at
12:58PM Aug 19, 2022
by khmarbaise in Plugin Release
Apache Maven JXR plugin, version 3.3.0 released
The Apache Maven team is pleased to announce the release of the
Apache Maven JXR, version 3.3.0 .
This module generates browsable HTML pages from Java source code.
You should specify the version in your project's plugin configuration:
1 <plugin>
2 <groupId> org.apache.maven.plugins </groupId>
3 ...
[Read more...]
Posted at
12:18PM Aug 19, 2022
by khmarbaise in Plugin Release
Apache Maven Help Plugin, version 3.3.0 released
The Apache Maven team is pleased to announce the release of the
Apache Maven Help Plugin, version 3.3.0
The Maven Help Plugin is used to get relative information about a project or
the system. It can be used to get a description of a particular plugin,
including the plugin's goals with their parameters and component requirements,
the effective...
[Read more...]
Posted at
08:02PM Aug 16, 2022
by khmarbaise in Plugin Release
Maven Project Info Reports Plugin version 3.4.1
The Apache Maven team is pleased to announce the release of the
Maven Project Info Reports Plugin version 3.4.1
You should specify the version in your project's plugin configuration:
1 <plugin>
2 <groupId> org.apache.maven.plugins </groupId>
3 <artifactId> maven-project-info-reports-plugin...
[Read more...]
Posted at
09:56PM Aug 13, 2022
by khmarbaise in Plugin Release
Apache Maven JavaDoc Plugin Version 3.4.1 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven JavaDoc Plugin, version 3.4.1 .
The Javadoc Plugin uses the Javadoc tool to generate javadocs for the
specified project.
1 <plugin>
2 <groupId> org.apache.maven.plugins </groupId>
3 <artifactId> maven-javadoc-plugin...
[Read more...]
Posted at
09:55PM Aug 13, 2022
by khmarbaise in Plugin Release
Apache Maven Site Plugin Version 3.12.1 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Site Plugin, version 3.12.1 .
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
12:01PM Aug 04, 2022
by khmarbaise in Plugin Release
Apache Maven Resources Plugin Version 3.3.0 Releas...
The Apache Maven team is pleased to announce the release of the
Apache Maven Resources Plugin, Version 3.3.0 .
The Resources Plugin handles the copying of project resources to the output
directory. There are two different kinds of resources: main resources and test
resources. The difference is that the main resources are the resources
associated to...
[Read more...]
Posted at
10:52PM Jul 25, 2022
by khmarbaise in Plugin Release
Apache Maven Site Plugin, version 4.0.0-M3 Release...
The Apache Maven team is pleased to announce the release of the
Apache Maven Site Plugin, version 4.0.0-M3 .
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
12:56PM Jul 25, 2022
by khmarbaise in Plugin Release
Apache Maven Install Plugin, version 3.0.1 release...
The Apache Maven team is pleased to announce the release of the
Apache Maven Install Plugin, version 3.0.1 .
The Install Plugin is used during the install phase to add artifact(s) to the
local repository. The Install Plugin uses the information in the POM (groupId,
artifactId, version) to determine the proper location for the artifact within
the...
[Read more...]
Posted at
07:12PM Jul 23, 2022
by khmarbaise in Plugin Release
Apache Maven Assembly Plugin, version 3.4.2 releas...
The Apache Maven team is pleased to announce the release of the Apache
Maven Assembly Plugin, version 3.4.2 .
The Assembly Plugin for Maven is primarily intended to allow users to aggregate
the project output along with its dependencies, modules, site documentation,
and other files into a single distributable archive.
You can download the...
[Read more...]
Posted at
12:22PM Jul 23, 2022
by khmarbaise in Plugin Release