Hi,
I definitely agree we need to share.
I working on Ignite slides and I had to copy-paste apache.css theme.
Probably we should create a common or shared folder and replace links from
training modules to a shared one.
One more thing I concerned about is our poms. I had to copy-paste a number
of maven dependencies and its setup. Probably we should create some parent
module for slides in a common folder and move some duplicated XML there.
Sincerely,
Dmitriy Pavlov
P.S. POM may look like following
<!-- Copy the normal resources into the root of the slides directory -->
<resource>
<directory>src/main/resources</directory>
<targetPath>${project.slides.directory}</targetPath>
</resource>
<!-- Copy the shared resources into the root of the slides directory -->
<resource>
<directory>../../shared/assets/resources</directory>
<targetPath>${project.slides.directory}</targetPath>
</resource>
пт, 17 мая 2019 г. в 13:19, Lars Francke <[email protected]>:
> Hi,
>
> a technical question: I'm about to submit the ZooKeeper slides for review
> and I've used the ApacheLogo.png file from the NavigatingASFIncubation
> content.
>
> I assume this is going to happen over and over that we have assets to
> share.
>
> Is there any easy way to have them in a shared content/assets folder or
> something like that?
>
> Cheers,
> Lars
>