Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external/pom.xml not found #3196

Closed
teamrdwitti opened this issue Jan 18, 2021 · 2 comments · Fixed by #3214
Closed

external/pom.xml not found #3196

teamrdwitti opened this issue Jan 18, 2021 · 2 comments · Fixed by #3214
Assignees
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Documentation Doc... What?? Joke! We will write some!

Comments

@teamrdwitti
Copy link

teamrdwitti commented Jan 18, 2021

Dear all,

I'm trying to build Kapua from scratch as described in the developer's guide.
The first instruction mvn clean install -f external/pom.xml failed as the file external/pom.xml does not exist.

I had a look at earlier versions without finding it.

I played with Maven some years ago, and I'm quite puzzled.

Many thanks for your help,

1.4.0

Type of deployment
[ ] Local Vagrant deployment
[X] Docker
[ ] Openshift (in its variants)
[ ] Others

Main component affected
[ ] Console (in case of console please report info on which browser you encountered the problem)
[ ] REST API
[ ] Message Broker
[ ] - Others

Additional context
Add any other context about the problem here.

@LeoNerdoG
Copy link
Contributor

Hey @teamrdwitti,
you should just execute the following commands (you have to have Docker Desktop installed and running):

  1. mvn clean install -DskipTests -Pdocker (in Kapua root folder)
  2. go to /deployment/docker/unix (if you have Linux/MAC machine)
  3. Run command ./docker-deploy.sh
  4. Afterwards Kapua should be accesible on localhost:8080

If you need any more information, please let us know.
Leo

@Coduz
Copy link
Contributor

Coduz commented Jan 28, 2021

Hi @teamrdwitti ,

there is an error on the documentation and that step is no longer necessary.
I'll fix the documentation.

Regards,

Alberto

@Coduz Coduz self-assigned this Jan 28, 2021
@Coduz Coduz added Bug This is a bug or an unexpected behaviour. Fix it! Documentation Doc... What?? Joke! We will write some! labels Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Documentation Doc... What?? Joke! We will write some!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants