jira-importer commented on issue #162: URL: https://github.com/apache/maven-install-plugin/issues/162#issuecomment-2771842915
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented I would expect that the message is quite clear: ``` Caused by: org.apache.maven.plugin.MojoExecutionException: The artifact information is incomplete or not valid: [0] 'groupId' is missing. [1] 'artifactId' is missing. ``` You provided this as arguments: `-DgroupID=org.apache.maven.plugins -DartifactoryID=maven-javadoc-plugin` So use the right keys for both arguments and it'll work fine. ps off-topic: why trying to install the maven-javadoc-plugin like this instead of letting Maven downloading it from central? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org