MVN

net.sf.maven-sar : maven-sar-plugin

Maven & Gradle

Oct 29, 2007

maven-sar-plugin · This plugin generates JBoss Service Archive (sar) files.

<plugin>
    <groupId>net.sf.maven-sar</groupId>
    <artifactId>maven-sar-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.maven-sar : maven-sar-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.sf.maven-sar : maven-sar-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-sar-plugin-1.0
0.9
maven-sar-plugin-0.9

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sf.maven-sar</groupId>
    <artifactId>maven-sar-plugin</artifactId>
    <version>1.0</version>
</plugin>