Phillip Whittlesea-Clark
Phillip Whittlesea-Clark
Currently I haven't added any tests as I wanted to see if the existing tests would still pass before I commit more time to this. Can a maintainer authorize the...
Hi @helpermethod I'm looking to help out (time permitting) as this is something I would be interested in using. Has any start been made on this? Do you mean code...
So from what I can currently gather the plug-in has 1 property which can be set: - `connectionType` - To choose between [`connectionUrl` and `developerConnectionUrl`](https://maven.apache.org/pom.html#SCM) Both the `connectionUrl` and `developerConnectionUrl`...
So if we were using this plug-in in GitLab CI/CD we would have a `.gitlab-ci.yaml` with: ```bash mvn dependency-update-maven-plugin:update \ -DconnectionUrl=$CI_REPOSITORY_URL?private_token=$MY_PERSONAL_TOKEN ``` Where: - the URL is from [$CI_REPOSITORY_URL](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html) -...
@jonathanlermitage The tests are passing locally for me but I'm not sure why they are failing here. Is there a way to pull the Maven `log.txt` files to see what...
> @jonathanlermitage The tests are passing locally for me but I'm not sure why they are failing here. Is there a way to pull the Maven `log.txt` files to see...
Ooh that sounds rough @jonathanlermitage. I'm going to guess that because it's login related there is not much I can do to help, but if there is let me know!...
> `Attachment` doesn't take on the `permalink_template` of parent-post to avoid having to _process_ the value to play nicely with attachment filenames. For example, with `/:categories/:title/`, Jekyll has to replace...
@ashmaroli thanks for working on this. I am trying to have a play with this as this is a feature I love about Docusaurus and would love to see in...
Ah fantastic, that is now working (see commit [here](https://github.com/pwhittlesea/pwhittlesea.github.com/commit/4e263ed459fe306e5c8436df9b5060e47d80aadc)). I knew I was holding it wrong 😄 Thanks for the support! To get it working I did have to remove...