I've done a full search in all maven-plugins and I couldn't find it.
However, I've found that I had already added a
maven.announcement.distributionUrl property which defaults to
${maven.repo.remote}/${pom.groupId}/plugins



That's what I was referring to.

I'll refactor it.

That said, I had also added another similar property in the xdocs plugin:

maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins


I'm not sure what that is, but let's not change it now.

Do you want to add a new distributionUrl element to the POM for m1? If so,
it should point to http://www.ibiblio.org/maven. The exact location could be
derived by suffixing ${pom.groupId}/${pom.type} or even better by using a
maven-provided tag that would compute the path for us (using some java API
in the o.a.m.repository package.


In 1.1, we could possibly bring down distributionManagement from the m2 POM.

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to