Skip to content

Commit c8bd092

Browse files
authored
chore: merge latest version to main (#825)
* chore: add project description to pom.xml for clarity on incubation (#798) * fix(shaded): explicitly add license to shaded module pom * chore: add project description to pom.xml for clarity on incubation status * chore: add project description to pom.xml for clarity on incubation status * chore: update pom.xml to exclude additional file types from packaging (#802)
1 parent f2ae12e commit c8bd092

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

fesod-shaded/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,29 @@
3232
<artifactId>fesod-shaded</artifactId>
3333
<name>Fesod Shaded</name>
3434

35+
<description>
36+
Apache Fesod (Incubating) is a high-performance and memory-efficient Java library for reading and writing Excel files, designed to
37+
simplify development and ensure reliability.
38+
39+
Apache Fesod (incubating) is an effort undergoing incubation at the Apache
40+
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
41+
42+
Incubation is required of all newly accepted projects until a further review
43+
indicates that the infrastructure, communications, and decision making process
44+
have stabilized in a manner consistent with other successful ASF projects.
45+
46+
While incubation status is not necessarily a reflection of the completeness
47+
or stability of the code, it does indicate that the project has yet to be
48+
fully endorsed by the ASF.
49+
</description>
50+
51+
<licenses>
52+
<license>
53+
<name>Apache License, Version 2.0</name>
54+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
55+
</license>
56+
</licenses>
57+
3558
<dependencies>
3659
<dependency>
3760
<groupId>org.springframework</groupId>

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@
4242
<description>
4343
Apache Fesod (Incubating) is a high-performance and memory-efficient Java library for reading and writing Excel files, designed to
4444
simplify development and ensure reliability.
45+
Apache Fesod (incubating) is an effort undergoing incubation at the Apache
46+
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
47+
48+
Incubation is required of all newly accepted projects until a further review
49+
indicates that the infrastructure, communications, and decision making process
50+
have stabilized in a manner consistent with other successful ASF projects.
51+
52+
While incubation status is not necessarily a reflection of the completeness
53+
or stability of the code, it does indicate that the project has yet to be
54+
fully endorsed by the ASF.
4555
</description>
4656
<url>https://github.com/apache/fesod</url>
4757
<inceptionYear>2025</inceptionYear>
@@ -522,6 +532,10 @@
522532
<exclude>website/**</exclude>
523533
<exclude>logo.svg</exclude>
524534
<exclude>**/*.md</exclude>
535+
<exclude>dist/**</exclude>
536+
<exclude>**/*.xlsx</exclude>
537+
<exclude>**/*.xls</exclude>
538+
<exclude>**/*.csv</exclude>
525539
<exclude>.git/**</exclude>
526540
<exclude>.github/**</exclude>
527541
<exclude>**/target/**</exclude>

0 commit comments

Comments
 (0)