aboutsummaryrefslogtreecommitdiffstats
path: root/.mvn
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete .mvn/settings-read-github-packages.xmlAlexander Kriegisch2021-05-151-25/+0
| | | | | | | The GitHub workflow also does not reference it anymore, which I forgot to do earlier. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Revert "use the alternate maven settings by default"Alexander Kriegisch2021-05-151-1/+0
| | | | | | | | This reverts commit @95fc5eec, because that commit was only helpful before merging branch 'migrate-to-aspectj-dev' with PR #49, but was actually committed afterwards, making it obsolete. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* use the alternate maven settings by defaultAndy Clement2021-05-141-0/+1
|
* Use special Maven settings with access token to GitHub PackagesAlexander Kriegisch2021-04-091-0/+25
| | | | | | | | | | | | | The access token is for the 'kriegaex' account. Can be adjusted or extended in order to support other Package registries, too. for now, I just want to see it this solves the authentication error problems during GitHub CI builds. The new file .mvn/settings-read-github-packages.xml contains additional information and links to online sources, explaining why this is necessary. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Update to Maven 3.6.3Lars Grefer2020-08-163-23/+31
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* maven wrapperAndy Clement2019-02-073-0/+111