Skip to main content

All Questions

Tagged with
1 vote
1 answer
34 views

Maven multi module project deployment with local parent pom

I've a question regarding the use of a local parent pom, when it comes to deployment and release of artifacts which use this parent's pom. Imagine the following multi module maven projects: - pom.xml (...
Dennis's user avatar
  • 11
0 votes
0 answers
27 views

How can we deploy ReactJS application on WildFly 27 server?

ReactJS web application requires routing as every request will be redirected to the index.html file. So, how can we configure routing for the reactjs application when we are going to deploy it on ...
Abhishek P's user avatar
0 votes
0 answers
13 views

Fail to deploy project on google app engine

I am attempting to deploy a Java project given from University to the Google Cloud Platform using the "mvn package appengine:deploy -Dapp.deploy.projectId=<id-da-aplicação> -Dapp.deploy....
Tong Yu's user avatar
1 vote
1 answer
94 views

How to deploy JNI bindings / C libraries (so/dylib/dll) along with a Java library using maven

We want to offer a Java JNI Wrapper for our core product which is published as a C library for different platform. Our customers should be able to download the Java Wrapper from a maven repository ...
ultimate's user avatar
  • 713
0 votes
1 answer
116 views

Maven: Cannot find or load main class

I made my first Spring application and now I need to package it in a jar file for deployment. Inside pom.xml, I specified the maven-jar-plugin in order to automatically create the manifest file for my ...
Kotaka Danski's user avatar
0 votes
0 answers
40 views

Maven WildFly Deployment Failure with Conflicting JNDI Bindings and Missing Dependencies

I have created a Maven project in Eclipse and created a JPA project here. I have also created the Run Confiuration. When I run the POM.xml I get the following error message and the Build Fails: <...
user23172513's user avatar
-1 votes
1 answer
225 views

How to check maven version in Azure devops for specific project?

In order to resolve maven plugin I saw some suggestion to set maven plugin using Azure devops.Can any one suggest to set maven plugin in azure To set Maven plugin in Azure environment so that maven ...
sindhura kallepalli's user avatar
0 votes
1 answer
69 views

My angular project .war don't deploy in Tomcat/Payara Server

I use Payara Server for this proyect (Is similar to Glassfish I think). I need to add a frontEnd in my maven project and deploy the war in that Server. Since it didn't work, I tried it in Tomcat but I ...
Mr Usher's user avatar
0 votes
0 answers
11 views

Angular dist file lib javascript file changed names. What could have influenced this?

I started working with an application that is currently on the client's production environment at version 1.0.2. A colleague of mine made some changes in the UI (Angular) part (just to fix a tab/...
CJunior's user avatar
  • 97
1 vote
0 answers
171 views

How to pass the gcloud --no-cache flag to the Maven App Engine plugin?

Running in a Google App Engine deployment issue. See https://stackoverflow.com/questions/77181996/gcloud-build-failure-error-failed-to-initialize-analyzer-no-such-object/77354911#77354911 Google App ...
MuadDib's user avatar
  • 11
0 votes
1 answer
186 views

Issue Deploying Spring Boot Project to Azure Web App via VS Code

I'm currently attempting to deploy a Spring Boot project to an Azure Web App Resource using Visual Studio Code (VS Code). To achieve this, I've been following the instructions outlined in the official ...
Venkatesh's user avatar
-1 votes
1 answer
71 views

Deploying SpringBoot Multi Module Maven Project in Azure

I have a Maven project which have 3 modules. Three of them are SpringBoot projects. Three modules are Customer, Shop and Library. Here Customer and Shop module runs on different ports in same server ...
Ahmed Ajmine Nehal's user avatar
0 votes
1 answer
166 views

How to deploy artifact to nexus with maven to custom path/file name without long classpath

I want to deploy my jar to nexus repository to custom directory and file name without other files. Default behavior is to deploy to full class path like REPONAME/com/vendor/artifact/version/classname-...
Mikhail's user avatar
0 votes
1 answer
49 views

Deploying all project dependencies to remote maven repository

I have SpringBoot project and configured a GIT pipeline to pull the dependencies from a remote Nexus repository. Many of the latest libraries are not in the remote repository. So, the pipeline ...
Kuppusamy's user avatar
  • 103
1 vote
0 answers
60 views

Solution | How To Create Dependency of Own Utility Project

By uploading it to GitHub's own package registry, you can easily use the relevant dependency in your project. For applications written with Spring Boot + Maven, you can follow the steps below: To ...
agitrubard's user avatar

15 30 50 per page
1
2 3 4 5
53