MVN

com.kerbaya.maven : reposync-maven-plugin

Maven & Gradle

Nov 24, 2022
0 stars

RepoSync Maven Plugin · Prepares a remote repository for collection and resolution of provided dependencies

<plugin>
    <groupId>com.kerbaya.maven</groupId>
    <artifactId>reposync-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kerbaya.maven : reposync-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.kerbaya.maven : reposync-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
reposync-maven-plugin-1.5.0
1.4.x
reposync-maven-plugin-1.4.0
1.3.x
reposync-maven-plugin-1.3.1
reposync-maven-plugin-1.3.0
1.2.x
reposync-maven-plugin-1.2.1
reposync-maven-plugin-1.2.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.kerbaya.maven</groupId>
    <artifactId>reposync-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>