Edouard DUPIN fe63c6b954 try to find a correct maven plugin for dependecy
Signed-off-by: Edouard DUPIN <yui.heero@gmail.com>
2024-01-05 00:11:09 +01:00
2024-01-04 23:37:49 +01:00
2023-11-13 21:38:07 +01:00
2023-12-27 11:08:18 +01:00
2022-12-30 09:03:56 +01:00
2023-01-08 17:49:20 +01:00
2024-01-04 23:51:44 +01:00
2023-12-08 20:15:20 +01:00
2023-11-29 19:15:02 +01:00

Generic backend for archidata in java

mvn install

// create a single package jar mvn clean compile assembly:single

generic interface for all KAR web application

Somes tools:

Auto-update dependency:

auto-update to the last version dependency:

mvn versions:use-latest-versions

Format the code

Simply run the cmd-line:

mvn formatter:format

Add Gitea in the dependency for the registry:

Read instruction for tocken in ~/.m2/setting.xml

edit file: ~/.m2/settings.xml

<settings>
  <servers>
    <server>
      <id>gitea</id>
      <configuration>
        <httpHeaders>
          <property>
            <name>Authorization</name>
            <value>token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</value>
          </property>
        </httpHeaders>
      </configuration>
    </server>
  </servers>
</settings>

release:

export PATH=$(ls -d --color=never /usr/lib/jvm/java-2*-openjdk)/bin:$PATH
mvn install
mvn deploy
Description
[MPL2] generic back tools for all websites (simplify back development). it contains a tool to simply access and request bdd with object introspection
Readme MPL-2.0 1.5 MiB
Languages
Java 98.1%
TypeScript 1.7%
Shell 0.2%