-
I have a jar project that uses some .jar libs to run. In old days we use Eclipse to build the jar, but now my company is migrating to Maven. I didn't know how hard is to create an independent jar file ......
-
I´m trying to setup a gitlab-ci.yml. This is what it looks like:image: maven:lateststages:- build- testbuild:stage: buildtags: - sharedscript: - mvn compiletest:stage: testscript:......
-
MAVEN_OPTS:-Xmx6g -Xms1024m -XX:MaxPermSize=1024m21:08:48,685 [INFO] 21:08:48,685 [INFO] -------------------------------------......
-
I have just deployed a .war file which is built using maven-java + widfly technology on the nexus server, it is successfully deposited, but when I launch its deployment on the alien4cloud platform I ......
-
I have a utility service x which is in maven repo and is used by some of my other services. We normally update the minor version of the service x when we make small changes and we are currently on ......
-
Here is my pom.xml<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/......
-
I maintain a few Java library projects on GitLab, which I currently build with a GitLab CI workflow and deploy to a GitLab Maven repository. Now I would like to make them available via JitPack while ......
-
I have this maven-failsafe-plugin execution config:<plugin> <artifactId>maven-failsafe-plugin</artifactId> <version>2.16</version> <executions> ......
-
I am trying to make Hello World web application using Eclipse and Java-ee 8, but i can not access .xhtml file, getting 404 error.It is Maven project.Before i deploy and run on server, which is ......
-
I have been trying in vain to implement tomcat 9's jakarta servlet as opposed to the previous javax.servlet implementation (as its my understanding that the jakarta package is the way forward). The ......
-
I've copied the .m2 folder from a machine to another machine, and I've run mvn install for a certain project. The problem is that I get a lot of errors such as Index out of bound ,or that it's not a ......
-
We have a pipeline that runs on gitlab, it builds and deploys code to App Engine, so far, so good. Recently we encoutered the need to route requests to internal hosts, which we found could be solved ......
-
error(red underline) at @Test, how to resolve this error. I searched for similar error, there is no similar issue logged before. code: package com.testing.Del;public class NewTest ......
-
I have a series of OpenAPI 3 Documents (yaml files) for which I want to automate deployment and versioning using the Maven Release Plugin in a Bitbucket Pipeline. Here is the step script in our ......
-
Estou desenvolvendo uma API com JPA para cadastro e manutenção de lojas em um shopping. Onde uma loja possui os atributos cnpj , nome, piso e numero, pode pertencer a diversos segmentos e tem a opção ......