MVN

net.sf.maven-har : maven-har-plugin

Maven & Gradle

Oct 19, 2007

maven-har-plugin · This plugin generates Hibernate Archive (HAR) files.

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

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
maven-har-plugin-1.0
0.9
maven-har-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-har</groupId>
    <artifactId>maven-har-plugin</artifactId>
    <version>1.0</version>
</plugin>