Skip to content

Commit

Permalink
changed to deploy over scp
Browse files Browse the repository at this point in the history
  • Loading branch information
John Casey committed Jan 16, 2009
1 parent f9803b0 commit 8fa1e55
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 @@ -31,7 +31,7 @@
<site>
<id>sonatype-site</id>
<name>Sonatype Book Examples</name>
<url>file:///var/www/domains/sonatype.com/books/htdocs/book/parent</url>
<url>scp://deployer@172.16.0.1/var/www/domains/sonatype.com/books/htdocs/book/parent</url>
</site>
</distributionManagement>
</profile>
Expand All @@ -44,7 +44,7 @@
<site>
<id>sonatype-site</id>
<name>Sonatype Book Examples</name>
<url>file:///var/www/domains/sonatype.com/books/htdocs/book-stage/parent</url>
<url>scp://deployer@172.16.0.1/var/www/domains/sonatype.com/books/htdocs/book-stage/parent</url>
</site>
</distributionManagement>
</profile>
Expand Down

0 comments on commit 8fa1e55

Please sign in to comment.