The Maven Deployer Extension.

Deploy artifacts at the end of the Maven session which solved deployAtEnd/installAtEnd configuration.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.soebes.maven.extensions
Идентификатор

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

maven-deployer-extension
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

The Maven Deployer Extension.
Deploy artifacts at the end of the Maven session which solved deployAtEnd/installAtEnd configuration.
Организация-разработчик

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

SoftwareEntwicklung Beratung Schulung
Система контроля версий

Система контроля версий

https://github.com/khmarbaise/maven-deployer-extension/

Скачать maven-deployer-extension

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

<!-- https://jarcasting.com/artifacts/com.soebes.maven.extensions/maven-deployer-extension/ -->
<dependency>
    <groupId>com.soebes.maven.extensions</groupId>
    <artifactId>maven-deployer-extension</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soebes.maven.extensions/maven-deployer-extension/
implementation 'com.soebes.maven.extensions:maven-deployer-extension:0.3.0'
// https://jarcasting.com/artifacts/com.soebes.maven.extensions/maven-deployer-extension/
implementation ("com.soebes.maven.extensions:maven-deployer-extension:0.3.0")
'com.soebes.maven.extensions:maven-deployer-extension:jar:0.3.0'
<dependency org="com.soebes.maven.extensions" name="maven-deployer-extension" rev="0.3.0">
  <artifact name="maven-deployer-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soebes.maven.extensions', module='maven-deployer-extension', version='0.3.0')
)
libraryDependencies += "com.soebes.maven.extensions" % "maven-deployer-extension" % "0.3.0"
[com.soebes.maven.extensions/maven-deployer-extension "0.3.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.shared : maven-artifact-transfer jar 0.10.0

provided (4)

Идентификатор библиотеки Тип Версия
javax.inject : javax.inject jar 1
org.apache.maven : maven-core jar 3.0.3
org.slf4j : slf4j-api jar 1.7.5
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2

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

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

Maven Deployer Extension

Apache License, Version 2.0, January 2004 Maven Central Build Status

Overview

The idea of the extension is to handle installAtEnd of the maven-install-plugin and the deployAtEnd of the maven-deploy-plugin correctly. The problem in the maven-deploy-plugin and/or maven-install-plugin is simply this will not work correctly if you use other plugins which define their own lifecycle (for example Eclipse Tycho etc.).

If you like to use this extension in relationship with Maven 3.3.1+ you can define the following .mvn/extensions.xml file:

<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
  <extension>
    <groupId>com.soebes.maven.extensions</groupId>
    <artifactId>maven-deployer-extension</artifactId>
    <version>0.3.0</version>
  </extension>
</extensions>

Announcement

Starting with release 0.3.0 the deployer extension will create no more checksum if you do mvn install. This will be done if you do a mvn deploy.

License

Apache License, Version 2.0, January 2004

Status

  • PoC

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

Версия
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0