Skip to content

Conversation

@wow-such-code
Copy link
Member

@wow-such-code wow-such-code commented Feb 4, 2022

I assume code QL will work once this is on dev?

@wow-such-code wow-such-code marked this pull request as ready for review February 7, 2022 14:31
@wow-such-code wow-such-code requested a review from a team February 7, 2022 14:32
@jenniferboedker jenniferboedker self-assigned this Feb 8, 2022
Copy link
Contributor

@jenniferboedker jenniferboedker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add this

     # Remove existing snapshot tags which are not supposed to be present
      - name: Remove snapshot tags
        run: mvn versions:set -DremoveSnapshot
      # Set the SNAPSHOT for this build and deployment
      - name: Set version in Maven project
        run:  mvn versions:set -DnewVersion='${project.version}-SNAPSHOT'

to nexus-publish.yml instead of nexus-publish-release.yml. The later one should also be deleted.

Furthermore, the release workflow is missing and you need to add caching to the build_package.yml (See https://github.com/qbicsoftware/data-model-lib/pull/286/files)

I am also not sure if you really need the version increase here, it seems to me that the parent-pom was not removed.

@jenniferboedker
Copy link
Contributor

Since you are not changing the actual code for this repo I think this should be merged to master, also: there is still the comment about the pom and the new version in the CL. Why did you add it here?

Copy link
Contributor

@jenniferboedker jenniferboedker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing my comments!
I have some more (sorry!): the workflow structure does not look like in the template (not all ymls are there, e.g also check outside the workflow folder of the template). I am happy to have a quick call to clarify whats missing.

@jenniferboedker
Copy link
Contributor

I jsut also found the "how to run" and "how to use" sections are missing. I think you just need to update the section titles since the content is already there

Copy link
Contributor

@jenniferboedker jenniferboedker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some minor things left then you are good to go :)

Copy link
Contributor

@jenniferboedker jenniferboedker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wow-such-code wow-such-code merged commit 2ae48be into development Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants