Add release plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-05-17 20:03:56 +00:00
parent de0ec195e1
commit 7ba418cc31
2 changed files with 2 additions and 1 deletions

View File

@ -254,7 +254,7 @@ private void checkin()
}
catch ( Exception e )
{
throw new MojoExecutionException( "An error is occurred in the tag process.", e );
throw new MojoExecutionException( "An error is occurred in the checkin process.", e );
}
}

View File

@ -88,6 +88,7 @@
<module>maven-install-plugin</module>
<module>maven-jar-plugin</module>
<module>maven-plugin-plugin</module>
<module>maven-release-plugin</module>
<module>maven-resources-plugin</module>
<module>maven-site-plugin</module>
<module>maven-source-plugin</module>