Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] [External] : Re: glassfish.org publish job fails

Hi,

The mentionned part generates only one pom.xml with 5.1.0-SNAPSHOT reference to make the whole job consistent independently of what part is being run. This only pom.xml is basically required in all job's iterations connected with documentations generation. Because validation is performed everywhere even if documentation is not supposed to be deployed for DEPLOY510 conditional.

Regards,
Maxim

Od: arjan tijms <arjan.tijms@xxxxxxxxx>
Odesláno: čtvrtek 27. května 2021 12:24
Komu: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Kopie: Maxim Nesen <maxim.nesen@xxxxxxxxxx>
Předmět: [External] : Re: [glassfish-dev] glassfish.org publish job fails
 
Hi,

The error:

[INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-nucleus-parent-checkstyle) @ nucleus-parent ---
[WARNING] The POM for org.glassfish.main:glassfish-qa-config:jar:5.1.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  45.497 s
[INFO] Finished at: 2021-05-25T16:05:51Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-nucleus-parent-checkstyle) on project nucleus-parent: Execution org.glassfish.main-nucleus-parent-checkstyle of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 or one of its dependencies could not be resolved: Could not find artifact org.glassfish.main:glassfish-qa-config:jar:5.1.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]

The script explicitly sets 5.1.0-SNAPSHOT:

#
# this part is required in order to publish 5.1.0 related documentation. We simulate 5.1.0-SNAPSHOT existence here
# otherwise publishing would file on 5.1.0-SNAPSHOT missing dependency. 
#

Maybe that part needs to be in a if ${DEPLOY510} conditional?

Kind regards,
Arjan





On Thu, May 27, 2021 at 11:54 AM Ivar Grimstad <ivar.grimstad@xxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi,

It seems like the job that publishes the GitHub Pages (https://glassfish.org) fails.


Ivar

--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top