- added site generation

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@63 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2008-07-11 13:28:42 +00:00
parent c0dd60b9fb
commit 6434a60e70

View File

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