Skip to content

Commit

Permalink
Fixing site deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bujok committed Oct 26, 2012
1 parent 203c091 commit 850a7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,15 +391,15 @@

<profiles>
<profile>
<id>default-cli</id>
<id>site</id>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>manually-deploy-site</id>
<id>default-cli</id>
<configuration>
<tasks>
<echo message="Running ANT for deploying the site..."/>
Expand Down

0 comments on commit 850a7e9

Please sign in to comment.