You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/05/26 21:15:56 UTC

[20/48] maven-resolver git commit: Added aether-demo-snippets as module to root POM to ease project import into IDE

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/demos
Commit: 5f0c0e8073e944836cfe884170cbd62a6dd250ef
Parents: ec181dc
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Mon Jul 15 19:25:22 2013 +0200
Committer: Benjamin Bentmann <be...@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>