91-9990449935 0120-4256464 |
Maven PluginsThe maven plugins are central part of maven framework, it is used to perform specific goal. According to Apache Maven, there are 2 types of maven plugins.
Build PluginsThese plugins are executed at the time of build. These plugins should be declared inside the <build> element. Reporting PluginsThese plugins are executed at the time of site generation. These plugins should be declared inside the <reporting> element. Maven Core PluginsA list of maven core plugins are given below:
List of Maven PluginsTo see the list of maven plugins, you may visit apache maven official website http://repo.maven.apache.org/maven2/org/apache/maven/plugins/. Maven plugins are also available outside the maven at codehaus.org and code.google.com.
Next TopicMaven eclipse Example
|