codelibs / fess

Fess is very powerful and easily deployable Enterprise Search Server.
https://fess.codelibs.org
Apache License 2.0
1k stars 165 forks source link

Add Snapshot Repository to pom.xml #2783

Closed marevol closed 11 months ago

marevol commented 11 months ago

This issue tracks adding a snapshot repository to the pom.xml file. This change is reflected in the pom.xml, where a new repository section has been added with the URL "https://oss.sonatype.org/content/repositories/snapshots". The snapshot repository is configured to enable snapshots while disabling releases. The workflow files codeql-analysis.yml and maven.yml have been modified to remove steps related to checking out and installing fess-parent. These changes simplify our CI/CD process and ensure better management of our dependencies.