Skip to content

Commit

Permalink
Add changingPattern to etc/ivysettings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 20, 2012
1 parent b358c4d commit d250882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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" changingMatcher="regexp" changingPattern=".*DEV.*">
<filesystem name="main" checkmodified="true" 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 All @@ -50,7 +50,7 @@

<!-- Resolver for all the test jars which should not be shipped -->
<chain name="test-resolver" returnFirst="true">
<filesystem name="test">
<filesystem name="test" checkmodified="true" changingMatcher="regexp" changingPattern=".*DEV.*">
<artifact pattern="${ivy.settings.dir}/../target/test-repository/[artifact]-[revision].[type]" />
<ivy pattern="${ivy.settings.dir}/../target/test-repository/[module]-[revision].ivy"/>
</filesystem>
Expand Down

0 comments on commit d250882

Please sign in to comment.