Skip to content

Commit

Permalink
Fixes frontend-maven-plugin snippet in basic module.
Browse files Browse the repository at this point in the history
It looks like, to maintain sanity, the configuration for the
frontend-maven-plugin was defined in the root tutorial pom and the
configuration is inherited by all the submodules, like `basic`.

The problem was that one following along with the project needs that
configuration.

Now, we show the full configuration instead by including the
frontend-maven-plugin configuration from the root POM instead of
from `basic`'s POM.

Should resolve some concerns described in issues  spring-attic#124, spring-attic#128.
  • Loading branch information
UgmaDevelopment committed Jan 14, 2021
1 parent 32091a2 commit 2ad1c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ This section contains the barebones information to get the JavaScript bits off t
====
[source,xml,indent=0]
----
include::pom.xml[tag=frontend-maven-plugin]
include::../pom.xml[tag=frontend-maven-plugin]
----
====

Expand Down

0 comments on commit 2ad1c65

Please sign in to comment.