Skip to content

Allogy/maven-s3-wagon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 private permissions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages