From: <rob...@us...> - 2010-06-23 08:29:56
|
Revision: 28 http://netcdftools.svn.sourceforge.net/netcdftools/?rev=28&view=rev Author: robertbridle Date: 2010-06-23 08:29:49 +0000 (Wed, 23 Jun 2010) Log Message: ----------- ANDSWRON-618 - Tell release:perform to only run deploy goal instead of site-deploy. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-23 07:42:03 UTC (rev 27) +++ trunk/pom.xml 2010-06-23 08:29:49 UTC (rev 28) @@ -281,6 +281,9 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-9</version> + <configuration> + <goal>deploy</goal> <!-- Because we have a populated <site> element, the site-deploy goal will execute. We specify that only the deploy goal should execute, since we will perform site-deploys manually --> + </configuration> </plugin> </plugins> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |