-
-
Notifications
You must be signed in to change notification settings - Fork 62
How to use from Maven
Martin Paljak edited this page Jan 8, 2026
·
7 revisions
Trigger ant-javacard from Maven using maven-antrun-plugin in your <build>..</build> section:
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<phase>package</phase>
<configuration>
<target>
<ant antfile="build.xml" inheritAll="false"/>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>javacard.pro - custom JavaCard applet development services · Editing locked due to malicious SPAM, sorry :(