Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8805547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:53:43+00:00 2026-06-14T01:53:43+00:00

There is a plugin I want to use on https://oss.sonatype.org/content/repositories/snapshots/ I know the maven

  • 0

There is a plugin I want to use on https://oss.sonatype.org/content/repositories/snapshots/
I know the maven command to run the plugin but how do I instruct Maven where the plugin should be downloaded from ?
I think I need to update my settings file to something like :

 <mirrors>
    <mirror>
        <id>???</id>
        <name>???</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </mirror>
</mirrors>

Is this correct ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T01:53:45+00:00Added an answer on June 14, 2026 at 1:53 am

    The best solution is to use the configuration in your current for only testing like this:

    <project>
      ...
      <pluginRepositories>
        <pluginRepository>
          <id>apache.snapshots</id>
          <url>http://repository.apache.org/snapshots/</url>
        </pluginRepository>
      </pluginRepositories>
      ...
    </project>
    

    or change your settings appropriately like this:

    <settings>
      ...
      <profiles>
        <profile>
          <id>apache</id>
          <pluginRepositories>
            <pluginRepository>
              <id>apache.snapshots</id>
              <name>Maven Plugin Snapshots</name>
              <url>http://repository.apache.org/snapshots/</url>
              <releases>
                <enabled>false</enabled>
              </releases>
              <snapshots>
                <enabled>true</enabled>
              </snapshots>
            </pluginRepository>
          </pluginRepositories>
        </profile>
      </profiles>
      ...
    </settings>
    

    of course with activation of the profile. Or change the configuration of your repository manager.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use ckeditor plugin, and pagination in my application; but there is
Imagine you use a plugin and want to change settings on-the-fly, there are 2
Is there an alternative to Rails Feedback plugin - https://github.com/jsboulanger/feedback ? I want something
TL;DR version: I want to be able to use the Maven Mojo SQL Plugin
Using NERDTree plugin , I want to view only *.txt files. There is a
Is there any plugin for VIM that I can use to index an C++
Is there a plugin I can use for Queuing the animations. I see jQuery.Queue()
Given the following plugin: https://github.com/Marak/jquery.emoticon.js How does the author expect you to use the
I want to use the plugin WP Smart Sort to sort my posts alphabetically,
I want to use ._get_type ( node ) function from jsTree plugin types The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.