Added aether-demo-snippets as module to root POM to ease project import into IDE
Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/5f0c0e80 Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/5f0c0e80 Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/5f0c0e80 Branch: refs/heads/master Commit: 5f0c0e8073e944836cfe884170cbd62a6dd250ef Parents: ec181dc Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Mon Jul 15 19:25:22 2013 +0200 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Mon Jul 15 19:25:22 2013 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/5f0c0e80/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8e320e5..d9378c3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright (c) 2010, 2011 Sonatype, Inc. + ~ Copyright (c) 2010, 2013 Sonatype, Inc. ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ which accompanies this distribution, and is available at @@ -73,6 +73,10 @@ </license> </licenses> + <modules> + <module>aether-demo-snippets</module> + </modules> + <properties> <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile> </properties>