Skip to content

Commit

Permalink
add build note to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor committed Nov 13, 2014
1 parent 2f8fb08 commit 6505dfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<distributionManagement>
<site>
<id>www.star.bristol.ac.uk</id>

<!-- I was hoping that this would cause mvn install to copy the
! site files to the named directory. It doesn't seem to do that
! (or anything else).
! Currently I'm doing that copying by hand when releasing
! a new version. -->
<url>file:///homeb/mbt/public_html/jsamp/</url>
</site>
</distributionManagement>
Expand Down

0 comments on commit 6505dfb

Please sign in to comment.