I understand why you would want to add archiva information to a pom. But why SCM info? Is it possible to materialize a project completely from a pom?
The way I've always stored maven projects in svn, is I add everything (including the eclipse project, maven pom), to a repository. Any time I make a change to anything (including the pom), I do a svn commit.
Is there a way to perform svn operations directly through maven? is this a best practice?