announcement email will be sent manually

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@47 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2008-07-11 12:34:55 +00:00
parent 6429ae7099
commit 310a0a76a3
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
<!-- useEditMode>true</useEditMode>--> <!-- useEditMode>true</useEditMode>-->
<!-- dryRun>true</dryRun--> <!-- dryRun>true</dryRun-->
<preparationGoals>clean package</preparationGoals> <preparationGoals>clean package</preparationGoals>
<goals>deploy site:depoy changes:announcement-mail</goals> <goals>deploy site:deploy</goals>
<tagBase>${svn.tags.url}</tagBase> <tagBase>${svn.tags.url}</tagBase>
</configuration> </configuration>
</plugin> </plugin>

View File

@@ -69,7 +69,7 @@
<!-- useEditMode>true</useEditMode>--> <!-- useEditMode>true</useEditMode>-->
<!-- dryRun>true</dryRun--> <!-- dryRun>true</dryRun-->
<preparationGoals>clean package</preparationGoals> <preparationGoals>clean package</preparationGoals>
<goals>deploy site:depoy changes:announcement-mail</goals> <goals>deploy site:deploy</goals>
<tagBase>${svn.tags.url}</tagBase> <tagBase>${svn.tags.url}</tagBase>
</configuration> </configuration>
</plugin> </plugin>