Edouard DUPIN fe3fc54b7b
Some checks are pending
WEB karideo and rabbit/archidata/pipeline/head Build queued...
[DEBUG] already corrected
2023-02-12 23:58:22 +01:00
2023-01-20 21:42:40 +01:00
2022-12-30 09:03:56 +01:00
2023-01-08 17:49:20 +01:00
2023-02-12 23:55:39 +01:00
2023-01-06 00:25:18 +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

auto-update to the last version dependency:

mvn versions:use-latest-versions

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=/usr/lib/jvm/java-18-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%