njacamar.ironjacamar-validator.3.0.13.Final.source-code.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ironjacamar-validator Show documentation
Show all versions of ironjacamar-validator Show documentation
IronJacamar is an implementation of the Java EE Connector Architecture 1.6 specification
The newest version!
<plugin>
<description></description>
<groupId>org.jboss.ironjacamar</groupId>
<artifactId>ironjacamar-validator-maven</artifactId>
<version>@VERSION.IRONJACAMAR@</version>
<goalPrefix>ironjacamar</goalPrefix>
<isolatedRealm>false</isolatedRealm>
<inheritedByDefault>true</inheritedByDefault>
<mojos>
<mojo>
<goal>validate</goal>
<description>Validate rar package file.</description>
<requiresDirectInvocation>false</requiresDirectInvocation>
<requiresProject>false</requiresProject>
<requiresReports>false</requiresReports>
<aggregator>false</aggregator>
<requiresOnline>false</requiresOnline>
<inheritedByDefault>true</inheritedByDefault>
<phase>package</phase>
<implementation>org.jboss.jca.validator.maven.ValidatorMojo</implementation>
<language>java</language>
<instantiationStrategy>per-lookup</instantiationStrategy>
<executionStrategy>once-per-session</executionStrategy>
<parameters>
<parameter>
<name>outputDir</name>
<type>java.lang.String</type>
<required>true</required>
<editable>true</editable>
<description>The output directory.</description>
</parameter>
<parameter>
<name>rarFile</name>
<type>java.io.File</type>
<required>true</required>
<editable>true</editable>
<description>The rar filename to be validated.</description>
</parameter>
<parameter>
<name>classpath</name>
<type>java.lang.String[]</type>
<required>false</required>
<editable>true</editable>
<description>The classpath.</description>
</parameter>
</parameters>
</mojo>
</mojos>
<dependencies>
<groupId>org.jboss.ironjacamar</groupId>
<artifactId>ironjacamar-validator</artifactId>
<version>@VERSION.IRONJACAMAR@</version>
</dependencies>
</plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy