You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/16 03:27:57 UTC

svn commit: r518843 - /incubator/tuscany/java/spec/sca-api-r1.0/pom.xml

Author: jboynes
Date: Thu Mar 15 19:27:55 2007
New Revision: 518843

URL: http://svn.apache.org/viewvc?view=rev&rev=518843
Log:
add release profile so gpg:sign works

Modified:
    incubator/tuscany/java/spec/sca-api-r1.0/pom.xml

Modified: incubator/tuscany/java/spec/sca-api-r1.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca-api-r1.0/pom.xml?view=diff&rev=518843&r1=518842&r2=518843
==============================================================================
--- incubator/tuscany/java/spec/sca-api-r1.0/pom.xml (original)
+++ incubator/tuscany/java/spec/sca-api-r1.0/pom.xml Thu Mar 15 19:27:55 2007
@@ -72,4 +72,38 @@
             </plugin>
         </plugins>
     </build>
+
+    <profiles>
+        <profile>
+            <!-- release profile that prepares artifacts for release -->
+            <id>release</id>
+            <build>
+                <defaultGoal>verify</defaultGoal>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org