Hi,

I'm seeing something I can't figure out, and wondering if this is a known issue.

I have a multi-module maven project, which has as its parent a shared corporate pom (in a totally different source bank location). I can build this project successfully via "mvn package".

However, when I try to run the site goal, I get strange errors:

[INFO] Parent project loaded from repository: xxx:pom-parent:pom:1.0.1
...
[WARNING] Unable to find a URL to the parent project. The parent menu will NOT be added. Downloading: http://xxx:8080/archiva/repository/cache-central/xxx/pom-parent/1.0.1/pom-parent-1.0.1.pom
mojoFailed org.apache.maven.plugins:maven-site-plugin:3.2(default-site)

and after that message, the build fails.


Just in case, I verified the parent poms site descriptor is available both in our shared repo, and was downloaded to the local repo.


It as if the site plugin can't find the parent pom. Here's a another error message:

Unable to read local module-POM
cause : SiteToolException: Unable to read local module-POM


Odder still, the "site" goal used to work fine. This problem just started happening after I released a new version of the parent pom, and updated the project to use the new released parent.

Thanks,
Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to