Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetty 12.0.x use automatic formatter for poms to have same style for every poms #10578

Merged
merged 7 commits into from
Oct 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
declared used dependency, do not sort modules
Signed-off-by: Olivier Lamy <olamy@apache.org>
olamy committed Oct 11, 2023
commit d56b4051990595217b044be11cc87fb6b1fdaf34
Original file line number Diff line number Diff line change
@@ -67,5 +67,9 @@
<artifactId>jetty-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -114,15 +114,15 @@
<modules>
<module>build</module>
<!-- <module>jetty-p2</module> -->
<module>documentation</module>
<module>javadoc</module>
<module>jetty-core</module>
<module>jetty-ee10</module>
<module>jetty-ee8</module>
<module>jetty-ee9</module>
<module>jetty-ee8</module>
<module>jetty-home</module>
<module>jetty-integrations</module>
<module>tests</module>
<module>javadoc</module>
<module>documentation</module>
</modules>

<scm>
@@ -1649,7 +1649,7 @@
<!-- Sort properties -->
<sortProperties>true</sortProperties>
<!-- Sort modules -->
<sortModules>true</sortModules>
<!-- <sortModules>true</sortModules>-->
<!-- Sort plugin executions -->
<sortExecutions>true</sortExecutions>
<!-- Sort dependencies see https://github.com/Ekryd/sortpom/wiki/SortDependencies -->