Revision: 1001
Author: heuermh
Date: Tue Mar 30 19:14:45 2010
Log: Issue 146 ; committing patch to trunk
http://code.google.com/p/piccolo2d/source/detail?r=1001

Modified:
 /piccolo2d.java/trunk/parent/pom.xml

=======================================
--- /piccolo2d.java/trunk/parent/pom.xml        Wed Mar 10 18:54:58 2010
+++ /piccolo2d.java/trunk/parent/pom.xml        Tue Mar 30 19:14:45 2010
@@ -239,6 +239,14 @@
             <target>${jdk.version}</target>
           </configuration>
         </plugin>
+         <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.0</version>
+        </plugin>
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.6.1</version>
@@ -311,5 +319,37 @@
       <id>maven.site</id>
       <url>${piccolo2d.file.site.base}</url>
     </site>
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+ <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
   </distributionManagement>
+  <profiles>
+    <profile>
+      <id>release-sign-artifacts</id>
+      <activation>
+        <property>
+          <name>signArtifacts</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to