Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin
Extracts Sling-Initial-Content from OSGi bundle and creates content package and a bundle without it.
https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin
adobe-experience-manager aem maven tooling wcm-io
Last synced: about 11 hours ago
JSON representation
Extracts Sling-Initial-Content from OSGi bundle and creates content package and a bundle without it.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-06T19:54:04.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-09T14:44:45.000Z (7 months ago)
- Last Synced: 2024-04-09T18:10:08.087Z (7 months ago)
- Topics: adobe-experience-manager, aem, maven, tooling, wcm-io
- Language: Java
- Homepage:
- Size: 221 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
sling-initial-content-transform-maven-plugin
======
[![Build](https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.maven.plugins/sling-initial-content-transform-maven-plugin)](https://repo1.maven.org/maven2/io/wcm/maven/plugins/sling-initial-content-transform-maven-plugin)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io_io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin)Extracts Sling-Initial-Content from OSGi bundle and creates content package and a bundle without it.
Documentation: https://wcm.io/tooling/maven/plugins/sling-initial-content-transform-maven-plugin/
Issues: https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin/actions
Commercial support: https://wcm.io/commercial-support.html## Build from sources
If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://wcm.io/maven.html) in your settings.xml.
See [Maven Settings](https://github.com/wcm-io/io.wcm.maven.plugins.sling-initial-content-transform-maven-plugin/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```