havapa / testability-explorer

Automatically exported from code.google.com/p/testability-explorer
Apache License 2.0
0 stars 0 forks source link

pom.xml in root directory should include <scm> block #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As a (potential) contributor to the Testability Explorer Maven plugin, I
would like to be able to include TE in scheduled builds.

This is currently more difficult than it needs to be, as the pom.xml does
not include a pointer to the subversion repository.  Ideally adding the
projects would be as simple as uploading/pointing to the root POM, rather
than providing the SVN URL separately; this would also allow the repository
location to change (which, although unlikely, is always a possibility).

In addition, not having the SCM information available in the POM can cause
problems: http://www.nabble.com/two-builds-with-one-error-td21906111.html
discusses an issue that one CI program has in this situation.

The attached patch provides basic SCM information, but see
http://maven.apache.org/pom.html#SCM for the full set of configuration items.

Original issue reported on code.google.com by pja...@gmail.com on 15 Apr 2009 at 1:37

Attachments:

GoogleCodeExporter commented 8 years ago
Applied, thanks for filling in these missing pieces!

Original comment by aeagle22206 on 15 Apr 2009 at 5:08