|
37 | 37 | help, and documentation.</p>
|
38 | 38 |
|
39 | 39 | <p>
|
40 |
| - <img src="images/plugin-tools-deps.png" width="759" height="474" border="0" usemap="#PluginTools_dependencies" /> |
41 |
| - <map name="PluginTools_dependencies"> |
42 |
| - <area shape="rect" coords="256,0,467,34" alt="maven-plugin-plugin" href="./maven-plugin-plugin" /> |
43 |
| - <area shape="rect" coords="28,95,205,131" alt="plugin-tools-api" href="./maven-plugin-tools-api"/> |
44 |
| - <area shape="rect" coords="287,154,496,190" alt="plugin-tools-javadoc" href="./maven-plugin-tools-javadoc"/> |
45 |
| - <area shape="rect" coords="44,146,508,198" alt="plugin-tools-java" href="./maven-plugin-tools-java"/> |
46 |
| - <area shape="rect" coords="311,213,496,248" alt="plugin-annotations" href="./maven-plugin-annotations"/> |
47 |
| - <area shape="rect" coords="44,204,508,256" alt="plugin-tools-annotations" href="./maven-plugin-tools-annotations"/> |
48 |
| - <area shape="rect" coords="55,270,293,306" alt="plugin-tools-beanshell" href="./maven-script/maven-plugin-tools-beanshell"/> |
49 |
| - <area shape="rect" coords="319,271,557,306" alt="maven-script-beanshell" href="./maven-script/maven-script-beanshell"/> |
50 |
| - <area shape="rect" coords="56,329,223,365" alt="plugin-tools-ant" href="./maven-script/maven-plugin-tools-ant"/> |
51 |
| - <area shape="rect" coords="388,329,557,365" alt="maven-script-ant" href="./maven-script/maven-script-ant"/> |
52 |
| - <area shape="rect" coords="48,388,231,424" alt="plugin-tools-model" href="./maven-script/maven-plugin-tools-model"/> |
53 |
| - <area shape="rect" coords="514,95,759,131" alt="plugin-tools-generators" href="./maven-plugin-tools-generators"/> |
54 |
| - <area shape="rect" coords="44,263,570,432" alt="maven-script" href="./maven-script"/> |
55 |
| - <area shape="rect" coords="340,438,529,474" alt="maven-plugin-api" href="/ref/current/maven-plugin-api/"/> |
56 |
| - <area shape="rect" coords="510,154,582,190" alt="qdox" href="https://github.com/paul-hammant/qdox"/> |
57 |
| - <area shape="rect" coords="510,212,583,248" alt="asm" href="https://asm.ow2.org/"/> |
58 |
| - <area shape="rect" coords="656,134,747,169" alt="Doxia" href="/doxia/"/> |
59 |
| - <area shape="rect" coords="599,271,715,306" alt="Beanshell" href="http://www.beanshell.org/"/> |
60 |
| - <area shape="rect" coords="600,329,670,366" alt="Ant" href="https://ant.apache.org/"/> |
61 |
| - </map> |
| 40 | + <object type="image/svg+xml" data="images/plugin-tools-deps.svg" width="643" height="284"> |
| 41 | + </object> |
62 | 42 | </p>
|
63 | 43 |
|
64 | 44 | <table>
|
|
83 | 63 | <td> <a href="./maven-plugin-tools-java/index.html">maven-plugin-tools-java</a></td>
|
84 | 64 | <td>Extractor for plugins written in Java annotated with Mojo Javadoc Tags.</td>
|
85 | 65 | </tr>
|
86 |
| - <tr> |
87 |
| - <td> <a href="./maven-plugin-tools-javadoc/index.html">maven-plugin-tools-javadoc</a></td> |
88 |
| - <td>Provides doclets to support Mojo Javadoc Tags in the Javadoc Tool.</td> |
89 |
| - </tr> |
90 | 66 | <tr>
|
91 | 67 | <td> <a href="./maven-plugin-tools-annotations/index.html">maven-plugin-tools-annotations</a></td>
|
92 | 68 | <td>Extractor for plugins written in Java with Java annotations.</td>
|
|
96 | 72 | <td>Provides the Java annotations to use in Mojos.</td>
|
97 | 73 | </tr>
|
98 | 74 | <tr>
|
99 |
| - <td><a href="./maven-script/index.html">maven-script</a></td> |
100 |
| - <td>Maven Script Mojo Support lets developer write Maven plugins/goals with scripting languages instead of compiled Java.</td> |
101 |
| - </tr> |
102 |
| - <tr> |
103 |
| - <td> <a href="./maven-script/maven-plugin-tools-beanshell/index.html">maven-plugin-tools-beanshell</a></td> |
104 |
| - <td>Extractor for plugins written in Beanshell.</td> |
105 |
| - </tr> |
106 |
| - <tr> |
107 |
| - <td> <a href="./maven-script/maven-script-beanshell/index.html">maven-script-beanshell</a></td> |
108 |
| - <td>Maven Beanshell Mojo Support, ie write Maven plugins with Beanshell scripts.</td> |
109 |
| - </tr> |
110 |
| - <tr> |
111 |
| - <td> <a href="./maven-script/maven-plugin-tools-ant/index.html">maven-plugin-tools-ant</a></td> |
112 |
| - <td>Extractor for plugins written in Ant.</td> |
113 |
| - </tr> |
114 |
| - <tr> |
115 |
| - <td> <a href="./maven-script/maven-script-ant/index.html">maven-script-ant</a></td> |
116 |
| - <td>Maven Ant Mojo Support, ie write Maven plugins with Ant script.</td> |
117 |
| - </tr> |
118 |
| - <tr> |
119 |
| - <td> <a href="./maven-script/maven-plugin-tools-model/index.html">maven-plugin-tools-model</a></td> |
120 |
| - <td>Plugin Metadata Model for script-based plugins.</td> |
| 75 | + <td><a href="./maven-script/index.html">maven-script</a> (deprecated)</td> |
| 76 | + <td>Maven Script Mojo Support lets developer write Maven plugins/goals with scripting languages instead of compiled Java.<br/> |
| 77 | + Deprecated since 3.7.0</td> |
121 | 78 | </tr>
|
122 | 79 | </table>
|
123 | 80 |
|
|
0 commit comments