Package org.apache.maven.index.updater.WagonHelper

Examples of org.apache.maven.index.updater.WagonHelper.WagonFetcher


            }
        };

        WagonHelper wh = new WagonHelper( container );

        WagonFetcher wf = wh.getWagonResourceFetcher( tl, null, null );

        IndexUpdateRequest updateRequest = new IndexUpdateRequest( ctx, wf );

        container.lookup( IndexUpdater.class ).fetchAndUpdateIndex( updateRequest );
    }
View Full Code Here

TOP

Related Classes of org.apache.maven.index.updater.WagonHelper.WagonFetcher

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.