You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jose M Beas (JIRA)" <ji...@codehaus.org> on 2009/03/18 02:58:12 UTC

[jira] Created: (MAVENUPLOAD-2393) Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo

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

        

[jira] Commented: (MAVENUPLOAD-2393) Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo

Posted by "Jose M Beas (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170831#action_170831 ] 

Jose M Beas commented on MAVENUPLOAD-2393:
------------------------------------------

"org.concordion","/home/maven/repository-staging/to-ibiblio/maven-svn","svn","Jose M Beas","jose.m.beas@gmail.com",,"http://concordion.googlecode.com/svn/repos/releases/" 

Please upload with sync.

Thanks
JMB


> 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

        

[jira] Commented: (MAVENUPLOAD-2393) Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo

Posted by "Jose M Beas (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] Commented: (MAVENUPLOAD-2393) Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170788#action_170788 ] 

Carlos Sanchez commented on MAVENUPLOAD-2393:
---------------------------------------------

You can create a synced repo in svn, like com.google.code.findbugs
https://svn.apache.org/repos/asf/maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

> 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

        

[jira] Commented: (MAVENUPLOAD-2393) Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo

Posted by "Jose M Beas (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170793#action_170793 ] 

Jose M Beas commented on MAVENUPLOAD-2393:
------------------------------------------

Mmm, I've been having a look at http://code.google.com/p/findbugs but I'm not sure if this is a good reference because there is no pom.xml in their trunk or any of their tags. Apparently they're using ant to build the project. Anyway, I have a couple of doubts in case I use the following csv line to rsync.

"org.concordion","/home/maven/repository-staging/to-ibiblio/maven-svn","svn","Jose M Beas","jose.m.beas@gmail.com",,"http://concordion.googlecode.com/svn/repos/release-repository/"

1) I have mimicked the second column although it has no meaning to me (I have to admit that I don't really understand how the rsync thing works)
2) I have guessed the last column is where I make my deployments but I'm not sure if I can deploy using svn as a protocol (apparently Findbugs is not doing that in this way because there is no reference either in the non-existing pom.xml or in http://code.google.com/p/findbugs/source/browse/repos/release-repository/com/google/code/findbugs/findbugs/1.3.7/findbugs-1.3.7.pom)

I have not made any change yet in our source code because I would prefer to have this bundled release asap and then I can start working in a new rsync'd release. Would it be possible, please?


> 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

        

[jira] Closed: (MAVENUPLOAD-2393) Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MAVENUPLOAD-2393.
---------------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

> 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
>            Assignee: Carlos Sanchez
>


-- 
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

        

[jira] Commented: (MAVENUPLOAD-2393) Concordion 1.3.1-RC5 bundle to upload in Maven Central Repo

Posted by "Jose M Beas (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170812#action_170812 ] 

Jose M Beas commented on MAVENUPLOAD-2393:
------------------------------------------

I've been doing some tries and need to clarify a couple of things more:

3) Do we need a hosted repository to deploy our artifacts? (Then the second column in the csv line makes sense to me)
4) What should I put in the distributionManagement section in my pom.xml in order to deploy in https://concordion.googlecode.com/svn/repos/releases? I have tried svn:https://concordion.googlecode.com/svn/repos/releases but "mvn deploy" finishes with an "Unssuported protocol" error.

Thanks,
JMB


> 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