Added comments.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1531100 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test2/pom.xml b/dependencymanager/test2/pom.xml
index 367812d..4ff76e4 100644
--- a/dependencymanager/test2/pom.xml
+++ b/dependencymanager/test2/pom.xml
@@ -194,6 +194,10 @@
 								<exclude>**/components/*</exclude>
 							</excludes>
 							<includes>
+								<!-- By default, all integration tests are run. For running a specific test, 
+								     you can specify a given test below: for example:
+								     <include>**/integration/**/AspectBaseTest.java</include>
+								-->
 								<include>**/integration/**/*</include>
 							</includes>
 						</configuration>