lock site plugin version
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/3c4bf147 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/3c4bf147 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/3c4bf147 Branch: refs/heads/master Commit: 3c4bf147199d4578bcb58cf23ac030f43c29b04a Parents: e766783 Author: Olivier Lamy <[email protected]> Authored: Tue Mar 24 22:11:42 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Tue Mar 24 22:11:42 2015 +1100 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/3c4bf147/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a7678a2..06a18a5 100644 --- a/pom.xml +++ b/pom.xml @@ -458,6 +458,11 @@ under the License. </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.4</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.9</version> <configuration>
