Skip to content

Commit f20213b

Browse files
committed
Clears redundant files
1 parent b40e955 commit f20213b

9 files changed

Lines changed: 20 additions & 42 deletions

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
wrapperVersion=3.3.4
22
distributionType=only-script
3-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

ai-swagger-helper-starter/ai-swagger-helper-starter.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

demo-app/.gitignore

Lines changed: 0 additions & 33 deletions
This file was deleted.

demo-app/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Getting Started
2+
3+
### Reference Documentation
4+
5+
For further reference, please consider the following sections:
6+
7+
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
8+
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/4.0.2/maven-plugin)
9+
* [Create an OCI image](https://docs.spring.io/spring-boot/4.0.2/maven-plugin/build-image.html)
10+
11+
### Maven Parent overrides
12+
13+
Due to Maven's design, elements are inherited from the parent POM to the project POM.
14+
While most of the inheritance is fine, it also inherits unwanted elements like `<license>` and `<developers>` from the
15+
parent.
16+
To prevent this, the project POM contains empty overrides for these elements.
17+
If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.
18+
File renamed without changes.
File renamed without changes.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<modules>
2222
<module>ai-swagger-helper-starter</module>
23+
<module>ai-exception-insights-starter</module>
2324
<module>demo-app</module>
2425
</modules>
2526

0 commit comments

Comments
 (0)