Revision: 1002
Author: heuermh
Date: Tue Mar 30 19:17:33 2010
Log: Issue 146 ; committing patch to release 1.3 branch
http://code.google.com/p/piccolo2d/source/detail?r=1002

Modified:
 /piccolo2d.java/branches/release-1.3/parent/pom.xml

=======================================
--- /piccolo2d.java/branches/release-1.3/parent/pom.xml Wed Mar 10 18:50:42 2010 +++ /piccolo2d.java/branches/release-1.3/parent/pom.xml Tue Mar 30 19:17:33 2010
@@ -240,6 +240,14 @@
           </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>
           <configuration>
@@ -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