[
https://jira.codehaus.org/browse/SCM-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed SCM-549.
-----------------------------
Resolution: Fixed
Assignee: Herve Boutemy
[maven-scm-publish-plugin|http://maven.apache.org/plugins/maven-scm-publish-plugin/]
has been written exactly for this purpose
> mvn deploy to an svn repository makes a separate checkin for every file
> deployed
> --------------------------------------------------------------------------------
>
> Key: SCM-549
> URL: https://jira.codehaus.org/browse/SCM-549
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-svn
> Affects Versions: 1.3
> Reporter: Damon Rand
> Assignee: Herve Boutemy
>
> I have the below code in my build/extensions section. When I do "mvn deploy
> -N" on a single pom.xml file I get 9 commits on the central repository.
> A real project with four modules takes 27 minutes to fully deploy to the
> repository and does around 100 commits..
> {code:xml}<extensions>
> <extension>
> <groupId>org.apache.maven.wagon</groupId>
> <artifactId>wagon-scm</artifactId>
> <version>1.0-beta-6</version>
> </extension>
> <extension>
> <groupId>org.apache.maven.scm</groupId>
> <artifactId>maven-scm-manager-plexus</artifactId>
> <version>1.3</version>
> </extension>
> <extension>
> <groupId>org.apache.maven.scm</groupId>
> <artifactId>maven-scm-provider-svnexe</artifactId>
> <version>1.1</version> <!-- Nothing past 1.1 works right now -->
> </extension>
> </extensions>{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)