[ http://jira.codehaus.org/browse/MAVENUPLOAD-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170818#action_170818 ]
Jose M Beas commented on MAVENUPLOAD-2393: ------------------------------------------ Well, I must apologize. I've finally found the way to make the deployment using Maven. The trick consists in: a) using Maven 2.0.9 (the embedder was apparently not working) b) using dav:https://concordion.googlecode.com/svn/repos/releases in the distributionManagement section c) including the username and password in settings.xml My distributionManagement is now: <distributionManagement> <repository> <id>concordion-releases</id> <uniqueVersion>false</uniqueVersion> <url>dav:https://concordion.googlecode.com/svn/repos/releases</url> </repository> <snapshotRepository> <id>concordion-snapshots</id> <uniqueVersion>true</uniqueVersion> <url>dav:https://concordion.googlecode.com/svn/repos/snapshots</url> </snapshotRepository> </distributionManagement> And in my settings.xml: <settings> <servers> <server> <id>concordion-releases</id> <username>myusername</username> <password>xyxyxyxyxyx</password> </server> </servers> </settings> I still have to polish an issue regarding an assembly and asap I'll provide you with the csv line to sync. > Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo > ----------------------------------------------------------- > > Key: MAVENUPLOAD-2393 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2393 > Project: Maven Upload Requests > Issue Type: Wish > Reporter: Jose M Beas > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira