Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
147 views

I got the correct certificate (a .crt file) from my co-worker. I did the appropriate command to add this to the Java Keystore which works well as per this command: keytool -import -trustcacerts -...
0 votes
1 answer
243 views

The frontend module pom is just configured with: <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> <version>...
0 votes
0 answers
2k views

I am trying to create ROOT.war to deploy my app to Azure. I have no error in my build after I run mvn clean install Pprod but my ROOT.war is missing index.html. Here is my pom.xml <build> ...
1 vote
0 answers
858 views

I have a Java app with a JavaScript frontend. I am using the maven-frontend-plugin to download node and yarn, to install yarn modules and to build the frontend with yarn. By default, yarn searches for ...
-1 votes
1 answer
1k views

Is it possible to run Vue on the Spring Boot app using maven-frontend-plugin? There is an official guide on spring.io about doing this with React - you have to use the plugin's webpack goal to ...
1 vote
1 answer
1k views

Here what we have in browser's debug: const Mp = { pageTitle: "ученику" } , Ap = { path: "to-student", component: Fp, data: Mp, ...
0 votes
1 answer
13k views

I'm building an app with spring boot backend and angular frontend. I am using frontend-maven-plugin to build the frontend when running maven When I run mvn spring-boot:run i get this error: mvn ...
0 votes
2 answers
11k views

If I run mvn clean install for my Angular project, I'm getting the following error: [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:npm (npm build) on project client: ...
1 vote
0 answers
449 views

I'm building a Java Spring Boot Rest API and a front-end in Angular. The Angular front-end needs to be embedded inside the Spring Boot Java Application. To do this I used frontend-maven-plugin by ...
17 votes
3 answers
48k views

I am trying to integrate an exist project of ReactJS into a project of Spring-boot. I am using in project that have already run good by a tutorial that I’ve implemented. The pom.xml is using with ...
-1 votes
1 answer
170 views

I have a maven project using maven-frontend-plugin to install all node (npm packages) and run all npm tests. Under linux fail due cygwin command. Inside pom the maven-frontend-plugin configuration is ...
1 vote
0 answers
3k views

i have a web application using java and angular for front a few days ago i migrate from ng5 to ng7 and start to use npm instead of yarn package manager. before migration everything was all right but ...
3 votes
0 answers
1k views

Preface: Maven version : 2.3.2 frontend-maven-plugin version: 0.0.16 Node version : v0.12.9 npmVersion : 1.4.28 While building Plugin got error "const os = require('os'); Use of const in ...
7 votes
1 answer
8k views

I am not able to install npm and node when I run front end maven plugin I get below error : [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:install-node-and-npm (...
1 vote
0 answers
1k views

I am using eirslett frontend-maven-plugin to build war file but getting the below error: [ERROR] error An unexpected error occurred: "http://registry.npmjs.org/calendar-utils/-/calendar-utils-0.1....

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /