diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-13 22:35:00 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-13 22:35:00 +0200 |
commit | da16a58bf5417e2ae90a3aebf47c8c357ea7d030 (patch) | |
tree | a342eade07438304efff1d5f05cb0c7a7a1120ad /src/site/apt | |
parent | 0cfc347490c0e5b3ffb46e6ad2a342b994a337cb (diff) | |
download | maven-nar-plugin-da16a58bf5417e2ae90a3aebf47c8c357ea7d030.tar.gz maven-nar-plugin-da16a58bf5417e2ae90a3aebf47c8c357ea7d030.tar.bz2 maven-nar-plugin-da16a58bf5417e2ae90a3aebf47c8c357ea7d030.tar.xz maven-nar-plugin-da16a58bf5417e2ae90a3aebf47c8c357ea7d030.zip |
Fixed NAR-62
Diffstat (limited to 'src/site/apt')
-rw-r--r-- | src/site/apt/lifecycle.apt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/site/apt/lifecycle.apt b/src/site/apt/lifecycle.apt index 2adff1f..5586ae0 100644 --- a/src/site/apt/lifecycle.apt +++ b/src/site/apt/lifecycle.apt @@ -26,7 +26,9 @@ standard maven goals) attached to them. The order is left to right, top to botto *------------------------+-------------------------------------------+ | process-test-resources | testResources | *------------------------+-------------------------------------------+ -| test-compile | testCompile, <<nar-testCompile>> | +| test-compile | testCompile | +*------------------------+-------------------------------------------+ +| process-test-classes | <<nar-testCompile>> | *------------------------+-------------------------------------------+ | test | test, <<nar-test>> | *------------------------+-------------------------------------------+ |