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

Upgrade Maven dependencies #1470

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

Conversation

Bananeweizen
Copy link
Contributor

@Bananeweizen Bananeweizen commented Jun 18, 2023

  • pin versions of jxr and surefire-report plugin, they were undefined up to now
  • upgrade all maven plugin versions except Tycho (that should be done separately)
  • add the versions-plugin to make the search for updates itself reproducible
  • disallow any kind of non-stable version when looking for maven plugin updates via a property of the versions plugin
  • upgrade the external checkstyle application version to most recent release
  • Improve configuration of maven-dependency plugin, because the new
    version recognizes more dependency problems than before. Also have some
    more dependencies in test scope only, because they are used in tests
    only.

* pin versions of jxr and surefire-report plugin, they were undefined up
to now
* upgrade all maven plugin versions except Tycho (that should be done
separately)
* add the versions-plugin to make the search for updates itself
reproducible
* disallow any kind of non-stable version when looking for maven plugin
updates via a property of the versions plugin
* upgrade the external checkstyle application version to most recent
release
* Improve configuration of maven-dependency plugin, because the new
version recognizes more dependency problems than before. Also have some
more dependencies in test scope only, because they are used in tests
only.
@@ -422,7 +434,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.8.0</version>
<version>4.8.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

The Scala build is broken. Not sure if this is why.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I'm looking into the additional profiles locally now, too. Before that, I had only tested with the default maven clean install goals as given in the documentation. So please excuse if I may need some more iterations with the CI build.

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

2 participants