Hi,

the TRUNK has this dependency
<portlet-bridge.version>1.0.0-beta</portlet-bridge.version>

which causes some *problems* when you delete your entire REPO.

Why?
It's OLD "portlet-bridge-master-pom-2" has:
a) overridden the <repositories> section ([1])
b) dependency to myfaces-6 (Trinidad has against 9)

in a) there is the WORST ever repo:
<url>https://maven-repository.dev.java.net/nonav/repository</url>

what's wrong with that REPO?
Well it has been "removed"..... and it issues redirects via HTML...
Yes, I really don't know why...

Hence... for portlet-bridge-master-pom-2 MAVEN had to download
myfaces-6, but the repo is gone (grrrr)
... and the maven tool is not a human, so it really can't read this HTML:
...
The document has moved <a
href="http://download.java.net/maven/1/org.apache.myfaces/poms/myfaces-6.pom";>here</a>.
...

So it (maven) ended up downloading a HTML file....


It took a good amount of time to realize the above dilemma......

Quick fix: manually downloaded myfaces-6. This made the build running,
but yes the problem is really the 'relocation'
of that mentioned repo.

Therefore... we should update the TRINIDAD TRUNK to use a newer
version than: portlet-bridge.version (1.0.0-beta).
Since the master poms have been touched and updated the bogus
(relocated) repo to it's real, new URL.

Scott, can you update the version ?

-Matthias

[1] 
https://svn.apache.org/repos/asf/myfaces/portlet-bridge/master-pom/tags/portlet-bridge-master-pom-2/pom.xml
-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Reply via email to