[MNG-6014] Removing ArtifactHandler for ejb3 o Followup to MNG-5894 of Maven 3.3.9 where the maven-ejb3-plugin has been removed from life cycle. o Removed the ArtifactHandler for ejb3 cause without a bound life cycle it does not make sense. o Removed entry from artifact-handlers.apt site.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d75dbc37 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d75dbc37 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d75dbc37 Branch: refs/heads/MNG-6014 Commit: d75dbc37bc29dbc0db32d713cb2e69b73fdbcabe Parents: a99a789 Author: Karl Heinz Marbaise <khmarba...@apache.org> Authored: Mon May 2 20:45:01 2016 +0200 Committer: Karl Heinz Marbaise <khmarba...@apache.org> Committed: Wed Jan 25 20:47:40 2017 +0100 ---------------------------------------------------------------------- .../main/resources/META-INF/plexus/artifact-handlers.xml | 11 ----------- maven-core/src/site/apt/artifact-handlers.apt | 2 -- 2 files changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/d75dbc37/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml ---------------------------------------------------------------------- diff --git a/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml b/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml index f467252..2f26ce2 100644 --- a/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml +++ b/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml @@ -80,17 +80,6 @@ Artifact handlers are required by the dependency resolution mechanism. <addedToClasspath>true</addedToClasspath> </configuration> </component> - <component> - <role>org.apache.maven.artifact.handler.ArtifactHandler</role> - <role-hint>ejb3</role-hint> - <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> - <configuration> - <type>ejb3</type> - <includesDependencies>true</includesDependencies> - <language>java</language> - <addedToClasspath>false</addedToClasspath> - </configuration> - </component> <!-- | TEST JAR http://git-wip-us.apache.org/repos/asf/maven/blob/d75dbc37/maven-core/src/site/apt/artifact-handlers.apt ---------------------------------------------------------------------- diff --git a/maven-core/src/site/apt/artifact-handlers.apt b/maven-core/src/site/apt/artifact-handlers.apt index a7ffade..1a4b344 100644 --- a/maven-core/src/site/apt/artifact-handlers.apt +++ b/maven-core/src/site/apt/artifact-handlers.apt @@ -39,8 +39,6 @@ Default Artifact Handlers Reference *--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+ | <<<ejb>>> | <<<jar>>> | <= type> | | java | <<<true>>> | | *--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+ -| <<<ejb3>>> | <= type> | <= type> | | java | | <<<true>>> | -*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+ | <<<war>>> | <= type> | <= type> | | java | | <<<true>>> | *--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+ | <<<ear>>> | <= type> | <= type> | | java | | <<<true>>> |