matthoward / maven-s3-wagon

Maven Wagon to read from S3 Maven repositories and write to them with configurable permissions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maven-s3-wagon

Maven Wagon to read from S3 Maven repositories and write to them with private permissions.

This project is based on the Kuali S3 Wagon, but deploys using private permissions. This is particularly helpful for closed-source projects.

Maven

<build>
...
    <extensions>
        <extension>
            <groupId>com.allogy.maven.wagon</groupId>
            <artifactId>maven-s3-wagon</artifactId>
            <version>1.0</version>
        </extension>
    </extensions>
...
</build>

About

Maven Wagon to read from S3 Maven repositories and write to them with configurable permissions.


Languages

Language:Java 100.0%