Maven Rsync Wagon

This project is an implementation of an rsync wagon provider, using external rsync

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.pcl-solutions.maven.wagons
ArtifactId

ArtifactId

rsync-maven-wagon
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Rsync Wagon
This project is an implementation of an rsync wagon provider, using external rsync
Project Organization

Project Organization

PCL Solutions
Source Code Management

Source Code Management

https://github.com/PhilLello/rsync-maven-wagon

Download rsync-maven-wagon

How to add to project

<!-- https://jarcasting.com/artifacts/com.pcl-solutions.maven.wagons/rsync-maven-wagon/ -->
<dependency>
    <groupId>com.pcl-solutions.maven.wagons</groupId>
    <artifactId>rsync-maven-wagon</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pcl-solutions.maven.wagons/rsync-maven-wagon/
implementation 'com.pcl-solutions.maven.wagons:rsync-maven-wagon:1.0'
// https://jarcasting.com/artifacts/com.pcl-solutions.maven.wagons/rsync-maven-wagon/
implementation ("com.pcl-solutions.maven.wagons:rsync-maven-wagon:1.0")
'com.pcl-solutions.maven.wagons:rsync-maven-wagon:jar:1.0'
<dependency org="com.pcl-solutions.maven.wagons" name="rsync-maven-wagon" rev="1.0">
  <artifact name="rsync-maven-wagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pcl-solutions.maven.wagons', module='rsync-maven-wagon', version='1.0')
)
libraryDependencies += "com.pcl-solutions.maven.wagons" % "rsync-maven-wagon" % "1.0"
[com.pcl-solutions.maven.wagons/rsync-maven-wagon "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven.wagon : wagon-provider-api jar 2.2

Project Modules

There are no modules declared in this project.

rsync-maven-wagon

A maven plugin for using a local rsync command to deploy

Documentation can be generated by running mvn site, and will be put in the target/site directory.

Versions

Version
1.0