Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Profield Depedency

Shantanu Thatte
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 20, 2015

Hi,

I am new to Atlassian plugin development. I'm trying to use Profields API to programmatically add fields and schemes.

I added the following to my pom.xml

<dependency>
      <groupId>com.deiser.jira.profields</groupId>
      <artifactId>profields</artifactId>
      <version>4.2.3</version>
      <scope>provided</scope>
</dependency>

While doing atlas-mvn eclipse:eclipse I am getting the following error:

Could not find artifact com.deiser.jira.profields:profields:jar:4.2.3 in atlassian-public (https://maven.atlassian.com/repository/public) -> [Help 1]

Any help?

 

Regards,

Shantanu Thatte

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 23, 2015

You'll need to download the plugin jar locally and then add it to your local maven repository.

Nadir MEZIANI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 16, 2015

Hi @Shantanu Thatte , you can do it like this : atlas-mvn install:install-file -Dfile=path to your file \profields-4.2.3.jar -DgroupId=com.deiser.jira -DartifactId=profields -Dversion=4.3.1 -Dpackaging=jar

Kiranped May 11, 2017

Guys please help me, unable to download profields-4.2.3.jar 

Kindly give me link to download jar manually

TAGS
AUG Leaders

Atlassian Community Events