-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly snapshot builds of develop and feature branches #349
Comments
Doing nightly snapshots in m-j is not needed for develop, since snapshots are created when new commits are added to m-j. Where this is actually needed is in l-o-j, and o-c to test new m-j snapshots. This is somewhat straight forward to do on develop in these repos. Doing this for feature branches is more involved due to how Maven produces build artifact names. We would need to work out how to incorporate the branch name into the Maven build process. Thoughts? |
That is a good point.
Thanks for the reminder. I had spent some time thinking about this facet of the deployment and how it work with Maven and read a lot, and did not find anything conclusive. I went done a rabbit hole on that and hadn't circled back. Is that worth doing then or we only focus on builds from (I think @wandmagic and I are the only people who would use it frequently, so I ping him for his take.) |
Also, after we discuss that, I can close this out in favor of metaschema-framework/liboscal-java#110 and metaschema-framework/oscal-cli#104 because the work will not be happening here exactly, but I assume we want to make a decision on ☝ and then act on it elsewhere. |
User Story
As a developer of Metaschema-enabled tools and data, in order to more effectively test pre-release builds of this library, I would like snapshot builds of the library from
develop
(and possibly relevantfeature*
branches, if possible) published to metaschema-framework/maven2.Goals
Dependencies
N/A
Acceptance Criteria
Revisions
No response
The text was updated successfully, but these errors were encountered: