jira-importer commented on issue #982:
URL: https://github.com/apache/maven-scm/issues/982#issuecomment-2964637457

   **[Eric 
B](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=benze)** 
commented
   
   My immediate thoughts would be in order to programatically determine the 
appropriate workitem to associate with my build.  For instance, I could create 
a separate plugin to query the WIs by user, time, date, etc and extract the 
most recent one, for example.  Then have that plugin specify to the release 
plugin which WI I want to associate with my build.
   
   Long term goal is to have my release plugin run by my build server.  I'm 
looking to be able to commit (deliver) my code in a "SNAPSHOT" version to an 
integration stream, and launch my RTC-maven build.  The RTC build would 
automatically roll to the appropriate version, assign the correct workItem and 
deploy to my repo.
   
   Ideally, I do not want to change my build defn for each build nor have to 
modify the pom each time.  So the concept of a plugin to retrieve the WI info 
from somewhere would be something that I can envision.  Otherwise, I would have 
to maintain an open WorkItem for the duration of the version (ex: the entire 
1.0.x branch) to avoid having to modify the pom and/or build def every time.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to