Cénotélie Commons - Eclipse P2 Uploader

Maven plugin to deploy a Eclipse Update Site to a Sonatype Nexus raw repository.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

fr.cenotelie.commons
Идентификатор

Идентификатор

p2-uploader-maven-plugin
Последняя версия

Последняя версия

2.2.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Cénotélie Commons - Eclipse P2 Uploader
Maven plugin to deploy a Eclipse Update Site to a Sonatype Nexus raw repository.
Ссылка на сайт

Ссылка на сайт

https://cenotelie.fr/commons
Организация-разработчик

Организация-разработчик

Association Cénotélie

Скачать p2-uploader-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>fr.cenotelie.commons</groupId>
    <artifactId>p2-uploader-maven-plugin</artifactId>
    <version>2.2.1</version>
</plugin>

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-plugin-api jar 3.3.9
fr.cenotelie.commons : commons-utils jar 2.2.1

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

Модули Проекта

Данный проект не имеет модулей.

Cénotélie Commons

Build Status

Cénotélie Commons is a set of useful Java API that can be leveraged for other projects. Commons provides general utility APIs and implementation of other specifications, most notably:

How do I use this software?

Cénotélie Commons bundle are intended to be primarily used as libraries in other projects. You can add them as dependencies into your project. For example, the implementation of the Language Server Protocol can be added as a Maven dependency with:

<dependency>
    <groupId>fr.cenotelie.commons</groupId>
    <artifactId>commons-lsp</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Repository structure

  • utils: General utility APIs, including the JSON parser.
  • jsonrpc: Implementation of JSON-RPC
  • lsp: Implementation of Language Server Protocol
  • p2uploader: Maven plugin to upload Eclipse Update Sites to a web server

How to build

To build the artifacts in this repository using Maven:

$ mvn clean install -Dgpg.skip=true

How can I contribute?

The simplest way to contribute is to:

  • Fork this repository on Bitbucket.
  • Fix some issue or implement a new feature.
  • Create a pull request on Bitbucket.

Patches can also be submitted by email, or through the issue management system.

The isse tracker may contain tickets that are accessible to newcomers. Look for tickets with [beginner] in the title. These tickets are good ways to become more familiar with the project and the codebase.

License

This software is licenced under the Lesser General Public License (LGPL) v3. Refers to the LICENSE.txt file at the root of the repository for the full text, or to the online version.

fr.cenotelie.commons

Cénotélie

Версии библиотеки

Версия
2.2.1
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0