An open API service indexing awesome lists of open source software.

https://github.com/labs64/swid-maven-plugin

Maven Plugin :: Generate SoftWare IDentification (SWID) Tags according to ISO/IEC 19770-2:2015
https://github.com/labs64/swid-maven-plugin

Last synced: over 1 year ago
JSON representation

Maven Plugin :: Generate SoftWare IDentification (SWID) Tags according to ISO/IEC 19770-2:2015

Awesome Lists containing this project

README

          

# SoftWare IDentification (SWID) Tags Generator (Maven Plugin)

[![Build Status](https://travis-ci.org/Labs64/swid-maven-plugin.svg)](https://travis-ci.org/Labs64/swid-maven-plugin)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.labs64.mojo/swid-maven-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.labs64.mojo/swid-maven-plugin)
[![Apache License 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Labs64/swid-maven-plugin/blob/master/LICENSE)

[Generate SoftWare IDentification (SWID) Tags](https://github.com/Labs64/swid-generator/) based on the Maven POM according to [ISO/IEC 19770-2:2015](https://www.iso.org/standard/65666.html)

## What are SWID Tags?

SoftWare IDentification (SWID) Tags record unique information about an installed software application, including its name, edition, version, whether it’s part of a bundle and more. SWID tags support software inventory and asset management initiatives. The structure of SWID tags is specified in international standard [ISO/IEC 19770-2:2015](https://www.iso.org/standard/65666.html).

## Quick Start

The recommended way to get started using [`swid-maven-plugin`](https://maven-badges.herokuapp.com/maven-central/com.labs64.mojo/swid-maven-plugin) in your project is with a plugin management system – the Maven snippet below can be copied and pasted into your build.

Maven:
```xml


com.labs64.mojo
swid-maven-plugin
x.y.z

```

## Examples

Please consult the [Examples](http://io.labs64.com/swid-maven-plugin/examples/generate-basic.html) section for information on how SWID Tags Generator plugin can be used.

## Compatibility

This library requires J2SE 1.8 or newer. All dependencies handled by Maven.

## Links
- Plugin website: http://io.labs64.com/swid-maven-plugin/
- Spec: IT asset management β€” Part 2: Software Identification Tag: https://www.iso.org/standard/65666.html
- SoftWare IDentification (SWID) Tags Generator (Java Library): https://github.com/Labs64/swid-generator/

## Contributing

Fork the repository and make some changes. Once you're done with your changes send a pull request and check [CI validation status](https://travis-ci.org/Labs64/swid-maven-plugin).
Thanks!

### Contributors and Supporters

Thank you to all the [contributors](https://github.com/Labs64/swid-maven-plugin/graphs/contributors) on this project. Your help is much appreciated!

- [GuideChimp](https://github.com/Labs64/GuideChimp) - A simple, lightweight, clean and small library for creating guided product tours for your web app.
- [Labs64 NetLicensing](https://netlicensing.io) - A first-class solution in the *Licensing-as-a-Service (LaaS)* sector.

## Bugs and Feedback

For bugs, questions and discussions please use the [GitHub Issues](https://github.com/Labs64/swid-maven-plugin/issues).

## License

This plugin is open-sourced software licensed under the [Apache License 2.0](LICENSE).