Unable to execute "dependency tree command in plugin" for data center approval

accelQ May 16, 2023

Details:

Specs:

image.png

image.png

image.png

image.pngimage.png

Running this command gives the following error:

command: mvn dependency:tree -DoutputType=dot -DoutputFile=maven_dependency_tree.gv

Error: 
image.png

 

 

 

1 answer

0 votes
Tatyana Lukyanchikova June 1, 2023

Hi! Have you solved that problem? Facing the same error :(

Tatyana Lukyanchikova June 1, 2023

Adding that helped me

<repository>
<id>atlassian-public</id>
<url>https://m2proxy.atlassian.com/repository/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<pluginRepositories>
<pluginRepository>
<id>atlassian-public</id>
<url>https://m2proxy.atlassian.com/repository/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Like Rishabh Prashar likes this

Suggest an answer

Log in or Sign up to answer