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
- Host: GitHub
- URL: https://github.com/labs64/swid-maven-plugin
- Owner: Labs64
- License: apache-2.0
- Created: 2014-11-30T21:54:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T17:45:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T13:23:22.097Z (over 1 year ago)
- Language: Java
- Homepage: http://io.labs64.com/swid-maven-plugin/
- Size: 526 KB
- Stars: 8
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SoftWare IDentification (SWID) Tags Generator (Maven Plugin)
[](https://travis-ci.org/Labs64/swid-maven-plugin)
[](https://maven-badges.herokuapp.com/maven-central/com.labs64.mojo/swid-maven-plugin)
[](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).