I think this was my suggestion originally, as being one way to document how to find information on the ASF POM from the POM.
I suggested using the <url> and <issueManagement> which provide the relevant information. However, a block comment would do just as well if those are needed to be set differently. [And clearly there need to be comments as to why they are set differently] S. On 9 February 2011 02:34, Brian Fox <[email protected]> wrote: > I see now what you've done. If you need these values for the site, > then drop them into the asf-pom profile you created, but honestly I > think we should move all of this and the site.xml out and find a place > to put the docs into the infra site, or somewhere inside of maven. I > think the asf pom project needs to be JUST the pom so that nothing > inherited screws with anyone else's projects. > > On Tue, Feb 8, 2011 at 9:29 PM, Brian Fox <[email protected]> wrote: >> same comment as the url, i don't think we want to be polluting the >> inheritence tree with specifics about the ASF wide pom project. >> >> On Sat, Feb 5, 2011 at 3:47 PM, <[email protected]> wrote: >>> Author: olamy >>> Date: Sat Feb 5 20:47:25 2011 >>> New Revision: 1067520 >>> >>> URL: http://svn.apache.org/viewvc?rev=1067520&view=rev >>> Log: >>> [MPOM-7] add issueManagement to https://issues.apache.org/jira/browse/MPOM >>> >>> Modified: >>> maven/pom/trunk/asf/pom.xml >>> >>> Modified: maven/pom/trunk/asf/pom.xml >>> URL: >>> http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1067520&r1=1067519&r2=1067520&view=diff >>> ============================================================================== >>> --- maven/pom/trunk/asf/pom.xml (original) >>> +++ maven/pom/trunk/asf/pom.xml Sat Feb 5 20:47:25 2011 >>> @@ -53,6 +53,10 @@ under the License. >>> <url>http://www.apache.org/</url> >>> </organization> >>> <url>http://www.apache.org/</url> >>> + <issueManagement> >>> + <system>jira</system> >>> + <url>https://issues.apache.org/jira/browse/MPOM</url> >>> + </issueManagement> >>> <repositories> >>> <repository> >>> <id>apache.snapshots</id> >>> >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
