mirror of https://github.com/apache/maven.git
[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.
This commit is contained in:
parent
46c1581474
commit
5a462344f9
|
@ -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
|
||||
|
|
|
@ -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>>> |
|
||||
|
|
Loading…
Reference in New Issue