mirror of https://github.com/apache/maven.git
ordering
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4247e65d61
commit
4758085459
|
@ -17,19 +17,11 @@ Default Artifact Handlers Reference
|
|||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<jar>>> | <= type> | <= type> | | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<ejb>>> | <<<jar>>> | <= type> | | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<ejb-client>>> | <<<jar>>> | <<<ejb>>> | <<<client>>> | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<ejb3>>> | <= type> | <= type> | | java | | <<<true>>> |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<test-jar>>> | <<<jar>>> | <<<jar>>> | <<<tests>>> | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<maven-plugin>>> | <<<jar>>> | <= type> | | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<java-source>>> | <<<jar>>> | <= type> | <<<sources>>> | java | | |
|
||||
| <<<ejb>>> | <<<jar>>> | <= type> | | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<javadoc>>> | <<<jar>>> | <= type> | <<<javadoc>>> | java | <<<true>>> | |
|
||||
| <<<ejb3>>> | <= type> | <= type> | | java | | <<<true>>> |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<war>>> | <= type> | <= type> | | java | | <<<true>>> |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
|
@ -39,3 +31,11 @@ Default Artifact Handlers Reference
|
|||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<par>>> | <= type> | <= type> | | java | | <<<true>>> |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<java-source>>> | <<<jar>>> | <= type> | <<<sources>>> | java | | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<javadoc>>> | <<<jar>>> | <= type> | <<<javadoc>>> | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<ejb-client>>> | <<<jar>>> | <<<ejb>>> | <<<client>>> | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
| <<<test-jar>>> | <<<jar>>> | <<<jar>>> | <<<tests>>> | java | <<<true>>> | |
|
||||
*--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+
|
||||
|
|
Loading…
Reference in New Issue