Skip to content

Commit

Permalink
[ENGOPS-1416] updates to ivysettings.xml and subfloor build files
Browse files Browse the repository at this point in the history
  • Loading branch information
buildguy committed Aug 26, 2015
1 parent 855b96b commit 2d2f329
Show file tree
Hide file tree
Showing 86 changed files with 20,700 additions and 8,948 deletions.
740 changes: 373 additions & 367 deletions assembly/build-res/subfloor-pkg.xml

Large diffs are not rendered by default.

391 changes: 387 additions & 4 deletions assembly/build-res/subfloor.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assembly/ivysettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ivysettings>
<properties environment="env" />
<property name="maven.local.repo" value="${user.home}/.m2/repository" overide="false" />
<property name="ivy.local.default.root" value="${ivy.default.ivy.user.dir}/local" override="true" />
<property name="ivy.local.default.artifact.pattern" value="[organisation]/[module]/[revision]/[type]s/[artifact]-[revision].[ext]"
override="false" />
Expand All @@ -22,6 +23,7 @@
</url>
<ibiblio name="pentaho-mvn" m2compatible="true" root="${pentaho.resolve.repo}" />
</dual>
<ibiblio name="local-mvn" m2compatible="true" root=”file://${maven.local.repo}” changingPattern=".*-SNAPSHOT.*" />
<ibiblio name="public-maven" root="${public.resolve.repo}" m2compatible="true" />
</chain>
</resolvers>
Expand Down
2 changes: 2 additions & 0 deletions build-res/ivysettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ivysettings>
<properties environment="env" />
<property name="maven.local.repo" value="${user.home}/.m2/repository" overide="false" />
<property name="ivy.local.default.root" value="${ivy.default.ivy.user.dir}/local" override="true" />
<property name="ivy.local.default.artifact.pattern" value="[organisation]/[module]/[revision]/[type]s/[artifact]-[revision].[ext]"
override="false" />
Expand All @@ -22,6 +23,7 @@
</url>
<ibiblio name="pentaho-mvn" m2compatible="true" root="${pentaho.resolve.repo}" />
</dual>
<ibiblio name="local-mvn" m2compatible="true" root=”file://${maven.local.repo}” changingPattern=".*-SNAPSHOT.*" />
<ibiblio name="public-maven" root="${public.resolve.repo}" m2compatible="true" />
</chain>
</resolvers>
Expand Down
Loading

0 comments on commit 2d2f329

Please sign in to comment.