saic-ismart-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.saic-ismart-api</groupId>
<artifactId>saic-ismart-api</artifactId>
<version>0.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.saic-ismart-api</groupId>
<artifactId>saic-ismart-api-parent</artifactId>
<version>0.3.0</version>
</parent>
<groupId>io.github.saic-ismart-api</groupId>
<artifactId>saic-ismart-api</artifactId>
<version>0.3.0</version>
<name>SAIC Java API</name>
<description>Implementation of the SAIC API in Java</description>
<dependencies>
<dependency>
<groupId>net.heberling.binarynotes</groupId>
<artifactId>binarynotes</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<id>add-source</id>
<goals>
<goal>add-source</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<sources>
<source>${project.build.directory}/generated-sources/asn1-java</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<includePluginDependencies>true</includePluginDependencies>
<includeProjectDependencies>false</includeProjectDependencies>
</configuration>
<dependencies>
<dependency>
<groupId>net.heberling.binarynotes</groupId>
<artifactId>bncompiler</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<executions>
<execution>
<id>generate-dispatcher-header-v1_1</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v1_1</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v1_1/MP_DispatcherHeader.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v1_1</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-dispatcher-body-mp-v1_1</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v1_1</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v1_1/MP_DispatcherBody.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v1_1</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-application-data-mp-v1_1</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v1_1/entity</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v1_1/ApplicationData.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v1_1.entity</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-dispatcher-header-v2_1</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v2_1</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v2_1/MP_DispatcherHeader.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v2_1</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-dispatcher-body-mp-v2_1</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v2_1</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v2_1/MP_DispatcherBody.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v2_1</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-application-data-mp-v2_1</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v2_1/entity</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v2_1/ApplicationData.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v2_1.entity</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-dispatcher-header-v3_0</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v3_0</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v3_0/MP_DispatcherHeader.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v3_0</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-dispatcher-body-mp-v3_0</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v3_0</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v3_0/MP_DispatcherBody.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v3_0</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>generate-application-data-mp-v3_0</id>
<goals>
<goal>java</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<mainClass>org.bn.compiler.Main</mainClass>
<arguments>
<argument>-m</argument>
<argument>java</argument>
<argument>-o</argument>
<argument>${project.build.directory}/generated-sources/asn1-java/net/heberling/ismart/asn1/v3_0/entity</argument>
<argument>-f</argument>
<argument>${project.basedir}/../ASN.1 schema/v3_0/ApplicationData.asn1</argument>
<argument>-ns</argument>
<argument>net.heberling.ismart.asn1.v3_0.entity</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>