Maven:Plugin-1
Maven的工作是由plugin完成的。Maven的插件可以参考以下的网站。
先说Core plugins吧,看一下Maven给出的说明,够清楚了吧
Plugin |
Type* |
Version |
Release Date |
Description |
Source Repository |
Issue Tracking |
Core plugins |
Plugins corresponding to default core phases (ie. clean, compile). They may have multiple goals as well. |
|||||
B |
2.4.1 |
2010-05-12 |
Clean up after the build. |
|||
B |
2.3.2 |
2010-09-09 |
Compiles Java sources. |
|||
B |
2.7 |
2011-08-24 |
Deploy the built artifact to the remote repository. |
|||
B |
2.11 |
2011-12-04 |
Run the JUnit integration tests in an isolated classloader. |
|||
B |
2.3.1 |
2010-05-21 |
Install the built artifact into the local repository. |
|||
B |
2.5 |
2011-02-27 |
Copy the resources to the output directory for including in the JAR. |
|||
site for Maven 2 |
B |
2.3 |
2011-05-23 |
Generate a site for the current project. |
||
site for Maven 2 & 3 |
B |
3.0 |
2011-08-02 |
Generate a site for the current project. |
||
B |
2.11 |
2011-12-04 |
Run the JUnit unit tests in an isolated classloader. |
|||
B |
1.0 |
2010-01-30 |
Useful for integration tests - verifies the existence of certain conditions. |
参考: