Fork me on GitHub

Usage

The common usage is to simply declare the plugin and its goals. The process-resources phase will be bound to by default.

<project>
  ...
  <build>
    <plugins>
      <plugin>
        <groupId>com.labs64.mojo</groupId>
        <artifactId>swid-maven-plugin</artifactId>
        <version>0.1.0</version>
        <executions>
          <execution>
            <id>generate</id>
            <goals>
              <goal>generate</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
    ...
  </build>
  ...
</project>

If you have problems using the plugin, please feel free to post your questions to the user mailing list.

Please consult the Examples section for information on how SWID Tags Generator plugin can be configured.