Skip to content

Commit

Permalink
provide command to deploy the site
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 9, 2011
1 parent 1a91fa2 commit 66a2275
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion symmetric/symmetric-assemble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
</execution>
</executions>
</plugin>
<!-- Use this command to deploy the maven site (instead of site:deploy):
mvn org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:upload -Dwagon.url=dav:https://dav.codehaus.org/symmetricds/ -Dwagon.fromDir=target/site -Dwagon.serverId=dav.codehaus.org
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand All @@ -91,7 +94,7 @@
</exclusions>
</dependency>
</dependencies>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.db.torque</groupId>
<artifactId>torque-maven-plugin</artifactId>
Expand Down

0 comments on commit 66a2275

Please sign in to comment.