mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	【依赖优化】flattenMode 按需调整成 bom 和 oss
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -113,7 +113,7 @@
 | 
				
			|||||||
                <artifactId>flatten-maven-plugin</artifactId>
 | 
					                <artifactId>flatten-maven-plugin</artifactId>
 | 
				
			||||||
                <version>${flatten-maven-plugin.version}</version>
 | 
					                <version>${flatten-maven-plugin.version}</version>
 | 
				
			||||||
                <configuration>
 | 
					                <configuration>
 | 
				
			||||||
                    <flattenMode>resolveCiFriendliesOnly</flattenMode>
 | 
					                    <flattenMode>oss</flattenMode>
 | 
				
			||||||
                    <updatePomFile>true</updatePomFile>
 | 
					                    <updatePomFile>true</updatePomFile>
 | 
				
			||||||
                </configuration>
 | 
					                </configuration>
 | 
				
			||||||
                <executions>
 | 
					                <executions>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -607,7 +607,7 @@
 | 
				
			|||||||
                <artifactId>flatten-maven-plugin</artifactId>
 | 
					                <artifactId>flatten-maven-plugin</artifactId>
 | 
				
			||||||
                <version>${flatten-maven-plugin.version}</version>
 | 
					                <version>${flatten-maven-plugin.version}</version>
 | 
				
			||||||
                <configuration>
 | 
					                <configuration>
 | 
				
			||||||
                    <flattenMode>resolveCiFriendliesOnly</flattenMode>
 | 
					                    <flattenMode>bom</flattenMode>
 | 
				
			||||||
                    <updatePomFile>true</updatePomFile>
 | 
					                    <updatePomFile>true</updatePomFile>
 | 
				
			||||||
                </configuration>
 | 
					                </configuration>
 | 
				
			||||||
                <executions>
 | 
					                <executions>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user