Posts tagged 'maven'
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 Daemon Version 0.8.2 Released
The Apache Maven team is pleased to announce the release of the
Maven Daemon, version 0.8.2 .
Apache Maven Daemon is a daemon infrastructure for Maven with caching
capabilities and a native client for a better and faster user experience.
You can download the appropriate etc. from the download page .
Release Notes - Maven Daemon Version 0.8.2 ...
[Read more...]
Posted at
05:18PM Oct 10, 2022
by khmarbaise in community
Apache Maven Shared component: Maven Common Artifa...
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Common Artifact Filters Version 3.3.2 .
A collection of ready-made filters to control inclusion/exclusion of artifacts
during dependency resolution.
You should specify the version in your project's plugin configuration:
1 <plugin>...
[Read more...]
Posted at
07:16AM Sep 16, 2022
by khmarbaise in Shared Component 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 Dependency Tree Version 3.2.0 Release...
The Apache Maven team is pleased to announce the release of the
Apache Shared Component: Apache Maven Dependency Tree Version 3.2.0
A tree-based API for resolution of Maven project dependencies.
1 <plugin>
2 <groupId> org.apache.maven.shared </groupId>
3 <artifactId> maven-dependency-tree...
[Read more...]
Posted at
05:15PM Aug 25, 2022
by khmarbaise in Shared Component Release
Maven Dependency Analyzer Version 1.13.0 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Dependency Analyzer Version 1.13.0
Analyzes the dependencies of a project for undeclared or unused artifacts.
You should specify the version in your project's dependency list:
1 <dependency>
2 <groupId>...
[Read more...]
Posted at
09:34PM Aug 24, 2022
by khmarbaise in Shared Component 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 Shared Component: Apache Maven Reporting Im...
The Apache Maven team is pleased to announce the release of the
Apache Shared Component: Apache Maven Reporting Impl. Version 3.2.0
Abstract classes to manage report generation, which can be run both:
as part of a site generation, as a maven-reporting-api 's MavenReport ,
or as a direct standalone goal invocation, as a maven-plugin-api...
[Read more...]
Posted at
09:01PM Aug 09, 2022
by khmarbaise in Shared Component 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 Reporting API 3.1.1 released
The Apache Maven team is pleased to announce the release of the
Apache Shared Component: Apache Maven Reporting API Version 3.1.1
Abstract classes to manage report generation, which can be run both:
as part of a site generation, as a maven-reporting-api 's MavenReport ,
or as a direct standalone goal invocation, as a maven-plugin-api...
[Read more...]
Posted at
07:17PM Jul 31, 2022
by khmarbaise in Shared Component Release
Apache Maven SCM Version 2.0.0-M2 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven SCM, version 2.0.0-M2 .
Maven SCM supports Maven plugins (for example maven-release-plugin) and other tools by providing
them with a common API for source code management operations. You can look at the list of SCMs for
more information on using Maven SCM with your favorite...
[Read more...]
Posted at
08:18PM Jul 30, 2022
by khmarbaise in Shared Component Release
Apache Maven Indexer Version 6.2.2 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Indexer, version 6.2.2 .
Apache Maven Indexer (former Sonatype Nexus Indexer) is the de facto standard for producing indexes
of Maven repositories. The Indexes are produced and consumed by all major tools in the ecosystem.
You can download the appropriate sources etc. from...
[Read more...]
Posted at
02:14PM Jul 29, 2022
by khmarbaise in maven-indexer