On Wed, Aug 24, 2016 at 8:41 AM, Fred Cooke <fred.co...@gmail.com> wrote: > Fair call re embedded pom, however it's quite convenient to just browse to > it and read.
I'd like to vent another opinion: the build pom makes it hard to grok the information I need as a consumer of a library. I really don't need to wade through 20 pages of plugin configuration that doesn't affect me. I would even posit that issueManagement, scm, and url should not be part of the consumer POM as these are external to the artifact and live separate lives. I'd rather see a different file that lists that particular information that can be updated when someone switches from JIRA to github issues, or from svn to git on bitbucket to git on github to a project specific git.project.io. Look what happened with codehaus or googlecode going away, or all projects moving from sf.net to github. Having the external information that doesn't relate to the particular version be external to the POM would make that much better. I really like the idea of consumer and producer POMs. Strip the consumer POM of everything <build> and <site> related. Martijn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org