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

set maven version to latest recommended version in order to remove wa… #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NiftyNico
Copy link

Description Major:

This change removes the following warning when performing "mvn install". 3.6.0 is the latest recommended version.

[WARNING]
[WARNING] Some problems were encountered while building the effective model for edu.gatech.cs7641:assignment4:jar:1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 26, column 17
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]

Validation Notes:

  • mvn install
  • can still execute main with "java -cp 'target/assignment4-1.0.jar:/Users/niftynico/.m2/repository/edu/brown/cs/burlap/burlap/3.0.0/burlap-3.0.0.jar:/Users/niftynico/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar' edu.gatech.cs7641.assignment4.Main"

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.

None yet

1 participant