Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Plugin could not be resolved (with config tag)
Plugin could not be resolved (with config tag) [message #1831641] Wed, 26 August 2020 04:47 Go to next message
Marco P. is currently offline Marco P.Friend
Messages: 1
Registered: August 2020
Junior Member
I'm using

Version: 2020-06 (4.16.0)
Build id: 20200615-1200

With

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<stylesheetfile>${basedir}/javadoc.css</stylesheetfile>
</configuration>
</plugin>

inside of pom.xml, I get an error:

Description Resource Path Location Type
Plugin could not be resolved. Ensure the plugin's groupId, artifactId and version are present.

Additional information: Plugin org.apache.maven.plugins:maven-javadoc-plugin:3.1.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-javadoc-plugin:jar:3.1.1

If I remove the <configuration> tag, it works. Any suggestions?
Re: Plugin could not be resolved (with config tag) [message #1831684 is a reply to message #1831641] Wed, 26 August 2020 14:32 Go to previous message
Sandeep Gupta is currently offline Sandeep GuptaFriend
Messages: 1
Registered: August 2020
Junior Member
Not sure, about version 3.1.1 , I am using version 3.2.0 its working fine.

<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</dependency>

Can you check you have jcenter() repository added, so it can download from there

Regards

[Updated on: Wed, 26 August 2020 14:35] by Moderator

Report message to a moderator

Previous Topic:Understanding versioning
Next Topic:Error :javascript error: $ is not a function
Goto Forum:
  


Current Time: Fri Apr 26 21:08:30 GMT 2024

Powered by FUDForum. Page generated in 0.03547 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top