Bug 435534 - CBI: Create branch for Scout 4.1.x

https://bugs.eclipse.org/bugs/show_bug.cgi?id=435534

Add parent-only profile.
diff --git a/pom.xml b/pom.xml
index 54ca6db..1c5e313 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,15 @@
         </plugins>
       </build>
     </profile>
+
+    <profile>
+      <id>parent-only</id>
+
+      <modules>
+        <module>org.eclipse.scout.parent</module>
+      </modules>
+    </profile>
+
   </profiles>
 
   <build>