Multiple install:install-file in a single pom.xml

前端 未结 1 1017
天命终不由人
天命终不由人 2020-12-01 14:46

(Please read at least this before answering: This is a temporary measure! No, we do not want to set up a local repository manager and manually run a script)

<
1条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-01 15:18

    I would imagine something like this would work (this will install it on every build):

    
        
            
                org.apache.maven.plugins
                maven-install-plugin
                
                    
                        inst_1
                        initialize
                        
                            install-file
                        
                        
                            
                        
                    
                    
                        inst_2
                        initialize
                        
                            install-file
                        
                        
                            
                        
                    
                    
                
                        
        
    
    

    0 讨论(0)
提交回复
热议问题