Skip to content
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

feat: initial implementation #1

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

paodb
Copy link
Member

@paodb paodb commented Sep 4, 2023

@javier-godoy & @mlopezFC please review.

@javier-godoy
Copy link
Member

javier-godoy commented Sep 4, 2023

General

  • The repository is based on Flowing Code add-on starter template.
  • Commit messages follows Flowing Code Commit Message Guidelines
  • Scopes used in commit messages are consistent
  • Code is formatted according to Flowing Code Style Guide

POM

  • <artifactId> has been replaced
  • <inceptionYear> is set to the current year.
  • "Template Add-on" has been replaced in <name> and <description>.
  • <scm> URLs point to this repository.

README

  • The README file clearly describe the purpose of the add-on, highlighting its features and benefits.
  • Links in badges references this add-on.
  • All links in the README are correct and functional.
  • Jenkins badge ends in -addon.
  • All instances of "Template Add-on" have been replaced with the actual full name of the add-on.
  • Double check spelling "add-on" vs "addon"

License

  • License headers are included in all the source files that require a license header.
  • The license header is located before the package declaration.
  • The license header references the name of this project.

Documentation

  • Public classes and methods are well-documented with clear explanations.

Tests

  • Unit and integration tests align with the functionality of the new add-on.

CI

  • Jenkins job is configured for the initial-implementation branch.
  • Webhook has been configured
  • Dependency has been added to AddonsDemo

Copy link
Member

@mlopezFC mlopezFC left a comment

Choose a reason for hiding this comment

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

Facing following error when starting via mvn jetty:run

[[1;31mERROR[m] Failed to execute goal [32morg.eclipse.jetty:jetty-maven-plugin:11.0.12:run[m [1m(default-cli)[m on project [36mbadge-list-addon[m: [1;31mUnable to parse configuration of mojo org.eclipse.jetty:jetty-maven-plugin:11.0.12:run for parameter resourceBases: Cannot set 'resourceBases' in class org.eclipse.jetty.maven.plugin.MavenWebAppContext[m: InvocationTargetException: file:///xxxxxxxxxxxxx/BadgeList/src/test/resources/META-INF/resources is not an existing directory. -> [1m[Help 1][m

I think you need to remove line 263 of pom.xml

@paodb
Copy link
Member Author

paodb commented Sep 6, 2023

I think you need to remove line 263 of pom.xml

Done

@javier-godoy javier-godoy merged commit d69552d into master Sep 6, 2023
2 checks passed
@javier-godoy javier-godoy deleted the initial-implementation branch September 12, 2023 16:29
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.

3 participants