The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have one parent pom where I am declaring version range for one artifact like below
parent pom
<dependencyManagement>
<dependency>
<groupId>com.abc</groupId>
<artifactId>arti</artifactId>
<version>[1.0.0,2.0.0)</version>
</dependency>
<dependencyManagement>
child pom
<parent>
{parent info}
</parent>
<dependencies>
<dependency>
<groupId>com.abc</groupId>
<artifactId>arti</artifactId>
</dependency>
</dependencies>
when I am trying to run clover build, it is giving below error
setup failed for artifact com.abc:arti:null:jar....The version can not be empty.
Anybody has any idea ?
Please note that maven clean install build is working totally fine.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events