Refactor workflows and update dependencies.

Renamed workflow for clearer purpose and updated project dependencies across multiple packages to newer versions. Improved the `pom.xml` Maven config by adding a build phase and output directory for Javadoc generation. Upgraded several NPM packages, removing deprecated versions and adding license metadata for better dependency management.
This commit is contained in:
amithkoujalgi
2025-03-08 16:05:17 +05:30
parent c8c30d703b
commit 6739c93edc
3 changed files with 332 additions and 166 deletions

View File

@@ -70,9 +70,13 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>