Skip to content

Commit

Permalink
Add changingPattern to ivysettings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 20, 2012
1 parent bf93da8 commit 949e0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ivysettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Main resolver which has as its first resolver the location
where all our jars will be published -->
<chain name="omero-resolver" returnFirst="true">
<filesystem name="main">
<filesystem name="main" changingMatcher="regexp" changingPattern=".*DEV.*">
<artifact pattern="${ivy.settings.dir}/../target/repository/[artifact]-[revision].[type]" />
<ivy pattern="${ivy.settings.dir}/../target/repository/[module]-[revision].ivy"/>
</filesystem>
Expand Down

0 comments on commit 949e0aa

Please sign in to comment.