diff --git a/parent/pom.xml b/parent/pom.xml
index c3f85ae..cdb9c0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -239,6 +239,14 @@
             ${jdk.version}
           
         
+         
+          maven-deploy-plugin
+          2.4
+        
+        
+          maven-gpg-plugin
+          1.0
+        
         
           maven-javadoc-plugin        
           2.6.1
@@ -311,5 +319,37 @@
       maven.site
       ${piccolo2d.file.site.base}
     
+    
+      sonatype-nexus-staging
+      Nexus Release Repository
+      http://oss.sonatype.org/service/local/staging/deploy/maven2/
+    
   
+  
+    
+      release-sign-artifacts
+      
+        
+          signArtifacts
+          true
+        
+      
+      
+        
+          
+            maven-gpg-plugin
+            
+              
+                sign-artifacts
+                verify
+                
+                  sign
+                
+              
+            
+          
+        
+      
+    
+