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

archetype command not working for version 0.2.4 #167

Open
vikingwarior opened this issue Oct 12, 2022 · 2 comments · Fixed by #170
Open

archetype command not working for version 0.2.4 #167

vikingwarior opened this issue Oct 12, 2022 · 2 comments · Fixed by #170
Assignees

Comments

@vikingwarior
Copy link

Build fails when I use :

mvn archetype:generate \
    -DarchetypeArtifactId=spotbugs-archetype \
    -DarchetypeGroupId=com.github.spotbugs \
    -DarchetypeVersion=0.2.4

You can see it here in this screenshot :
image

However, if you change the version to 0.2.0 instead of 0.2.4, Like shown in command given below, it works just fine:

mvn archetype:generate \
    -DarchetypeArtifactId=spotbugs-archetype \
    -DarchetypeGroupId=com.github.spotbugs \
    -DarchetypeVersion=0.2.0

Please refer the screenshot given below:

image

@KengoTODA
Copy link
Member

KengoTODA commented Oct 12, 2022

It seems that 0.2.4 is not on the Maven Central. Probability better to release 0.2.5 to solve this issue.

https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs-archetype/

@KengoTODA KengoTODA self-assigned this Oct 12, 2022
KengoTODA added a commit that referenced this issue Oct 13, 2022
fixes #167

Signed-off-by: Kengo TODA <toda_k@henry.jp>
KengoTODA added a commit that referenced this issue Oct 13, 2022
fixes #167

Signed-off-by: Kengo TODA <toda_k@henry.jp>
github-actions bot pushed a commit that referenced this issue Oct 13, 2022
## [0.2.5](0.2.4...0.2.5) (2022-10-13)

### Bug Fixes

* missing package on the Maven Central ([43a3af0](43a3af0)), closes [#167](#167)
@KengoTODA KengoTODA reopened this Oct 15, 2022
@shblue21
Copy link

shblue21 commented Dec 12, 2022

Hello. Could you please release the latest version 0.2.6 to mvn central?

mvn central

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 a pull request may close this issue.

3 participants