Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangying committed Aug 23, 2024
1 parent d85dd4a commit a337e06
Showing 1 changed file with 20 additions and 39 deletions.
59 changes: 20 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,46 +139,27 @@
<include>pom.xml</include>
</includes>
<sortPom>
<encoding>UTF-8</encoding> <!-- The encoding of the pom files -->

<lineSeparator>${line.separator}</lineSeparator> <!-- line separator to use -->

<expandEmptyElements>true</expandEmptyElements> <!-- Should empty elements be expanded-->

<spaceBeforeCloseEmptyElement>false</spaceBeforeCloseEmptyElement> <!-- Should a space be added inside self-closing elements-->

<keepBlankLines>true</keepBlankLines> <!-- Keep empty lines -->

<endWithNewline>true</endWithNewline> <!-- Whether sorted pom ends with a newline -->

<nrOfIndentSpace>2</nrOfIndentSpace> <!-- Indentation -->

<indentBlankLines>false</indentBlankLines> <!-- Should empty lines be indented -->

<indentSchemaLocation>false</indentSchemaLocation> <!-- Should schema locations be indented -->

<indentAttribute>true</indentAttribute> <!-- Should the xml attributes be indented -->

<predefinedSortOrder>recommended_2008_06</predefinedSortOrder> <!-- Sort order of elements: https://github.com/Ekryd/sortpom/wiki/PredefinedSortOrderProfiles-->

<sortOrderFile>true</sortOrderFile> <!-- Custom sort order of elements: https://raw.githubusercontent.com/Ekryd/sortpom/master/sorter/src/main/resources/custom_1.xml -->

<sortDependencies>true</sortDependencies> <!-- Sort dependencies: https://github.com/Ekryd/sortpom/wiki/SortDependencies-->

<sortDependencyManagement>true</sortDependencyManagement> <!-- Sort dependency management: https://github.com/Ekryd/sortpom/wiki/SortDependencies-->

<sortDependencyExclusions>true</sortDependencyExclusions> <!-- Sort dependency exclusions: https://github.com/Ekryd/sortpom/wiki/SortDependencies-->

<sortPlugins>true</sortPlugins> <!-- Sort plugins: https://github.com/Ekryd/sortpom/wiki/SortPlugins -->

<sortProperties>false</sortProperties> <!-- Sort properties -->

<sortModules>false</sortModules> <!-- Sort modules -->

<sortExecutions>false</sortExecutions> <!-- Sort plugin executions -->
<encoding>UTF-8</encoding>
<lineSeparator>${line.separator}</lineSeparator>
<expandEmptyElements>true</expandEmptyElements>
<spaceBeforeCloseEmptyElement>false</spaceBeforeCloseEmptyElement>
<keepBlankLines>true</keepBlankLines>
<endWithNewline>true</endWithNewline>
<nrOfIndentSpace>2</nrOfIndentSpace>
<indentBlankLines>false</indentBlankLines>
<indentSchemaLocation>false</indentSchemaLocation>
<indentAttribute>true</indentAttribute>
<predefinedSortOrder>recommended_2008_06</predefinedSortOrder>
<sortOrderFile>true</sortOrderFile>
<sortDependencies>true</sortDependencies>
<sortDependencyManagement>true</sortDependencyManagement>
<sortDependencyExclusions>true</sortDependencyExclusions>
<sortPlugins>true</sortPlugins>
<sortProperties>false</sortProperties>
<sortModules>false</sortModules>
<sortExecutions>false</sortExecutions>
</sortPom>
</pom>
</configuration>
</pom> </configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit a337e06

Please sign in to comment.