Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/wcm-io-tooling
Tooling for Maven and IDEs.
https://github.com/wcm-io/wcm-io-tooling
adobe-experience-manager aem maven tooling wcm-io
Last synced: about 9 hours ago
JSON representation
Tooling for Maven and IDEs.
- Host: GitHub
- URL: https://github.com/wcm-io/wcm-io-tooling
- Owner: wcm-io
- License: apache-2.0
- Created: 2015-07-15T21:08:56.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-14T09:14:36.000Z (5 months ago)
- Last Synced: 2024-06-14T10:36:12.437Z (5 months ago)
- Topics: adobe-experience-manager, aem, maven, tooling, wcm-io
- Language: HTML
- Homepage: https://wcm.io/tooling/
- Size: 3.8 MB
- Stars: 13
- Watchers: 13
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wcm.io Tooling
======
[![Build](https://github.com/wcm-io/wcm-io-tooling/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/wcm-io-tooling/actions?query=workflow%3ABuild+branch%3Adevelop)Tooling for Maven and IDEs.
Documentation: https://wcm.io/tooling/
Issues: https://github.com/wcm-io/wcm-io-tooling/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/wcm-io-tooling/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/wcm-io-tooling/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```