4.0.0
    
        org.thingsboard
        2.5.3-SNAPSHOT
        thingsboard
    
    org.thingsboard
    ui-ngx
    jar
    ThingsBoard Server UI
    https://thingsboard.io
    
        UTF-8
        ${basedir}/..
    
    
        
            
                ${project.build.directory}/generated-resources
            
        
        
            
                com.github.eirslett
                frontend-maven-plugin
                1.7.5
                
                    target
                    ${basedir}
                
                
                    
                        install node and npm
                        
                            install-node-and-npm
                        
                        
                            v12.16.1
                            6.13.4
                        
                    
                    
                        npm install
                        
                            npm
                        
                        
                            install
                        
                    
                
            
        
    
    
        
            npm-build
            
                true
            
            
                
                    
                        com.github.eirslett
                        frontend-maven-plugin
                        1.7.5
                        
                            target
                            ${basedir}
                        
                        
                            
                                npm build
                                
                                    npm
                                
                                
                                    run build:prod
                                
                            
                        
                    
                
            
        
        
            npm-start
            
                
                    npm-start
                
            
            
                
                    
                        com.github.eirslett
                        frontend-maven-plugin
                        1.7.5
                        
                            target
                            ${basedir}
                        
                        
                            
                                npm start
                                
                                    npm
                                
                                
                                    start