-
Notifications
You must be signed in to change notification settings - Fork 8
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
update pom.xml #52
update pom.xml #52
Conversation
@RobertMili I think there are some files from .idea that shouldn't be included. Only the pom.xml should be changed. |
560c5e4
to
f50ed08
Compare
I did:
|
The empty file .idea/sonarlint/issuestore/index.pb should probably be removed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two of the core plugin are not specified in pom.xlm, maven-deploy-plugin and maven-site-plugin.
Under rules there are version 3.0, minimum requierment from specified plugins are 3.2.5. Newest version of maven are 3.9.0
One empty file in .idea are still left.
Your commits says unverified. Don't they need to be verified?
Should be an extra new line in the end of file.
2. Added dependencies from main
2. Added dependencies from main.
Compiler plugin are stated two times. When I run mvn versions:display-plugin-updates I still get the warnings and error from previous review. |
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end
Compiler plugin are still entered two times, should remove the second one without configuration. |
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch.
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch..
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch 7. Delete two file
…into 7-update-maven-plugin-versions
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch 7. Delete two file 8. Change maven version to 3.8.1
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch 7. Delete two file 8. Change maven version to 3.8.1 9. Ignoring *.impl files in target
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch 7. Delete two file 8. Change maven version to 3.8.1 9. Ignoring *.impl files in target. 10. Removing haze.iml folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
2. adding maven-deploy-plugin 3.0.0 3. adding maven-site-plugin 4.0.0M 4. adding extra new line on the end 5. removed second compiler plugin 6. Fixing conflict with main branch 7. Delete two file 8. Change maven version to 3.8.1 9. Ignoring *.impl files in target. 10. Removing haze.iml folder 11. squash commits
…into 7-update-maven-plugin-versions
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
I did new branch with verified account: |
Update Maven plugin versions #7