RESOLVED - bug 343544: add SDK feature and site for Commons, Context,
Docs, Tasks, Versions 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=343544
diff --git a/pom.xml b/pom.xml
index 533cdee..73787d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,23 @@
       <layout>default</layout>
     </repository>
   </repositories>
+  <profiles>
+	<profile>
+	  <id>implicit-target</id>
+      <activation>
+		<property>
+		  <name>!explicit-target</name>
+		</property>
+      </activation>
+	  <repositories>
+		<repository>
+		  <id>eclipse-mylyn-commons</id>
+		  <layout>p2</layout>
+		  <url>${mylyn-commons-repository-url}</url>
+		</repository>
+	  </repositories>
+	</profile>
+  </profiles>
   <modules>
     <module>org.eclipse.mylyn.cvs-feature</module>
     <module>org.eclipse.mylyn.cvs.core</module>