Re: [PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-05-13 Thread via GitHub
cstamas merged PR #691: URL: https://github.com/apache/maven-resolver/pull/691 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.

Re: [PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-05-03 Thread via GitHub
cstamas commented on PR #691: URL: https://github.com/apache/maven-resolver/pull/691#issuecomment-2848697478 > Yes, that that is no problem. The structure is identical to src/site. Cool! Resolver and Maven would gladly accept a PR that is fixing this :smile: -- This is an automate

Re: [PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-05-03 Thread via GitHub
michael-o commented on PR #691: URL: https://github.com/apache/maven-resolver/pull/691#issuecomment-2848595314 > Is markdown supported? And can i enlist the generated file in site.xml as a side menu entry? Yes, that that is no problem. The structure is identical to src/site. -- Thi

Re: [PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-05-03 Thread via GitHub
cstamas commented on PR #691: URL: https://github.com/apache/maven-resolver/pull/691#issuecomment-2848586484 Is markdown supported? And can i enlist the generated file in site.xml as a side menu entry? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-05-02 Thread via GitHub
michael-o commented on PR #691: URL: https://github.com/apache/maven-resolver/pull/691#issuecomment-2848054878 > > OK as a temporary stopgap, but in general generated files shouldn't even be in the source repo. > > This is a limitation of site/doxia: it cannot process generated resour

Re: [PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-05-02 Thread via GitHub
cstamas commented on PR #691: URL: https://github.com/apache/maven-resolver/pull/691#issuecomment-2848017024 > OK as a temporary stopgap, but in general generated files shouldn't even be in the source repo. This is a limitation of site/doxia: it cannot process generated resources, at

Re: [PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-05-02 Thread via GitHub
slachiewicz commented on PR #691: URL: https://github.com/apache/maven-resolver/pull/691#issuecomment-2847959273 > OK as a temporary stopgap, but in general generated files shouldn't even be in the source repo. but this is template that will be used to generate files - and expectation

[PR] Add generated file warning headers to velocity templates [maven-resolver]

2025-04-25 Thread via GitHub
gnodet opened a new pull request, #691: URL: https://github.com/apache/maven-resolver/pull/691 Add comment headers to velocity templates to indicate that the generated files should not be modified directly. The headers include information about the source template and instructions to modify