-
Notifications
You must be signed in to change notification settings - Fork 32
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
[docs] Would it be possible to provide some more extensive documentation with examples and best practices? #138
Comments
Examples are available here: |
And my PoC of Maven Tiles for our use-cases and the review of two other developers our team has just decided that we won't use Maven Tiles as of now. We are afraid that we end up with other stuff that won't work for us (such as integration with VS Code). It would be really good if the Maven Tiles README was updated with known limitations/workarounds such as:
|
FYI. Bug eclipse-m2e/m2e-core#118 has now been fixed. |
@talios Is this project still alive? We picked up this trail now that the bug in eclipse-m2e has been fixed but are struggling a bit due to lack of documentation. Is there a forum/chat for asking questions? |
@lfvjimisola it is still alive - documentation still remains something I really work on. Forum/chat - as for a chat - there was the old Gitter we had, which I see has moved to matrix now - #repaint-io_maven-tiles:gitter.im - or you could find me on Discord (taliosnz) or twitter (@talios) - or mastodon - @[email protected] |
I've resurrected the github pages with new docs at https://repaint-io.github.io/maven-tiles - this is currently sitting on a feature branch and hope to flesh out some more docs shortly. At the moment it's basically the README reworded/and chunked up. |
Great. Our are incorporating Maven Tiles now. We could give feedback here on what we think would be useful to add if that is of interest. An up-to-date example/demo project, ready to clone, would of course be useful. |
I've finally merged/setup Astro Starlight docs at https://repaint-io.github.io/maven-tiles and plan to add a bunch of example tiles, first off the deck will be a release tile based on recent changes/fixes with |
Short summary:
UPDATE: This comment #21 (comment) helped me a lot to understand composite, tiles etc.
I've spent a good couple of hours trying to see how we can use Maven Tiles with our setup. It is still not clear to me.
The lingo is somewhat new with things such as reactor build, multi-module build, composite poms, inherit config etc.
Don't think we have a difficult use-case but I'm feeling like and I'm doing something wrong. And it is not obvious for me how it should be structured from reading the documentation.
I know that an issue is not an ideal place to have a disussion, would you consider activating GitHub Discussions for this project, so that we can help each other out there?
I've checked: #21 #52 #69
Long(er) summary:
I would be really useful if the tiles mentioned under Composing Build functionality
are available as examples. An example project that covers most cases.
The project README mentions "Richard and Mark will be putting together a short book with tutorials for a better approach to building using Maven, but this is the short explanation" - is available somewhere?
From the README it's unclear to me what the difference is of:
Things that I'm currently find challenging and where I think documentation would be useful:
I'll try to explain our use-case:
We currently use standard Maven inheritance and it's troublesome to say the least....
We have 3 different POMs that are used for releasing artifacts: standard library, spring boot library and spring boot application.
We would like to use tiles to handle:
The text was updated successfully, but these errors were encountered: