Repository: mina-sshd Updated Branches: refs/heads/master 9dbd66ea9 -> 61e637c48
Added maven-source-plugin definition in plugins management section Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/1a51446e Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/1a51446e Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/1a51446e Branch: refs/heads/master Commit: 1a51446e33cf86abedc6e5116f86c058b45420e2 Parents: 9dbd66e Author: Lyor Goldstein <[email protected]> Authored: Tue Jul 28 09:52:43 2015 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Tue Jul 28 09:52:43 2015 +0300 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/1a51446e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 64f180c..98acb00 100644 --- a/pom.xml +++ b/pom.xml @@ -395,6 +395,11 @@ <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>2.4</version> + </plugin> </plugins> </pluginManagement>
