Open Voiteh opened 4 years ago
Lately this requirement has been introduced, from this time we need to include settings.xml into .m2 or setup each ceylon project separately to override defualt ceylon module resolver url of https://repo1.maven.org/maven2/.
https://repo1.maven.org/maven2/
...ceylon/cmr$ ant test
Buildfile: .../ceylon/cmr/build.xml module-resolver.classes.api: module-resolver.classes: module-resolver.jar: [jar] Building jar: .../ceylon/dist/dist/repo/org/eclipse/ceylon/module-resolver/1.3.4-SNAPSHOT/org.eclipse.ceylon.module-resolver-1.3.4-SNAPSHOT.jar build: compile.tests: test-quick: [junit] Running org.eclipse.ceylon.test.smoke.test.AllCmrTests [junit] Tests run: 97, Failures: 13, Errors: 0, Skipped: 2, Time elapsed: 300.651 sec [junitreport] Processing .../ceylon/cmr/build/test-reports/TESTS-TestSuites.xml to /tmp/null1634946217 [junitreport] Loading stylesheet jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl [junitreport] Transform time: 257ms [junitreport] Deleting: /tmp/null1634946217
Lately this requirement has been introduced, from this time we need to include settings.xml into .m2 or setup each ceylon project separately to override defualt ceylon module resolver url of
https://repo1.maven.org/maven2/
....ceylon/cmr$ ant test