Hi Ullrich,

As correctly pointed by you I am having issue with releasing snapshots. I 
looked at the suggestions listed in the link mentioned by you,  but they 
are not working for me. I am using the following commands for releasing the 
plugin: 

mvn org.apache.maven.plugins:maven-release-plugin:2.5:prepare ...
followed by 
mvn org.apache.maven.plugins:maven-release-plugin:2.5:perform ...

at the end I see the plugin getting published under 
repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/ and 
not repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/.

I am using Apache Maven 3.0.5 and git version 1.9.0.msysgit.0

Is their any other fix for the issue I am facing.

Thanks in advance.

Regards,
Kishore


On Thursday, 9 October 2014 23:18:03 UTC+5:30, Ullrich Hafner wrote:
>
> You hit the mvn release bug that only releases snapshots, see 
> http://jenkins-ci.361315.n4.nabble.com/mvn-release-does-not-work-only-publishes-SNAPSHOT-releases-td4657620.html#a4657831
>
> Am 09.10.2014 um 17:51 schrieb Krishna Kishore <[email protected] 
> <javascript:>>:
>
> Hi Domi, Jenkins Dev team,
>
> I am trying to release the teamconcert-git plugin by running the Maven 
> release commands (mvn -U release:prepare and mvn -U release:perform). I see 
> that the mvn -U release:perform completes successfully but plugin is not 
> available at http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ 
> site. Following is the output of the last few lines of mvn -U 
> release:perform command 
>
> [INFO] Uploaded: 
> http://maven.jenkins-ci.org:8081/content/repositories/snapshots/com/ibm/team/git/build/hjplugin/teamconcert.git/1.0.1-SNAPSHOT/teamconcert.git-1.0.1-20141009.152845-3-tests.jar
>  
> (1209 KB at 20.1 KB/sec)
> [INFO] Uploading: 
> http://maven.jenkins-ci.org:8081/content/repositories/snapshots/com/ibm/team/git/build/hjplugin/teamconcert.git/1.0.1-SNAPSHOT/maven-metadata.xml
> [INFO] 2/2 KB         
> [INFO]          
> [INFO] Uploaded: 
> http://maven.jenkins-ci.org:8081/content/repositories/snapshots/com/ibm/team/git/build/hjplugin/teamconcert.git/1.0.1-SNAPSHOT/maven-metadata.xml
>  
> (2 KB at 0.8 KB/sec)
> [INFO] [INFO] 
> ------------------------------------------------------------------------
> [INFO] [INFO] BUILD SUCCESS
> [INFO] [INFO] 
> ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 2:58.045s
> [INFO] [INFO] Finished at: Thu Oct 09 21:01:24 IST 2014
> [INFO] [INFO] Final Memory: 73M/256M
> [INFO] [INFO] 
> ------------------------------------------------------------------------
> [INFO] Cleaning up after release...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 3:15.609s
>
>
> Are their any additional steps to release the plugin for the first time. 
>
> Thanks In Advance.
>
> Regards,
> Kishore
>
>
> On Monday, 6 October 2014 11:24:28 UTC+5:30, Dominik Bartholdi wrote:
>>
>> done, welcome a board!
>> Domi
>>
>>
>> On 06.10.2014, at 07:49, Krishna Kishore <[email protected]> wrote:
>>
>> Hi Domi,
>>
>> Thanks for creating the repository. I just  signed up in the issue 
>> tracker and my userid in JIRA is "clkkishore", please created the required 
>> component.
>>
>> Thanks,
>> Kishore
>>
>> On Friday, 3 October 2014 11:08:05 UTC+5:30, Dominik Bartholdi wrote:
>>>
>>> done: https://github.com/jenkinsci/teamconcert-git-plugin
>>> but creating a component for you in the issue tracker failed, what is 
>>> your userid in JIRA?
>>>
>>> ...I don’t have permission to create a CI job, can someone else create 
>>> one?
>>> Domi
>>>
>>>
>>> On 03.10.2014, at 06:19, Krishna Kishore <[email protected]> wrote:
>>>
>>> Hi Jenkins Dev Team,
>>>
>>> Any update on my request to host a new plugin.
>>>
>>> Thanks,
>>> Kishore
>>>
>>>
>>> On Monday, 29 September 2014 14:46:39 UTC+5:30, Krishna Kishore wrote:
>>>>
>>>> Due to different dependencies we decided not to extend the 
>>>> functionality of the existing plugin but write a new plugin. The existing 
>>>> plugin implements the SCM extension point of Jenkins and the new plugin is 
>>>> much more lighter and uses the Build extension point. The target audience 
>>>> for the two plugins is also different. Their are some common aspects and 
>>>> we 
>>>> are looking a best ways to create a common layer that can be used by the 
>>>> two plugins.
>>>>
>>>> Thanks,
>>>> Kishore
>>>>
>>>> On Monday, 29 September 2014 11:03:54 UTC+5:30, Dominik Bartholdi wrote:
>>>>>
>>>>> How about extending the existing one with your functionality?
>>>>> From a users point of view this is what I would love to see - as I 
>>>>> guess you would provite of some of the existing features too
>>>>> Or maybe extract the parts the two plugins would have in common and 
>>>>> create a base plugin which can be extended by implementing EPs
>>>>> Domi
>>>>>
>>>>> On 28.09.2014, at 16:01, Krishna Kishore <[email protected]> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> The existing plugin woks with the RTC Source control, it helps teams 
>>>>> which use RTC as SCC and Jenkins as CI engine. The new plugin will work 
>>>>> with projects which use Git as source control and integrate (i.e create 
>>>>> traceability links) Jenkins builds with RTC Work Items and Builds. This 
>>>>> plugin is for teams which use Git as Source control and want to use RTC 
>>>>> for 
>>>>> Tracking and Planning.
>>>>>
>>>>> Thanks,
>>>>> Kishore
>>>>>
>>>>> On Sunday, 28 September 2014 12:37:47 UTC+5:30, Dominik Bartholdi 
>>>>> wrote:
>>>>>>
>>>>>> How is this one different to the existing teamconcert plugin? [1]
>>>>>> It seems very active.
>>>>>> Domi
>>>>>>
>>>>>> [1] https://wiki.jenkins-ci.org/display/JENKINS/Team+Concert+Plugin
>>>>>>
>>>>>> Am 28.09.2014 um 06:09 schrieb Krishna Kishore <[email protected]>:
>>>>>>
>>>>>> Hi Jenkins Dev team,
>>>>>>
>>>>>> I am with the Rational Team Concert(RTC) Development team in IBM  (
>>>>>> www.ibm.com, www.jazz.net). We are developing a plugin which will 
>>>>>> integrate Jenkins Builds using Git as Source control to RTC Work items 
>>>>>> and 
>>>>>> builds. We would like to publish the plugin at jenkins-ci.org. Here 
>>>>>> are the details related to plugin
>>>>>>
>>>>>> Plugin Name: Team Concert Git Plugin
>>>>>> Github Repository: 
>>>>>> https://github.com/clkkishore/teamconcert-git-plugin
>>>>>> Github id: clkkishore
>>>>>> Plugin Description: Integrates Jenkins with Rational Team Concert for 
>>>>>> Jenkins Builds which use Git as source control. This plugin will create 
>>>>>> traceability links from a Jenkins build to RTC work items and build 
>>>>>> result.
>>>>>>
>>>>>> Can someone please clone this to jenkinsci and provide me access for 
>>>>>> the same. 
>>>>>>
>>>>>> Thanks In advance,
>>>>>>
>>>>>> Regards,
>>>>>> Kishore
>>>>>>
>>>>>> PS: Currently the project 
>>>>>> https://github.com/clkkishore/teamconcert-git-plugin contains only a 
>>>>>> readme file will add the sources once the repository is cloned into 
>>>>>> jenkinssci space.
>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "Jenkins Developers" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to [email protected].
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>>
>>>>> -- 
>>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "Jenkins Developers" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to [email protected].
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>>
>>>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to