mirror of https://github.com/apache/maven.git
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:
parent
de0ec195e1
commit
7ba418cc31
|
@ -254,7 +254,7 @@ public class PrepareReleaseMojo
|
||||||
}
|
}
|
||||||
catch ( Exception e )
|
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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,7 @@
|
||||||
<module>maven-install-plugin</module>
|
<module>maven-install-plugin</module>
|
||||||
<module>maven-jar-plugin</module>
|
<module>maven-jar-plugin</module>
|
||||||
<module>maven-plugin-plugin</module>
|
<module>maven-plugin-plugin</module>
|
||||||
|
<module>maven-release-plugin</module>
|
||||||
<module>maven-resources-plugin</module>
|
<module>maven-resources-plugin</module>
|
||||||
<module>maven-site-plugin</module>
|
<module>maven-site-plugin</module>
|
||||||
<module>maven-source-plugin</module>
|
<module>maven-source-plugin</module>
|
||||||
|
|
Loading…
Reference in New Issue