Jose Carvajal
Jose Carvajal
@iocanel any updates on this?
> Let's try it out. Okis, to complete the solution, let's continue with the missing bits (credentials and gpg setup) by tomorrow morning.
> `actions/setup-java@v1` can configure the settings.xml for you. This means that the manual setups for populating `settings.xml` are not really needed. > > Here's an example I used that seems...
I've been trying to find a solution for this but taking into account the nature of Dekorate which generates resources that are then installed on a cluster and then indirectly...
@aureamunoz I think this is already supported (I've seen a session file reader), but I can't find how to use it in the documentation. Can you confirm what is needed...
The `SimpleFileReader` was done for a similar purpose (added in https://github.com/dekorateio/dekorate/commit/fd57866a411da02deb1d6292c186e79504888970). The idea of the `SimpleFileReader` was to read an input path and incorporate the found resources into the target...
As far I know, the application name can't be empty (or not provided). By default, it's the name of the module.
> It's empty during tests at the very least, if you don't explicitly set it, which is only possible, as far as I'm aware, if you're using `QuarkusProdModeTest`. Yes, with...
I don't follow you: when testing this, the application name is `>`, but when doing a real build, it will use the module name.
> > I don't follow you: when testing this, the application name is `>`, but when doing a real build, it will use the module name. > > `>` is...