Project is not building

Issue #92 resolved
Former user created an issue

Hi I downloaded the repo and imported in STS and the project is not building and if I do a mvn clean install it's saying this.

$ mvn clean install [INFO] Scanning for projects... [WARNING] The POM for com.atlassian.maven.plugins:artifactory-staging-maven-plugin:jar:1.0.4 is missing, no dependency information available [ERROR] [ERROR] Some problems were encountered while processing the POMs: [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. @ [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. @ [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. @ [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. @ [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. @ [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. @ [ERROR] Unresolveable build extension: Plugin com.atlassian.maven.plugins:artifactory-staging-maven-plugin:1.0.4 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:artifactory-staging-maven-plugin:jar:1.0.4 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.atlassian.oai:swagger-request-validator:1.3.4-SNAPSHOT (C:\Frame\swagger-request-validator\pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin com.atlassian.maven.plugins:artifactory-staging-maven-plugin:1.0.4 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:artifactory-staging-maven-plugin:jar:1.0.4 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException

Please help me resolve this issue.

Comments (5)

  1. James Navin

    Hi - thanks for raising this. We recently changed our parent pom hierarchy - looks like something hasn't been deployed properly to the public maven repos. I'll chase it up today.

  2. James Navin

    Looks like the parent central-pom v5.0.11 incorrectly references the plugin. Has been fixed in 5.0.16.

  3. Log in to comment