This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[oersi] Depend on metafacture-core oersi branch via mavenLocal
Using source dependency here causes issues in the downstream oersi-etl, which depends on metafacture-fix. There is probably a way to solve that, but the whole oersi branch setup is temporary, and for development it's actually useful to install and depend via the local maven repository (to test changes in core or fix).
- Loading branch information
Showing
6 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
cd .. | ||
git clone https://github.com/metafacture/metafacture-core.git -b oersi | ||
cd metafacture-core | ||
./gradlew install | ||
cd ../metafacture-fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
sourceControl { | ||
gitRepository('https://github.com/metafacture/metafacture-core.git') { | ||
producesModule('org.metafacture:metafacture-commons') | ||
producesModule('org.metafacture:metafacture-formeta') | ||
producesModule('org.metafacture:metafacture-mangling') | ||
producesModule('org.metafacture:metafacture-runner') | ||
producesModule('org.metafacture:metafacture-xml') | ||
producesModule('org.metafacture:metamorph') | ||
} | ||
} | ||
|
||
include 'org.metafacture.fix' | ||
include 'org.metafacture.fix.ide' | ||
include 'org.metafacture.fix.web' |