Renamed branding and runner Maven artifact IDs, and ignore .DS_Store files in .gitignore
diff --git a/.gitignore b/.gitignore
index 8fe49ec..b5f6dd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 .settings
 target
 eclipse-classes
+*.DS_STORE
diff --git a/branding/pom.xml b/branding/pom.xml
index a05b00d..c742a6f 100644
--- a/branding/pom.xml
+++ b/branding/pom.xml
@@ -27,7 +27,7 @@
     <version>2.0.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>branding</artifactId>
+  <artifactId>jclouds-cli-branding</artifactId>
   <packaging>bundle</packaging>
   <name>jclouds :: cli :: branding</name>
 
diff --git a/runner/pom.xml b/runner/pom.xml
index e6fd799..2e030ce 100644
--- a/runner/pom.xml
+++ b/runner/pom.xml
@@ -27,7 +27,7 @@
     <version>2.0.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>runner</artifactId>
+  <artifactId>jclouds-cli-runner</artifactId>
   <name>jclouds :: cli :: runner</name>
 
   <dependencies>