LPAdesktop
1.0.0
LPA Simulator é um aplicativo para gerenciar perfis eSIM em eUICCs removíveis.
A versão atual oferece suporte aos seguintes recursos:
Usando esta ferramenta você pode entregar perfil eSIM no eUICC removível (eSIM de plástico)
git clone https://github.com/Truphone/LPAdesktop.git
docker-compose up
/target
O plugin launch4j-maven-plugin não suporta ARM, para desabilitar a seção de comentários em pom.xml.
Como resultado - nenhum arquivo exe será gerado.
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<id>l4j-clui</id>
<phase>package</phase>
<goals>
<goal>launch4j</goal>
</goals>
<configuration>
<headerType>console</headerType>
<outfile>target/TruLPA_${project.version}/lpa.exe</outfile>
<jar>target/LPA-${project.version}-jar-with-dependencies.jar</jar>
<icon>${basedir}/src/main/resources/tru_logo.ico</icon>
<errTitle>LPA</errTitle>
<classPath>
<mainClass>com.truphone.lpap.mainUI</mainClass>
<addDependencies>true</addDependencies>
<preCp>anything</preCp>
</classPath>
<jre>
<minVersion>1.8.0</minVersion> -->
<!-- <opts>
<opt>-Djava.endorsed.dirs=./endorsed</opt>
</opts>-->
<!--
</jre>
<versionInfo>
<fileVersion>${project.version}</fileVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>Truphone LPA Simulator</fileDescription>
<copyright>Truphone 2019</copyright>
<productVersion>${project.version}</productVersion>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>Tru LPA</productName>
<internalName>LPA</internalName>
<originalFilename>lpa.exe</originalFilename>
</versionInfo>
</configuration>
</execution>
</executions>
</plugin>