Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
This repository was archived by the owner on May 13, 2025. It is now read-only.

[ERROR] Failed to execute goal com.github.github:site-maven-plugin:0.12:site (default) on project parent: Error retrieving user info: Not Found (404) -> [Help 1] #100

Description

@paulvi

What is meaning of Error retrieving user info: Not Found (404) ?

why and what is missing for Nodeclipse Nodeclipse/nodeclipse#195, while it works for eExplorer culmat/eExplorer#42 (comment)?

Code at https://github.com/Nodeclipse/nodeclipse-1/blob/master/pom.xml#L244-L264

            <plugin>
                <groupId>com.github.github</groupId>
                <artifactId>site-maven-plugin</artifactId>
                <version>0.12</version>
                <configuration>
                    <repositoryOwner>Nodeclipse</repositoryOwner>
                    <repositoryName>nodeclipse-1</repositoryName>
                    <message>Puplishing site for ${project.version}</message>
                    <path>site</path>
                    <oauth2Token>${env.github_oauth2Token}</oauth2Token>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>site</goal>
                        </goals>
                        <phase>site</phase>
                    </execution>
                </executions>
            </plugin>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions