All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.data-delivery-common.pipeline.chart.pom.configuration.vm Maven / Gradle / Ivy

            
                org.codehaus.mojo
                exec-maven-plugin
                3.1.0
                
                    
                        main-chart
                        compile
                        
                            exec
                        
                        
                            helm
                            
                                template
                                ${aissemble.helm.repo.protocol}://${aissemble.helm.repo}/aissemble-spark-application-chart
                                --version
                                ${version.aissemble}
                                --values
                                ${mainValuesPath}/${moduleArtifactId}-base-values.yaml,${mainValuesPath}/${moduleArtifactId}-dev-values.yaml
                                -s
                                templates/deployment.yaml
                            
                            target/apps/${moduleArtifactId}-dev-chart.yaml
                        
                    
                    
                        test-chart
                        compile
                        
                            exec
                        
                        
                            helm
                            
                                template
                                ${aissemble.helm.repo.protocol}://${aissemble.helm.repo}/aissemble-spark-application-chart
                                --version
                                ${version.aissemble}
                                --values
                                ${mainValuesPath}/${moduleArtifactId}-base-values.yaml,${testValuesPath}/${moduleArtifactId}-test-values.yaml
                                -s
                                templates/deployment.yaml
                            
                            target/apps/${moduleArtifactId}-test-chart.yaml
                        
                    
                    
                        ci-chart
                        compile
                        
                            exec
                        
                        
                            helm
                            
                                template
                                ${aissemble.helm.repo.protocol}://${aissemble.helm.repo}/aissemble-spark-application-chart
                                --version
                                ${version.aissemble}
                                --values
                                ${mainValuesPath}/${moduleArtifactId}-base-values.yaml,${mainValuesPath}/${moduleArtifactId}-ci-values.yaml
                                -s
                                templates/deployment.yaml
                            
                            target/apps/${moduleArtifactId}-ci-chart.yaml
                        
                    
                
            




© 2015 - 2025 Weber Informatics LLC | Privacy Policy