You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/10/01 15:32:39 UTC

[ANN] Apache Maven Install Plugin Version 3.0.0-M1 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Install Plugin Version 3.0.0-M1.
 
https://maven.apache.org/plugins/maven-install-plugin/

Important Note since 3.0.0-M1:

 * Maven 3.X only
 * Minimum JDK 7+
 * The maven-install-plugin does not generate any kind of checksum 
   anymore. 

Usage Note:

 * Use the maven-install-plugin 3.0.0-M1 only in combination
   with the maven-deploy-plugin 3.0.0-M1.

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-install-plugin</artifactId>
  <version>3.0.0-M1</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-install-plugin/download.cgi
 
Release Notes Maven Install Plugin 3.0.0-M1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317524&version=12334343

Bugs:

 * [MINSTALL-121] - The packaging property should not be used for the file extension
 * [MINSTALL-130] - Remove link to non-existing Codehaus wiki

Improvements:

 * [MINSTALL-110] - install-file should also install bundled pom.xml from artifact.
 * [MINSTALL-114] - Plugin shouldn't depend on maven-compat dependency
 * [MINSTALL-118] - MavenProject with only attachments must have packaging "pom"
 * [MINSTALL-124] - Remove hard code version for maven-invoker-plugin
 * [MINSTALL-128] - Replace usage of the deprecated ArtifactFactory
 * [MINSTALL-134] - Remove checksum generation
 * [MINSTALL-136] - Removed unused dependency
 * [MINSTALL-143] - Move checksum generation from install to deploy plugin

Tasks:

 * [MINSTALL-129] - Use released version of maven-artifact-transfer
 * [MINSTALL-131] - Rename package to org.apache.maven.plugins
 * [MINSTALL-145] - Remove unused dependencies in pom
 * [MINSTALL-148] - Document change about createChecksums
 * [MINSTALL-149] - Remove updateReleaseInfo parameter
 * [MINSTALL-150] - Lift JDK minimum to JDK 7

Dependency upgrades:

 * [MINSTALL-109] - Update version of plexus-utils to 3.0.18
 * [MINSTALL-111] - Upgrade to maven-plugins parent version 27
 * [MINSTALL-112] - Upgrade maven-plugin-testing-harness to 1.3
 * [MINSTALL-113] - Upgrade maven-shared-utils to 0.7
 * [MINSTALL-117] - Upgrade maven-shared-utils to 3.0.0
 * [MINSTALL-122] - Upgrade maven-shared-components parent to version 30
 * [MINSTALL-123] - Upgrade maven-shared-utils to 3.0.1
 * [MINSTALL-125] - Upgrade of commons-io to 2.5.
 * [MINSTALL-127] - Upgrade maven-shared-utils to 3.1.0
 * [MINSTALL-137] - Upgrade maven-artifact-transfer to version 0.9.1
 * [MINSTALL-140] - maven-shared-utils 3.1.0 to 3.2.0
 * [MINSTALL-141] - plexus-utils 3.0.24 to 3.1.0
 * [MINSTALL-142] - Upgrade parent to 31
 * [MINSTALL-144] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 * [MINSTALL-146] - Upgrade maven-plugin parent to version 32
 * [MINSTALL-147] - Upgrade JUnit to 4.12

Enjoy
 
- The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Apache Maven Install Plugin Version 3.0.0-M1 Released

Posted by Mark Derricutt <ma...@talios.com>.
On 2 Oct 2018, at 4:32, Karl Heinz Marbaise wrote:

>  * [MINSTALL-118] - MavenProject with only attachments must have packaging "pom"

Ik, this just hit me with the `karaf-assembly` packaging - and seemingly not setting a main file it seems.

Time to go lock that install plugin back down, and raise a ticket for Karaf.

Mark


---
"The ease with which a change can be implemented has no relevance at all to whether it is the right change for the (Java) Platform for all time." &mdash; Mark Reinhold.

Mark Derricutt
http://www.theoryinpractice.net
http://www.chaliceofblood.net
http://plus.google.com/+MarkDerricutt
http://twitter.com/talios
http://facebook.com/mderricutt

Re: [ANN] Apache Maven Install Plugin Version 3.0.0-M1 Released

Posted by Mark Derricutt <ma...@talios.com>.
On 2 Oct 2018, at 4:32, Karl Heinz Marbaise wrote:

>  * [MINSTALL-118] - MavenProject with only attachments must have packaging "pom"

Ik, this just hit me with the `karaf-assembly` packaging - and seemingly not setting a main file it seems.

Time to go lock that install plugin back down, and raise a ticket for Karaf.

Mark


---
"The ease with which a change can be implemented has no relevance at all to whether it is the right change for the (Java) Platform for all time." &mdash; Mark Reinhold.

Mark Derricutt
http://www.theoryinpractice.net
http://www.chaliceofblood.net
http://plus.google.com/+MarkDerricutt
http://twitter.com/talios
http://facebook.com/mderricutt