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

  • Home
  • SEARCH
  • 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 4271120
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:23:56+00:00 2026-05-21T07:23:56+00:00

I’m trying to setup a development environment for developing Atlassian Jira 3.13 plug-ins. The

  • 0

I’m trying to setup a development environment for developing Atlassian Jira 3.13 plug-ins. The process is described on Atlassian’s website, here. Unfortunately, Jira 3.13 is a bit out of date and as such the documentation is also out of date. Upgrading is not currently an option.

I’m stuck on Step #3: I need to build and install the Atlassian IDEA-Maven Plugin. I’ve got Maven set up, but trying to built the Atlassian plug-in results in:

$ maven install:install-file ~/.maven/repository/jing/jars/jing-20030619.jar
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0

Plugin 'maven-deploy-plugin' in project 'Atlassian IDEA Plug-in' is not available
Attempting to download jing-20030619.jar.
WARNING: Failed to download jing-20030619.jar.

BUILD FAILED
File...... /home/mitch/.maven/cache/maven-plugin-plugin-1.5.1/plugin.jelly
Element... attainGoal
Line...... 55
Column.... 34
The build cannot continue because of the following unsatisfied dependency:

jing-20030619.jar

Total time: 1 seconds
Finished at: Wed Apr 06 16:43:34 MDT 2011

I was able to find the missing JAR with a quick Google search, and then by looking for some of the other dependencies that Maven had already installed, I determined that it kept the JARs locally in ~/.maven/repository/. Based on the structure of the subdirectories in that directory, I put the jing-20030619.jar in ~/.maven/repository/jing/jars/jing-20030619.jar, hoping that Maven would look for it there. However, Maven still can’t find the JAR. How do I tell it where to look?

  • 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-05-21T07:23:57+00:00Added an answer on May 21, 2026 at 7:23 am

    I’m used to work with maven 2, but had to make a build with maven 1 and had the same problem as you, with the same jar even!

    Here’s what I did:

    1) Found the missing jar here: http://mirrors.ibiblio.org/pub/mirrors/maven2/thaiopensource/jing/20030619/ and downloaded it + the pom file.

    2) Change the name of jing-20030619.pom to project.xml (to comply with Maven1.x) and changed the tag version to currentVersion. Save.

    3) Create a new file next to the ing-20030619.jar and project.xml named maven.xml.

    4) Open the maven.xml file and add this content (you can specify other goal name if you want):

    <?xml version="1.0" encoding="UTF-8"?>
    
    <project xmlns:artifact="artifact">
      <goal name="teste">
        <artifact:install artifact="jing-20030619.jar" type="jar" project="${pom}" />
      </goal>  
    </project>
    

    5) Run maven:

    C:\whatever\path\maven-1.0.2\bin\maven teste
    

    6) Check your repository folder to see if it went OK.

    Hope this helped!

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

Sidebar

Related Questions

No related questions found

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.