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 parent nucleus-parent for docs pom.xml to fix the build #23733

Merged
merged 3 commits into from
Dec 10, 2021

Conversation

OndroMih
Copy link
Contributor

@OndroMih OndroMih commented Dec 10, 2021

To fix the Jenkins build job for docs, which gives "Could not find artifact org.glassfish.main:nucleus-parent:zip:resources:7.0.0-SNAPSHOT": https://ci.eclipse.org/glassfish/view/all/job/glassfish-docs-publish/507/console

Nothing from nucleus-parent is needed to build the docs and the parent isn't built together with the docs module, giving an error in the Jenkins job.

This PR also adds the missing news about the 6.2.3 release to the website.

To fix the Jenkins build job for docs, which gives "Could not find artifact org.glassfish.main:nucleus-parent:zip:resources:7.0.0-SNAPSHOT".
Nothing from nucleus-parent is needed to build the docs and the parent isn't built together with the docs module, giving an error in the Jenkins job.
@OndroMih OndroMih changed the title Remove parent nucleus-parent for docs pom.xml to fix the builld Remove parent nucleus-parent for docs pom.xml to fix the build Dec 10, 2021
@dmatej dmatej self-requested a review December 10, 2021 07:07
Copy link
Contributor

@dmatej dmatej left a comment

Choose a reason for hiding this comment

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

If you change parents you have to add the plugin-management and define missing plugin versions. It seems it is just two plugins, so it should be simple.

[WARNING] Some problems were encountered while building the effective model for org.glassfish.docs:add-on-component-development-guide:jar:7.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ org.glassfish.docs:parent:7.0.0-SNAPSHOT, /media/data-samsung/data/dmatej/work/repo/git/glassfish-beta/docs/parent/pom.xml, line 183, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.docs:parent:7.0.0-SNAPSHOT, /media/data-samsung/data/dmatej/work/repo/git/glassfish-beta/docs/parent/pom.xml, line 162, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.docs:administration-guide:jar:7.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ org.glassfish.docs:parent:7.0.0-SNAPSHOT, /media/data-samsung/data/dmatej/work/repo/git/glassfish-beta/docs/parent/pom.xml, line 183, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.docs:parent:7.0.0-SNAPSHOT, /media/data-samsung/data/dmatej/work/repo/git/glassfish-beta/docs/parent/pom.xml, line 162, column 21

After the nucleus-parent that defined them in plaugin management was removed as a parent.
@dmatej dmatej merged commit c63737e into eclipse-ee4j:master Dec 10, 2021
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