Giter VIP home page Giter VIP logo

Comments (16)

paweljozwicki avatar paweljozwicki commented on June 2, 2024

Hi,
it looks like there is some problem with connecting to the docker.
To locate a problem, please:

  • Ensure that docker is running
  • Check the docker host address and verify if it's not different from default one
  • If it's possible, verify if you have a similar problem with building Starter or just with a project generated from the archetype.

from starter.

wildone avatar wildone commented on June 2, 2024

Docker works fine, its a clean install. This same issue happens on starter and on brand new generated project.

from starter.

paweljozwicki avatar paweljozwicki commented on June 2, 2024

Hi, we are trying to reproduce this issue, but the only thing we found is using not default host address (e.g. using a 2376 port).
The question is if you could share some more details about the docker. What version of Docker Desktop you are using and if you have installed WSL 2?

from starter.

wildone avatar wildone commented on June 2, 2024

Yep latest Docker, WSL2, windows 11, Powershell 7.

Did you try my archetype command?

This also happens to the team who have different windows configs.

from starter.

paweljozwicki avatar paweljozwicki commented on June 2, 2024

Yes, we tried it with the starter and project generated with the command from Steps to reproduce.

from starter.

wildone avatar wildone commented on June 2, 2024

I've just cloned a fresh copy of the repo

cd .\distribution\
mvn clean package

got an error

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21.779 s
[INFO] Finished at: 2023-01-19T22:43:45+11:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project starter-distribution: Could not resolve dependencies for project pl.ds.starter:starter-distribution:jar:1.7
.1-SNAPSHOT: The following artifacts could not be resolved: pl.ds.starter:starter-content:pom:1.7.1-SNAPSHOT, pl.ds.starter:starter-backend:pom:1.7.1
-SNAPSHOT, pl.ds.starter:starter-backend:jar:1.7.1-SNAPSHOT, pl.ds.starter:starter-frontend:jar:1.7.1-SNAPSHOT, pl.ds.starter:starter-content:zip:1.7
.1-SNAPSHOT: Could not find artifact pl.ds.starter:starter-content:pom:1.7.1-SNAPSHOT -> [Help 1]

from starter.

paweljozwicki avatar paweljozwicki commented on June 2, 2024

Hi, we didn't deploy our SNAPSHOT versions to any repository so you have to run mvn clean install in the root project first.

from starter.

wildone avatar wildone commented on June 2, 2024

If I run mvn clean install in parent I get this:

PS C:\projects\websight-io\starter> mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for pl.ds.starter:starter-frontend:jar:1.7.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.rat:apache-rat-plugin is missing. @ line 98, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Starter Project Parent                                             [pom]
[INFO] Starter: Application                                               [pom]
[INFO] Starter: Backend                                                   [jar]
[INFO] Starter: Frontend                                                  [jar]
[INFO] Starter: Content                                       [content-package]
[INFO] Starter: Distribution                                              [jar]
[INFO] Starter: Tests                                                     [pom]
[INFO] Starter: Tests: Content                                [content-package]
[INFO] Starter: Tests: End to end                                         [pom]
[INFO] 
[INFO] --------------------< pl.ds.starter:starter-parent >--------------------
[INFO] Building Starter Project Parent 1.7.1-SNAPSHOT                     [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ starter-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ starter-parent ---
[INFO] Installing C:\projects\websight-io\starter\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-parent\1.7.1-SNAPSHOT\starter-parent-1.7.1-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< pl.ds.starter:starter-application >------------------
[INFO] Building Starter: Application 1.7.1-SNAPSHOT                       [2/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ starter-application ---
[INFO]
[INFO] --- maven-install-plugin:3.0.1:install (install-for-sling-feature) @ starter-application ---
[INFO] Installing C:\projects\websight-io\starter\application\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-application\1.7.1-SNAPSHOT\starter-application-1.7.1-SNAPSHOT.pom
[INFO]
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ starter-application ---
[INFO] Installing C:\projects\websight-io\starter\application\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-application\1.7.1-SNAPSHOT\starter-application-1.7.1-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< pl.ds.starter:starter-backend >--------------------
[INFO] Building Starter: Backend 1.7.1-SNAPSHOT                           [3/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ starter-backend ---
[INFO] Deleting C:\projects\websight-io\starter\application\backend\target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ starter-backend ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 29 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ starter-backend ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to C:\projects\websight-io\starter\application\backend\target\classes
[INFO] 
[INFO] --- bnd-maven-plugin:6.2.0:bnd-process (bnd-process) @ starter-backend ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ starter-backend ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ starter-backend ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to C:\projects\websight-io\starter\application\backend\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ starter-backend ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running pl.ds.luna.components.models.LunaTitleComponentTest
[main] INFO org.reflections.Reflections - Reflections took 40 ms to scan 23 urls, producing 151 keys and 151 values
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s - in pl.ds.luna.components.models.LunaTitleComponentTest
[INFO] Running pl.ds.luna.lowcode.components.models.AccordionItemComponentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in pl.ds.luna.lowcode.components.models.AccordionItemComponentTest
[INFO] Running pl.ds.luna.lowcode.components.models.carousel.CarouselComponentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in pl.ds.luna.lowcode.components.models.carousel.CarouselComponentTest
[INFO] Running pl.ds.luna.lowcode.components.models.carousel.CarouselItemComponentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in pl.ds.luna.lowcode.components.models.carousel.CarouselItemComponentTest
[INFO] Running pl.ds.luna.lowcode.components.models.QuoteComponentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in pl.ds.luna.lowcode.components.models.QuoteComponentTest
[INFO] 
[INFO] Results:
[INFO]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ starter-backend ---
[INFO] Building jar: C:\projects\websight-io\starter\application\backend\target\starter-backend-1.7.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (install-for-sling-feature) @ starter-backend ---
[INFO] Installing C:\projects\websight-io\starter\application\backend\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-backend\1.7.1-SNAPSHOT\starter-backend-1.7.1-SNAPSHOT.pom
[INFO] Installing C:\projects\websight-io\starter\application\backend\target\starter-backend-1.7.1-SNAPSHOT.jar to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-backend\1.7.1-SNAPSHOT\starter-backend-1.7.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ starter-backend ---
[INFO] Installing C:\projects\websight-io\starter\application\backend\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-backend\1.7.1-SNAPSHOT\starter-backend-1.7.1-SNAPSHOT.pom
[INFO] Installing C:\projects\websight-io\starter\application\backend\target\starter-backend-1.7.1-SNAPSHOT.jar to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-backend\1.7.1-SNAPSHOT\starter-backend-1.7.1-SNAPSHOT.jar
[INFO]
[INFO] -------------------< pl.ds.starter:starter-frontend >-------------------
[INFO] Building Starter: Frontend 1.7.1-SNAPSHOT                          [4/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ starter-frontend ---
[INFO] Deleting C:\projects\websight-io\starter\application\frontend\target
[INFO] 
[INFO] --- apache-rat-plugin:0.15:check (default) @ starter-frontend ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from C:\projects\websight-io\starter\application\frontend\.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 65 implicit excludes.
[INFO] 8 explicit excludes.
[INFO] 53 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 42 licenses.
[INFO]
[INFO] --- frontend-maven-plugin:1.12.1:install-node-and-npm (install node and npm) @ starter-frontend ---
[INFO] Node v16.14.2 is already installed.
[INFO] NPM 8.4.1 is already installed.
[INFO]
[INFO] --- frontend-maven-plugin:1.12.1:npm (npm install) @ starter-frontend ---
[INFO] Running 'npm install' in C:\projects\websight-io\starter\application\frontend
[INFO] 
[INFO] up to date, audited 615 packages in 4s
[INFO]
[INFO] 90 packages are looking for funding
[INFO]   run `npm fund` for details
[INFO]
[INFO] 6 high severity vulnerabilities
[INFO]
[INFO] To address issues that do not require attention, run:
[INFO]   npm audit fix
[INFO]
[INFO] To address all issues (including breaking changes), run:
[INFO]   npm audit fix --force
[INFO]
[INFO] Run `npm audit` for details.
[INFO] 
[INFO] --- frontend-maven-plugin:1.12.1:npm (npm run prod) @ starter-frontend ---
[INFO] Running 'npm run prod' in C:\projects\websight-io\starter\application\frontend
[INFO] 
[INFO] > [email protected] prod
[INFO] > webpack --config ./webpack.prod.js
[INFO]
[INFO] <i> [FileManagerPlugin] copied "C:\projects\websight-io\starter\application\frontend\dist\author" to "C:\projects\websight-io\starter\application\frontend\src\main\resources\apps\luna\author
[INFO] <i> [FileManagerPlugin] copied "C:\projects\websight-io\starter\application\frontend\dist\main" to "C:\projects\websight-io\starter\application\frontend\src\main\resources\apps\luna\web_root
[INFO] assets by path main/ 74.6 KiB
[INFO]   assets by path main/fonts/ds-font/ 32.9 KiB
[INFO]     asset main/fonts/ds-font/ds-iconfonts.eot 8.63 KiB [emitted] [from: src/resources/fonts/ds-font/ds-iconfonts.eot] [copied]
[INFO]     asset main/fonts/ds-font/ds-iconfonts.svg 6.23 KiB [emitted] [from: src/resources/fonts/ds-font/ds-iconfonts.svg] [copied]
[INFO]     asset main/fonts/ds-font/ds-iconfonts.ttf 8.45 KiB [emitted] [from: src/resources/fonts/ds-font/ds-iconfonts.ttf] [copied]
[INFO]     + 2 assets
[INFO]   assets by path main/images/*.svg 1.9 KiB
[INFO]     asset main/images/broken-image.svg 1.1 KiB [emitted] [from: src/resources/images/broken-image.svg] [copied]
[INFO]     asset main/images/check.svg 820 bytes [emitted] [from: src/resources/images/check.svg] [copied]
[INFO]   assets by chunk 39.8 KiB (name: main)
[INFO]     asset main/main.css 11 KiB [emitted] [minimized] (name: main)
[INFO]     asset main/main.js 28.8 KiB [emitted] [minimized] (name: main)
[INFO] assets by path author/ 0 bytes
[INFO]   asset author/author.css 0 bytes [emitted] [minimized] (name: author)
[INFO]   asset author/author.js 0 bytes [emitted] [minimized] (name: author)
[INFO] Entrypoint main 39.8 KiB = main/main.css 11 KiB main/main.js 28.8 KiB
[INFO] Entrypoint author = author/author.css 0 bytes author/author.js 0 bytes
[INFO] 2023-01-22 10:23:05: webpack 5.75.0 compiled successfully in 23419 ms
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ starter-frontend ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ starter-frontend ---
[INFO] No sources to compile
[INFO]
[INFO] --- bnd-maven-plugin:6.2.0:bnd-process (bnd-process) @ starter-frontend ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ starter-frontend ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\projects\websight-io\starter\application\frontend\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ starter-frontend ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ starter-frontend ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ starter-frontend ---
[INFO] Building jar: C:\projects\websight-io\starter\application\frontend\target\starter-frontend-1.7.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (install-for-sling-feature) @ starter-frontend ---
[INFO] Installing C:\projects\websight-io\starter\application\frontend\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-frontend\1.7.1-SNAPSHOT\starter-frontend-1.7.1-SNAPSHOT.pom
[INFO] Installing C:\projects\websight-io\starter\application\frontend\target\starter-frontend-1.7.1-SNAPSHOT.jar to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-frontend\1.7.1-SNAPSHOT\starter-frontend-1.7.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ starter-frontend ---
[INFO] Installing C:\projects\websight-io\starter\application\frontend\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-frontend\1.7.1-SNAPSHOT\starter-frontend-1.7.1-SNAPSHOT.pom
[INFO] Installing C:\projects\websight-io\starter\application\frontend\target\starter-frontend-1.7.1-SNAPSHOT.jar to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-frontend\1.7.1-SNAPSHOT\starter-frontend-1.7.1-SNAPSHOT.jar
[INFO] 
[INFO] -------------------< pl.ds.starter:starter-content >--------------------
[INFO] Building Starter: Content 1.7.1-SNAPSHOT                           [5/9]
[INFO] --------------------------[ content-package ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ starter-content ---
[INFO] Deleting C:\projects\websight-io\starter\content\target
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ starter-content ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory C:\projects\websight-io\starter\content\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ starter-content ---
[INFO] No sources to compile
[INFO]
[INFO] --- filevault-package-maven-plugin:1.1.2:check-signature (default-check-signature) @ starter-content ---
[INFO] No signature defined. Skipping signature check.
[INFO]
[INFO] --- filevault-package-maven-plugin:1.1.2:analyze-classes (default-analyze-classes) @ starter-content ---
[INFO] Analyzing java package dependencies.
[INFO] Export package report:

Exported packages   Uses Version   Dependency
--------------------------------------------------

0 unused bundles
------------------------------

Packages used in the analyzed classes:
------------------------------

[INFO]
[INFO] --- filevault-package-maven-plugin:1.1.2:generate-metadata (default-generate-metadata) @ starter-content ---
[INFO] Using META-INF/vault from C:\projects\websight-io\starter\content\src\main\content\META-INF\vault
[INFO] Loading filter from C:\projects\websight-io\starter\content\src\main\content\META-INF\vault\filter.xml
[INFO] 
[INFO] --- filevault-package-maven-plugin:1.1.2:validate-files (default-validate-files) @ starter-content ---
[INFO] Skip this mojo as this is not an incremental build and 'validate-package' is executed later on!
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ starter-content ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory C:\projects\websight-io\starter\content\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ starter-content ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ starter-content ---
[INFO] No tests to run.
[INFO]
[INFO] --- filevault-package-maven-plugin:1.1.2:package (default-package) @ starter-content ---
[INFO] Using META-INF/vault from C:\projects\websight-io\starter\content\src\main\content\META-INF\vault
[INFO] Packaging content from C:\projects\websight-io\starter\content\src\main\content\jcr_root
[INFO] Building content-package: C:\projects\websight-io\starter\content\target\starter-content-1.7.1-SNAPSHOT.zip
[INFO] 
[INFO] --- filevault-package-maven-plugin:1.1.2:validate-package (default-validate-package) @ starter-content ---
[INFO] Start validating package 'C:\projects\websight-io\starter\content\target\starter-content-1.7.1-SNAPSHOT.zip'...
[INFO] Using 9 validators for package of type CONTENT: jackrabbit-filter (org.apache.jackrabbit.vault.validation.spi.impl.AdvancedFilterValidator), jackrabbit-properties (org.apache.jackrabbit.vault.validation.spi.impl.AdvancedPropertiesValidator), jackrabbit-docviewparser (org.apache.jackrabbit.vault.validation.spi.impl.DocumentViewParserValidator), jackrabbit-dependencies (org.apache.jackrabbit.vault.validation.spi.impl.DependencyValidator), jackrabbit-emptyelements (org.apache.jackrabbit.vault.validation.spi.impl.EmptyElementsValidator), jackrabbit-mergelimitations (org.apache.jackrabbit.vault.validation.spi.impl.MergeLimitationsValidator), jackrabbit-oakindex (org.apache.jackrabbit.vault.validation.spi.impl.OakIndexDefinitionValidator), jackrabbit-packagetype (org.apache.jackrabbit.vault.validation.spi.impl.PackageTypeValidator), jackrabbit-primarynodetype (org.apache.jackrabbit.vault.validation.spi.impl.PrimaryNodeTypeValidator)
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (install-for-sling-feature) @ starter-content ---
[INFO] Installing C:\projects\websight-io\starter\content\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-content\1.7.1-SNAPSHOT\starter-content-1.7.1-SNAPSHOT.pom
[INFO] Installing C:\projects\websight-io\starter\content\target\starter-content-1.7.1-SNAPSHOT.zip to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-content\1.7.1-SNAPSHOT\starter-content-1.7.1-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ starter-content ---
[INFO] Installing C:\projects\websight-io\starter\content\pom.xml to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-content\1.7.1-SNAPSHOT\starter-content-1.7.1-SNAPSHOT.pom
[INFO] Installing C:\projects\websight-io\starter\content\target\starter-content-1.7.1-SNAPSHOT.zip to C:\Users\maxbarrass\.m2\repository\pl\ds\starter\starter-content\1.7.1-SNAPSHOT\starter-content-1.7.1-SNAPSHOT.zip
[INFO]
[INFO] -----------------< pl.ds.starter:starter-distribution >-----------------
[INFO] Building Starter: Distribution 1.7.1-SNAPSHOT                      [6/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ starter-distribution ---
[INFO] Deleting C:\projects\websight-io\starter\distribution\target
[INFO] Deleting C:\projects\websight-io\starter\distribution (includes = [launcher/**, coverage.ec], excludes = [])
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ starter-distribution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\projects\websight-io\starter\distribution\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ starter-distribution ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ starter-distribution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\projects\websight-io\starter\distribution\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ starter-distribution ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ starter-distribution ---
[INFO] No tests to run.
[INFO]
[INFO] --- slingfeature-maven-plugin:1.6.6:aggregate-features (aggregate-features) @ starter-distribution ---
[INFO] 
[INFO] --- slingfeature-maven-plugin:1.6.6:analyse-features (aggregate-features) @ starter-distribution ---
[INFO] Starting analyzing feature 'pl.ds.starter:starter-distribution:slingosgifeature:websight-cms-starter:1.7.1-SNAPSHOT'...
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-autosuggestion-service/1.0.5/websight-autosuggestion-service-1.0.5.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-autosuggestion-service/1.0.5/websight-autosuggestion-service-1.0.5.jar (41 kB at 15 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-autosuggestion-esm/1.0.5/websight-autosuggestion-esm-1.0.5.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-autosuggestion-esm/1.0.5/websight-autosuggestion-esm-1.0.5.jar (15 kB at 6.2 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-authentication-postprocessor/1.1.1/websight-authentication-postprocessor-1.1.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-authentication-postprocessor/1.1.1/websight-authentication-postprocessor-1.1.1.jar (7.8 kB at 3.7 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-authentication-token/1.1.1/websight-authentication-token-1.1.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-authentication-token/1.1.1/websight-authentication-token-1.1.1.jar (12 kB at 5.6 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-authentication-view/1.1.1/websight-authentication-view-1.1.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-authentication-view/1.1.1/websight-authentication-view-1.1.1.jar (67 kB at 25 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-dialogs-components/2.2.1/websight-dialogs-components-2.2.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-dialogs-components/2.2.1/websight-dialogs-components-2.2.1.jar (26 kB at 11 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-dialogs-service/2.2.1/websight-dialogs-service-2.2.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-dialogs-service/2.2.1/websight-dialogs-service-2.2.1.jar (67 kB at 25 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-dialogs-view/2.2.1/websight-dialogs-view-2.2.1.jar     
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-dialogs-view/2.2.1/websight-dialogs-view-2.2.1.jar (43 kB at 18 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-rest-atlaskit-client/1.0.11/websight-rest-atlaskit-client-1.0.11.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-rest-atlaskit-client/1.0.11/websight-rest-atlaskit-client-1.0.11.jar (13 kB at 5.3 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-rest-esm-client/1.0.11/websight-rest-esm-client-1.0.11.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-rest-esm-client/1.0.11/websight-rest-esm-client-1.0.11.jar (8.2 kB at 3.7 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-rest-framework/1.0.11/websight-rest-framework-1.0.11.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-rest-framework/1.0.11/websight-rest-framework-1.0.11.jar (34 kB at 14 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-icon/1.3.2/websight-ui-components-icon-1.3.2.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-icon/1.3.2/websight-ui-components-icon-1.3.2.jar (50 kB at 21 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-navigation/1.3.2/websight-ui-components-navigation-1.3.2.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-navigation/1.3.2/websight-ui-components-navigation-1.3.2.jar (6.8 kB at 3.2 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-tree/1.3.2/websight-ui-components-tree-1.3.2.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-tree/1.3.2/websight-ui-components-tree-1.3.2.jar (8.6 kB at 3.9 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-modal/1.3.2/websight-ui-components-modal-1.3.2.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-modal/1.3.2/websight-ui-components-modal-1.3.2.jar (12 kB at 5.4 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-table/1.3.2/websight-ui-components-table-1.3.2.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-ui-components-table/1.3.2/websight-ui-components-table-1.3.2.jar (7.5 kB at 3.6 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-admin-commons/1.0.6/websight-admin-commons-1.0.6.jar   
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-admin-commons/1.0.6/websight-admin-commons-1.0.6.jar (538 kB at 157 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-groovy-console-service/1.0.5/websight-groovy-console-service-1.0.5.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-groovy-console-service/1.0.5/websight-groovy-console-service-1.0.5.jar (54 kB at 20 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-groovy-console-view/1.0.5/websight-groovy-console-view-1.0.5.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-groovy-console-view/1.0.5/websight-groovy-console-view-1.0.5.jar (31 kB at 13 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-package-manager-service/1.0.8/websight-package-manager-service-1.0.8.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-package-manager-service/1.0.8/websight-package-manager-service-1.0.8.jar (223 kB at 74 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-package-manager-view/1.0.8/websight-package-manager-view-1.0.8.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-package-manager-view/1.0.8/websight-package-manager-view-1.0.8.jar (66 kB at 25 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-ext-jcr/1.1.1/websight-resource-browser-ext-jcr-1.1.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-ext-jcr/1.1.1/websight-resource-browser-ext-jcr-1.1.1.jar (30 kB at 13 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-service/1.1.1/websight-resource-browser-service-1.1.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-service/1.1.1/websight-resource-browser-service-1.1.1.jar (91 kB at 22 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-view/1.1.1/websight-resource-browser-view-1.1.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-view/1.1.1/websight-resource-browser-view-1.1.1.jar (74 kB at 28 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-swagger-browser-service/1.0.6/websight-swagger-browser-service-1.0.6.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-swagger-browser-service/1.0.6/websight-swagger-browser-service-1.0.6.jar (8.4 kB at 4.0 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-swagger-browser-view/1.0.6/websight-swagger-browser-view-1.0.6.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-swagger-browser-view/1.0.6/websight-swagger-browser-view-1.0.6.jar (17 kB at 7.1 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-user-manager-service/1.0.6/websight-user-manager-service-1.0.6.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-user-manager-service/1.0.6/websight-user-manager-service-1.0.6.jar (164 kB at 55 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-user-manager-view/1.0.6/websight-user-manager-view-1.0.6.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-user-manager-view/1.0.6/websight-user-manager-view-1.0.6.jar (75 kB at 28 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-assets-renditions/1.1.3/websight-assets-renditions-1.1.3.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-assets-renditions/1.1.3/websight-assets-renditions-1.1.3.jar (49 kB at 18 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-assets-space-service/1.5.1/websight-assets-space-service-1.5.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-assets-space-service/1.5.1/websight-assets-space-service-1.5.1.jar (113 kB at 38 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-assets-space-view/1.5.1/websight-assets-space-view-1.5.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-assets-space-view/1.5.1/websight-assets-space-view-1.5.1.jar (67 kB at 25 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-editor-esm-services/1.4.0/websight-pages-editor-esm-services-1.4.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-editor-esm-services/1.4.0/websight-pages-editor-esm-services-1.4.0.jar (26 kB at 10 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-editor-service/1.4.0/websight-pages-editor-service-1.4.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-editor-service/1.4.0/websight-pages-editor-service-1.4.0.jar (78 kB at 41 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-editor-view/1.4.0/websight-pages-editor-view-1.4.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-editor-view/1.4.0/websight-pages-editor-view-1.4.0.jar (88 kB at 32 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-inline-editor-extension/1.0.0/websight-inline-editor-extension-1.0.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-inline-editor-extension/1.0.0/websight-inline-editor-extension-1.0.0.jar (6.5 kB at 2.9 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-foundation-bundle/1.4.0/websight-pages-foundation-bundle-1.4.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-foundation-bundle/1.4.0/websight-pages-foundation-bundle-1.4.0.jar (20 kB at 8.5 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-foundation-app/1.4.0/websight-pages-foundation-app-1.4.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-foundation-app/1.4.0/websight-pages-foundation-app-1.4.0.jar (4.9 kB at 2.3 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-space-service/1.4.0/websight-pages-space-service-1.4.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-space-service/1.4.0/websight-pages-space-service-1.4.0.jar (82 kB at 31 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-space-view/1.4.0/websight-pages-space-view-1.4.0.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-pages-space-view/1.4.0/websight-pages-space-view-1.4.0.jar (54 kB at 21 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-webp-support/1.1.3/websight-webp-support-1.1.3.jar     
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-webp-support/1.1.3/websight-webp-support-1.1.3.jar (942 kB at 269 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-core-components-app/1.0.1/websight-core-components-app-1.0.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-core-components-app/1.0.1/websight-core-components-app-1.0.1.jar (5.3 kB at 2.5 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-system-info-service/1.0.3/websight-system-info-service-1.0.3.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-system-info-service/1.0.3/websight-system-info-service-1.0.3.jar (8.7 kB at 4.1 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-system-info-view/1.0.3/websight-system-info-view-1.0.3.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-system-info-view/1.0.3/websight-system-info-view-1.0.3.jar (6.1 kB at 2.9 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-spaces-service/1.3.1/websight-spaces-service-1.3.1.jar 
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-spaces-service/1.3.1/websight-spaces-service-1.3.1.jar (31 kB at 13 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-spaces-view/1.3.1/websight-spaces-view-1.3.1.jar       
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-spaces-view/1.3.1/websight-spaces-view-1.3.1.jar (31 kB at 13 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-spaces-ui-components/1.3.1/websight-spaces-ui-components-1.3.1.jar
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-spaces-ui-components/1.3.1/websight-spaces-ui-components-1.3.1.jar (26 kB at 11 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-content/1.1.1/websight-resource-browser-content-1.1.1.zip
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-resource-browser-content/1.1.1/websight-resource-browser-content-1.1.1.zip (13 kB at 5.7 kB/s)
[INFO] - Scanned feature in 119412ms
[INFO] - Executing APIs jar properties check [apis-jar]...
[INFO] - Executed APIs jar properties check [apis-jar] in 1ms
[INFO] - Executing Bundle Import/Export Check [bundle-packages]...
[INFO] - Executed Bundle Import/Export Check [bundle-packages] in 134ms
[INFO] - Executing Repoinit Check [repoinit]...
[INFO] - Executed Repoinit Check [repoinit] in 13ms
[INFO] - Executing Requirements Capabilities check [requirements-capabilities]...
[INFO] - Executed Requirements Capabilities check [requirements-capabilities] in 38ms
[INFO] Analyzing feature 'pl.ds.starter:starter-distribution:slingosgifeature:websight-cms-starter:1.7.1-SNAPSHOT' finished : 3 warnings, 0 errors.
[WARNING] [requirements-capabilities] org.apache.felix:org.apache.felix.http.jetty:4.1.14: Artifact org.apache.felix:org.apache.felix.http.jetty:4.1.14 requires [org.apache.felix.http.jetty/4.1.14] osgi.extender; filter:="(osgi.extender=osgi.serviceloader.processor)"; resolution:=optional in start level 5 but while the requirement is optional no artifact is providing a matching capability in this start level.
[WARNING] [requirements-capabilities] org.apache.felix:org.apache.felix.http.jetty:4.1.14: Artifact org.apache.felix:org.apache.felix.http.jetty:4.1.14 requires [org.apache.felix.http.jetty/4.1.14] osgi.serviceloader; filter:="(osgi.serviceloader=org.eclipse.jetty.io.ssl.ALPNProcessor$Server)"; resolution:=optional; cardinality:=multiple in start level 5 but while the requirement is optional no artifact is providing a matching capability in this start level.
[WARNING] [requirements-capabilities] org.apache.felix:org.apache.felix.http.jetty:4.1.14: Artifact org.apache.felix:org.apache.felix.http.jetty:4.1.14 requires [org.apache.felix.http.jetty/4.1.14] osgi.extender; filter:="(osgi.extender=osgi.serviceloader.registrar)"; resolution:=optional in start level 5 but while the requirement is optional no artifact is providing a matching capability in this start level.
[INFO]
[INFO] --- slingfeature-maven-plugin:1.6.6:attach-features (aggregate-features) @ starter-distribution ---
[INFO] 
[INFO] --- slingfeature-maven-plugin:1.6.6:attach-featurearchives (aggregate-features) @ starter-distribution ---
[INFO] Creating feature archive starter-distribution-1.7.1-SNAPSHOT-websight-cms-starterfar.far
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-sling.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-sling.slingosgifeature (72 kB at 27 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-amber.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-amber.slingosgifeature (14 kB at 6.1 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-administration.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-administration.slingosgifeature (2.9 kB at 1.3 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-cm-features.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-cm-features.slingosgifeature (3.3 kB at 1.5 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-commons.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-commons.slingosgifeature (1.2 kB at 580 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-core-components.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-core-components.slingosgifeature (522 B at 384 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-log.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-log.slingosgifeature (1.1 kB at 510 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-system-information.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-system-information.slingosgifeature (808 B at 370 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-ui-spaces-framework.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-cms-ce-feature/1.7.0/websight-cms-ce-feature-1.7.0-websight-ui-spaces-framework.slingosgifeature (813 B at 376 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-base.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-base.slingosgifeature (12 kB at 5.2 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-boot.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-boot.slingosgifeature (6.3 kB at 2.9 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-discovery.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-discovery.slingosgifeature (2.4 kB at 1.1 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-event.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-event.slingosgifeature (2.0 kB at 821 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-healthcheck.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-healthcheck.slingosgifeature (3.2 kB at 1.5 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-scripting.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-scripting.slingosgifeature (1.4 kB at 641 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-webconsole.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-webconsole.slingosgifeature (1.7 kB at 797 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-admin.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-admin.slingosgifeature (1.5 kB at 712 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-oak_base.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-base-sling-feature/1.4.3/websight-base-sling-feature-1.4.3-oak_base.slingosgifeature (6.1 kB at 2.9 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-atlaskit-esm.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-atlaskit-esm.slingosgifeature (434 B at 202 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-autosuggestion.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-autosuggestion.slingosgifeature (547 B at 251 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-commons.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-commons.slingosgifeature (1.8 kB at 853 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-content-management.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-content-management.slingosgifeature (2.9 kB at 1.3 kB/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-fragments-registry.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-fragments-registry.slingosgifeature (542 B at 253 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-rest-framework.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-rest-framework.slingosgifeature (1.0 kB at 480 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-ui-components.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-ui-components.slingosgifeature (853 B at 391 B/s)
Downloading from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-ui-framework.slingosgifeature
Downloaded from websight-repo: https://repo.websight.io/maven/pl/ds/websight/websight-amber-feature/2.4.1/websight-amber-feature-2.4.1-websight-ui-framework.slingosgifeature (646 B at 298 B/s)
[INFO] Creating feature archive starter-distribution-1.7.1-SNAPSHOT-bulmafar.far
[INFO] Creating feature archive starter-distribution-1.7.1-SNAPSHOT-dockerfar.far
[INFO] Creating feature archive starter-distribution-1.7.1-SNAPSHOT-howlitefar.far
[INFO] Creating feature archive starter-distribution-1.7.1-SNAPSHOT-lunafar.far
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ starter-distribution ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: C:\projects\websight-io\starter\distribution\target\starter-distribution-1.7.1-SNAPSHOT.jar
[INFO] 
[INFO] --- slingfeature-maven-plugin:1.6.6:repository (create-repository) @ starter-distribution ---
[INFO] Creating repository in 'C:\projects\websight-io\starter\distribution\target\artifacts'...
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:get (prepare-feature-launcher) @ starter-distribution ---
[INFO] Resolving org.apache.sling:org.apache.sling.feature.launcher:jar:1.1.26 with transitive dependencies
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (prepare-feature-launcher) @ starter-distribution ---
[INFO] Configured Artifact: org.apache.sling:org.apache.sling.feature.launcher:1.1.26:jar
[INFO] Copying org.apache.sling.feature.launcher-1.1.26.jar to C:\projects\websight-io\starter\distribution\target\dependency\org.apache.sling.feature.launcher.jar
[INFO] 
[INFO] --- docker-maven-plugin:0.40.1:build (build-docker-image) @ starter-distribution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Starter Project Parent 1.7.1-SNAPSHOT:
[INFO]
[INFO] Starter Project Parent ............................. SUCCESS [  0.207 s]
[INFO] Starter: Application ............................... SUCCESS [  0.077 s]
[INFO] Starter: Backend ................................... SUCCESS [  5.454 s]
[INFO] Starter: Frontend .................................. SUCCESS [ 32.092 s]
[INFO] Starter: Content ................................... SUCCESS [  2.417 s]
[INFO] Starter: Distribution .............................. FAILURE [03:20 min]
[INFO] Starter: Tests ..................................... SKIPPED
[INFO] Starter: Tests: Content ............................ SKIPPED
[INFO] Starter: Tests: End to end ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:02 min
[INFO] Finished at: 2023-01-22T10:26:28+11:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.40.1:build (build-docker-image) on project starter-distribution: Execution build-docker-image of goal io.fabric8:docker-maven-plugin:0.40.1:build failed: An API incompatibility was encountered while executing io.fabric8:docker-maven-plugin:0.40.1:build: java.lang.UnsatisfiedLinkError: The specified procedure could not be found.
[ERROR]
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>io.fabric8:docker-maven-plugin:0.40.1
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/C:/Users/maxbarrass/.m2/repository/io/fabric8/docker-maven-plugin/0.40.1/docker-maven-plugin-0.40.1.jar
[ERROR] urls[1] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.jar
[ERROR] urls[2] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.jar
[ERROR] urls[3] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9.jar
[ERROR] urls[4] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-native.jar
[ERROR] urls[5] = file:/C:/Users/maxbarrass/.m2/repository/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
[ERROR] urls[6] = file:/C:/Users/maxbarrass/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
[ERROR] urls[7] = file:/C:/Users/maxbarrass/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
[ERROR] urls[8] = file:/C:/Users/maxbarrass/.m2/repository/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
[ERROR] urls[9] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar
[ERROR] urls[10] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
[ERROR] urls[11] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar
[ERROR] urls[12] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.jar
[ERROR] urls[13] = file:/C:/Users/maxbarrass/.m2/repository/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.jar
[ERROR] urls[14] = file:/C:/Users/maxbarrass/.m2/repository/com/google/cloud/tools/jib-core/0.18.0/jib-core-0.18.0.jar
[ERROR] urls[15] = file:/C:/Users/maxbarrass/.m2/repository/com/google/cloud/tools/jib-build-plan/0.4.0/jib-build-plan-0.4.0.jar
[ERROR] urls[16] = file:/C:/Users/maxbarrass/.m2/repository/com/google/http-client/google-http-client/1.38.1/google-http-client-1.38.1.jar    
[ERROR] urls[17] = file:/C:/Users/maxbarrass/.m2/repository/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar
[ERROR] urls[18] = file:/C:/Users/maxbarrass/.m2/repository/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.jar
[ERROR] urls[19] = file:/C:/Users/maxbarrass/.m2/repository/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar
[ERROR] urls[20] = file:/C:/Users/maxbarrass/.m2/repository/com/google/http-client/google-http-client-apache-v2/1.38.1/google-http-client-apache-v2-1.38.1.jar
[ERROR] urls[21] = file:/C:/Users/maxbarrass/.m2/repository/com/google/auth/google-auth-library-oauth2-http/0.22.2/google-auth-library-oauth2-http-0.22.2.jar
[ERROR] urls[22] = file:/C:/Users/maxbarrass/.m2/repository/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar
[ERROR] urls[23] = file:/C:/Users/maxbarrass/.m2/repository/com/google/auth/google-auth-library-credentials/0.22.2/google-auth-library-credentials-0.22.2.jar
[ERROR] urls[24] = file:/C:/Users/maxbarrass/.m2/repository/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar
[ERROR] urls[25] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
[ERROR] urls[26] = file:/C:/Users/maxbarrass/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.jar    
[ERROR] urls[27] = file:/C:/Users/maxbarrass/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar
[ERROR] urls[28] = file:/C:/Users/maxbarrass/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.jar
[ERROR] urls[29] = file:/C:/Users/maxbarrass/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.1/jackson-datatype-jsr310-2.12.1.jar
[ERROR] urls[30] = file:/C:/Users/maxbarrass/.m2/repository/org/ow2/asm/asm/9.1/asm-9.1.jar
[ERROR] urls[31] = file:/C:/Users/maxbarrass/.m2/repository/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar
[ERROR] urls[32] = file:/C:/Users/maxbarrass/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
[ERROR] urls[33] = file:/C:/Users/maxbarrass/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[ERROR] urls[34] = file:/C:/Users/maxbarrass/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[ERROR] urls[35] = file:/C:/Users/maxbarrass/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[ERROR] urls[36] = file:/C:/Users/maxbarrass/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[ERROR] urls[37] = file:/C:/Users/maxbarrass/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[ERROR] urls[38] = file:/C:/Users/maxbarrass/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[ERROR] urls[39] = file:/C:/Users/maxbarrass/.m2/repository/net/jodah/failsafe/2.4.0/failsafe-2.4.0.jar
[ERROR] urls[40] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar
[ERROR] urls[41] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/commons/commons-text/1.1/commons-text-1.1.jar
[ERROR] urls[42] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[ERROR] urls[43] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[ERROR] urls[44] = file:/C:/Users/maxbarrass/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[ERROR] urls[45] = file:/C:/Users/maxbarrass/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[ERROR] urls[46] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar
[ERROR] urls[47] = file:/C:/Users/maxbarrass/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[ERROR] urls[48] = file:/C:/Users/maxbarrass/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[ERROR] urls[49] = file:/C:/Users/maxbarrass/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[ERROR] urls[50] = file:/C:/Users/maxbarrass/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[ERROR] urls[51] = file:/C:/Users/maxbarrass/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar       
[ERROR] urls[52] = file:/C:/Users/maxbarrass/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[ERROR] urls[53] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
[ERROR] urls[54] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar     
[ERROR] urls[55] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar
[ERROR] urls[56] = file:/C:/Users/maxbarrass/.m2/repository/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.jar
[ERROR] urls[57] = file:/C:/Users/maxbarrass/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[ERROR] urls[58] = file:/C:/Users/maxbarrass/.m2/repository/org/tukaani/xz/1.6/xz-1.6.jar
[ERROR] urls[59] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[ERROR] urls[60] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[ERROR] urls[62] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
[ERROR] urls[63] = file:/C:/Users/maxbarrass/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[ERROR] urls[64] = file:/C:/Users/maxbarrass/.m2/repository/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar
[ERROR] urls[65] = file:/C:/Users/maxbarrass/.m2/repository/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar
[ERROR] urls[66] = file:/C:/Users/maxbarrass/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[ERROR] urls[67] = file:/C:/Users/maxbarrass/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.jar
[ERROR] urls[68] = file:/C:/Users/maxbarrass/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.65/bcprov-jdk15on-1.65.jar
[ERROR] urls[69] = file:/C:/Users/maxbarrass/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
[ERROR] urls[70] = file:/C:/Users/maxbarrass/.m2/repository/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import  from realm ClassRealm[project>pl.ds.starter:starter-distribution:1.7.1-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]]
[ERROR]
[ERROR] -----------------------------------------------------
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :starter-distribution

from starter.

wildone avatar wildone commented on June 2, 2024

Hi, we didn't deploy our SNAPSHOT versions to any repository so you have to run mvn clean install in the root project first.

I've made a PR to fix this #120.

from starter.

paweljozwicki avatar paweljozwicki commented on June 2, 2024

Unfortunately with those changes, it stops working on macOS. According to https://dmp.fabric8.io/#global-configuration did you try to set DOCKER_HOST environment? The plugin should read this value.

from starter.

michalcukierman avatar michalcukierman commented on June 2, 2024

Maybe we can create a profile with this setting. The profile could be automatically activated by os family:

    <profiles>
      <profile>
        <activation>
          <os>
             <family>Windows</family>
          </os>
        </activation>
        ...
      </profile>
    </profiles>

from starter.

michalcukierman avatar michalcukierman commented on June 2, 2024

dockerHost for *nix system should be:
<docker.host.url>unix:///var/run/docker.sock</docker.host.url>
I would suggest this as the default one in the pom.xml and override it with Windows property in the profile activated only on Windows. With this, we could have the settup working on all platforms without any extra configuration.

from starter.

paweljozwicki avatar paweljozwicki commented on June 2, 2024

@michalcukierman It would be a better solution than forcing developers to set up a system environment.
@wildone thanks for the insight. It was our problem to reproduce this because we took setting this DOCKER_HOST environment as granted.
New PR created. I will also add this to the archetype and let you know when it's ready.

from starter.

wildone avatar wildone commented on June 2, 2024

does io.fabric8 support dind? as -v /var/run/docker.sock:/var/run/docker.sock will work.

from starter.

wildone avatar wildone commented on June 2, 2024

thanks.

from starter.

paweljozwicki avatar paweljozwicki commented on June 2, 2024

Fixed also in archetype version 1.5

from starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.