Posts tagged 'maven'
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
Apache Maven Resolver 1.8.2 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Resolver, version 1.8.2
Apache Maven Artifact Resolver is a library for working with artifact
repositories and dependency resolution.
Maven Artifact Resolver deals with the specification of local repository,
remote repository, developer workspaces, artifact transports and...
[Read more...]
Posted at
08:52PM Jul 28, 2022
by khmarbaise in Maven Resolver 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
Apache Maven Indexer Version 6.2.0 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Indexer, version 6.2.0 .
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.
Most notable changes:
...
[Read more...]
Posted at
07:37PM May 05, 2022
by khmarbaise in maven-indexer
Apache Maven Site Plugin Version 4.0.0-M1 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Site Plugin, version 4.0.0-M1 .
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
02:41PM May 01, 2022
by khmarbaise in Plugin Release
Apache Maven Shared Component: Maven Reporting Exe...
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Reporting Exec Version 2.0.0-M1 .
Classes to prepare report plugins execution with Maven 3, through
MavenReportExecutor ( implementation ).
You should specify the version in your project’s plugin configuration:
1...
[Read more...]
Posted at
01:02AM Apr 28, 2022
by khmarbaise in Shared Component Release
Apache Maven Reporting Impl Version 4.0.0-M1
The Apache Maven team is pleased to announce the release of the
Apache Shared Component: Apache Maven Reporting Impl. Version 4.0.0-M1
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,...
[Read more...]
Posted at
11:47PM Apr 23, 2022
by khmarbaise in Shared Component Release
Apache Maven AntRun Plugin Version 3.1.0 released
The Apache Maven team is pleased to announce the release of the Apache
Maven AntRun Plugin, version 3.1.0 .
This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant
scripts in the POM!
You should specify the version in your project’s plugin configuration:
1
2
3
4
5...
[Read more...]
Posted at
12:11AM Apr 22, 2022
by khmarbaise in Plugin Release