Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove org.sonatype.oss parent from pom.xml #773

Closed
wants to merge 1 commit into from
Closed

Conversation

tushuhei
Copy link
Member

org.sonatype.oss depends on the old version of maven-javadoc-plugin, which raises the following error in deployment.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.7:jar (attach-javadocs) on project budoux:
Execution attach-javadocs of goal org.apache.maven.plugins:maven-javadoc-plugin:2.7:jar
failed: Unable to load the mojo 'jar' in the plugin 'org.apache.maven.plugins:maven-javadoc-plugin:2.7' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: null 

This change removes the dependency to org.sonatype.oss and updates the pom.xml to use the updated maven-javadoc-plugin.

Copy link
Collaborator

@kojiishi kojiishi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tushuhei
Copy link
Member Author

superseded by #779

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants