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

Add a rule using the maven-enforcer plugin that requires Maven 3.6.3 #1864

Closed
3 tasks
carlspring opened this issue Sep 30, 2020 · 5 comments · Fixed by strongbox/strongbox-parent#101 or #1902
Closed
3 tasks
Labels
good first issue GraceHopperOSD Issues suitable for the Grace Hopper 2020 hackfest hacktoberfest Pre-selected issues for Hacktoberfest help wanted

Comments

@carlspring
Copy link
Member

Task Description

We should add a Maven Enforcer rule that requires Maven 3.6.3 in order to build the code.

Tasks

The following tasks will need to be carried out:

Help

@carlspring carlspring added good first issue help wanted hacktoberfest Pre-selected issues for Hacktoberfest GraceHopperOSD Issues suitable for the Grace Hopper 2020 hackfest labels Sep 30, 2020
@madhukarbharti
Copy link
Contributor

@carlspring
@sbespalov
@steve-todorov May I work on this

@carlspring
Copy link
Member Author

Hi @madhukarbharti ,

If you're taking part in the Grace Hopper Open Source Day later on today, then -- yes, please! If not, or if you're taking part in #Hacktoberfest, then please wait until the 2nd of October, before picking this up.

Please, feel free to join our chat channel for more details.

@ripudaman1320
Copy link

Hi @carlspring ,

Can i work on this issue as part of #Hacktoberfest.

Thanks!
-Ripu

@carlspring
Copy link
Member Author

Okay, go for it.

@steve-todorov
Copy link
Member

Posting this here so people can find it easy. (related to recent changes in strongbox/strongbox-parent#107)

  • MVN Version < 3.6.3:
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-jdk-and-maven-versions) on project strongbox-parent: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:
    [ERROR] 
    [ERROR]  You are using an unsupported Maven version! 
    [ERROR]  See https://strongbox.github.io/developer-guide/getting-started.html 
    [ERROR] 
    [ERROR] -> [Help 1]
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment