Skip to content

Commit

Permalink
Resolve build bug related to variables
Browse files Browse the repository at this point in the history
Resolved a bug while running `yarn build` which
was caused by an example file name being parsed
as if it were a variable name. This has been
resolved by changing the encompassing quotes to
a code block.
  • Loading branch information
alexjhawk committed Mar 4, 2024
1 parent 8b4216d commit df982b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-docs/docs/08-developer/03-MAVEN_LIFECYCLES.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mvn test -f pom.xml`
### Package Lifecycle

During the 'package' lifecycle, the application source code and resources will be compiled and
packaged in to a JAR file with the name '{artifactId}-{version}-full.jar'. This lifecycle is
packaged in to a JAR file with the name `{artifactId}-{version}-full.jar`. This lifecycle is
automatically invoked by the [install](#install-lifecycle)
and [deploy](#deploy-lifecycle) lifecycles.

Expand Down

0 comments on commit df982b9

Please sign in to comment.