Skip to content

Commit

Permalink
去除flatten-maven-plugin的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Sep 6, 2024
1 parent ecee0ef commit ad65c1b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 235 deletions.
210 changes: 0 additions & 210 deletions nop-cli/.flattened-pom.xml

This file was deleted.

50 changes: 25 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,31 +180,31 @@
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>oss</flattenMode>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>flatten-maven-plugin</artifactId>-->
<!-- <version>1.5.0</version>-->
<!-- <configuration>-->
<!-- <updatePomFile>true</updatePomFile>-->
<!-- <flattenMode>oss</flattenMode>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>flatten</id>-->
<!-- <phase>process-resources</phase>-->
<!-- <goals>-->
<!-- <goal>flatten</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- <execution>-->
<!-- <id>flatten.clean</id>-->
<!-- <phase>clean</phase>-->
<!-- <goals>-->
<!-- <goal>clean</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->

</plugins>

Expand Down

0 comments on commit ad65c1b

Please sign in to comment.