Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovelysystems/maven
Public Maven Repository of Lovely Systems
https://github.com/lovelysystems/maven
Last synced: 3 days ago
JSON representation
Public Maven Repository of Lovely Systems
- Host: GitHub
- URL: https://github.com/lovelysystems/maven
- Owner: lovelysystems
- Created: 2012-01-25T06:56:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T06:24:41.000Z (over 1 year ago)
- Last Synced: 2024-11-22T20:13:30.233Z (2 months ago)
- Homepage:
- Size: 2.3 MB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
======================================
Lovely Systems Public Maven Repository
======================================This repository contains the following artifacts:
:ls-hive: see: https://github.com/lovelysystems/ls-hive
:elasticsearch-ls-plugins: see: https://github.com/lovelysystems/elasticsearch-ls-plugins
:lovely-db-testing: see: https://github.com/lovelysystems/lovely-db-testingConfiguration
=============To add this repository to your standard Maven project, add the following lines
to your ``pom.xml`` or ``settings.xml`` file::
ls-releases
https://raw.github.com/lovelysystems/maven/master/releases
ls-snapshots
https://raw.github.com/lovelysystems/maven/master/snapshots
Releases
========To create a new release in this repository clone it to a folder next to your project.
In your project:
* setup a maven repos using ``url = uri("../maven/releases")``
(see `example `_)* run ``gradlew publish``
After that commit the files added by publishing the project