-
I currently have the docker container with nexus 3 installed.
I am able to run the deployment from my local machine with the "mvn deploy" command, but when I attempt to deploy with this extension, I …
-
eg using the forge commands and so on.
We could use an Apache Camel example and then use the forge tool to setup, and then deploy.
And record a video as well ;)
-
- To Reproduce:
- Build the below Dockerfile a couple of times `docker build .` Each time the jar file gets downloaded even though the file has not changed on Nexus.
```
FROM ubuntu
ADD ["https://…
-
[Question]
I had used the plugin of Fabric8 to orchestrate my images and containers.
Among them, I would only need one of the containers to be erased when I launched the maven (the app); The other…
-
Built a simple service with Spring 2.2.5 that uses langchaing 4j together with PostgreSQL pgvector extension
Everything works fine locally when I run and test it with maven in IDEA.
But when I sta…
sok82 updated
2 months ago
-
### Expected behaviour
The repository should use Travis-CI for continuous integration. During the build phase, the docker images should be uploaded to dockerhub, so that people can pull the images wi…
-
I have a Dockerfile that does a multistage build where the build stage looks like:
```
#
# Build stage
#
FROM maven:3.9.1-eclipse-temurin-17 AS build
WORKDIR /app
COPY src ./src
COPY pom.xml…
-
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
- `org.apache.seata:seata-mock…
-
An automated process for...
Minimal (smithed?) images for runtime.
Oracle linux based for build images.
-
i know this has been a discussion before...did we ever come to any resolution on this, i can't remember.
if we didn't, guess what i just found/realized! the `source:jar` goal invokes the `generate-so…