Hello,

I'm experiencing a problem where the site plugin is looking for my parent POM 
from the central maven repo instead of my configured remote repos. Here are the 
circumstances:

1) settings.xml
- configured to access 2 in-house nexus repos

2) corporate super-pom
- also configured to add an additional corporate repo

3) standards pom
- Is child of "corporate super-pom"
- Standardizes our plugin usage, dependencies, etc...

4) my pom
- Is child of "standards pom"

So, when i run "mvn clean install" everything works fine, and artifacts are 
looked up via:
1) corporate build repo
2) corporate proxy repo
3) maven central

But when i run "mvn clean install site" the site goal breaks because it cannot 
find the "standards pom" in maven central. This is the part I don't 
understand... why can't the "site" plugin see the other repo's that have been 
configured?

Additionally, I've managed to get this to work if I declare the remote repo in 
the "standards pom" which is very "hacky" to me... when i run effective-pom, 
the repos are all inherited properly, but it's only the "site" plugin that 
cannot see it.

Any suggestions?

Much appreciated!
~t
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to