Package org.apache.maven.archiva.configuration

Examples of org.apache.maven.archiva.configuration.SyncedRepositoryConfiguration


    }

    protected void addRepository()
        throws IOException
    {
        SyncedRepositoryConfiguration repository = (SyncedRepositoryConfiguration) getRepository();

        configuration.addSyncedRepository( repository );
    }
View Full Code Here


        configuration.addSyncedRepository( repository );
    }

    protected AbstractRepositoryConfiguration createRepository()
    {
        return new SyncedRepositoryConfiguration();
    }
View Full Code Here

TOP

Related Classes of org.apache.maven.archiva.configuration.SyncedRepositoryConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.