AdeleResearchGroup / ApAM

A runtime platform to support execution of adaptable applications.
3 stars 2 forks source link

ApAM

APAM (APplication Abstract Machine) is a runtime platform to support execution of adaptable applications.

githalytics.com alpha

Infrastructure

Maven Repository

...
        <repository>
            <id>cloudbees-ApAM-release</id>
            <name>Cloudbees Private Repository - ApAM - Release </name>
            <url>https://repository-apam.forge.cloudbees.com/release/repository/</url>
        </repository>
        <repository>
            <id>cloudbees-ApAM-snapshot</id>
            <name>Cloudbees Private Repository - ApAM - Snapshot</name>
            <url>https://repository-apam.forge.cloudbees.com/snapshot/repository/</url>
        </repository>
...

Automated Test reports

Check Report in Cloudbees

Apam Metadata Validators

Lastest released version

<apam xmlns="fr.imag.adele.apam" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="fr.imag.adele.apam http://repository-apam.forge.cloudbees.com/release/schema/ApamCore.xsd">

...

</apam>

Snapshot or older versions

Please suffix ApamCore with version number (using previous release number or latest release number plus "-SNAPSHOT"). For instance to use ApAM release 0.0.3 :

<apam xmlns="fr.imag.adele.apam" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="fr.imag.adele.apam http://repository-apam.forge.cloudbees.com/release/schema/ApamCore-0.0.3.xsd">

...

</apam>

Release

Changelog