mirror of https://github.com/apache/maven.git
[MNG-6017] Removing ArtifactHandler for par LifeCycle
o Removed ArtifactHandler configuration for par lifeclyce which has been removed in Maven 3.3.9 See MNG-5892
This commit is contained in:
parent
cfb075ac70
commit
bc07e74d3c
|
@ -201,19 +201,5 @@ Artifact handlers are required by the dependency resolution mechanism.
|
|||
</configuration>
|
||||
</component>
|
||||
|
||||
<!--
|
||||
| PAR
|
||||
|-->
|
||||
<component>
|
||||
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
|
||||
<role-hint>par</role-hint>
|
||||
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
|
||||
<configuration>
|
||||
<type>par</type>
|
||||
<includesDependencies>true</includesDependencies>
|
||||
<language>java</language>
|
||||
<addedToClasspath>false</addedToClasspath>
|
||||
</configuration>
|
||||
</component>
|
||||
</components>
|
||||
</component-set>
|
||||
|
|
|
@ -47,8 +47,6 @@ Default Artifact Handlers Reference
|
|||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<rar>>> | <= type> | <= type> | | java | | <<<true>>> |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<par>>> | <= type> | <= type> | | java | | <<<true>>> |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<java-source>>> | <<<jar>>> | <= type> | <<<sources>>> | java | | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<javadoc>>> | <<<jar>>> | <= type> | <<<javadoc>>> | java | <<<true>>> | |
|
||||
|
|
Loading…
Reference in New Issue