diff --git a/content/markdown/pom.md b/content/markdown/pom.md index e86f9c1c32..0eca90ac2c 100644 --- a/content/markdown/pom.md +++ b/content/markdown/pom.md @@ -801,16 +801,16 @@ They come in five different styles: 1. `env.X`: Prefixing a variable with "env." will return the shell's environment variable. For example, `${env.PATH}` contains the PATH environment variable. -*Note*: While environment variables themselves are case-insensitive on Windows, lookup of properties is case-sensitive. -In other words, while the Windows shell returns the same value for `%PATH%` and `%Path%`, Maven distinguishes between `${env.PATH}` and `${env.Path}`. -**The names of environment variables are normalized to all upper-case** for the sake of reliability. + *Note*: While environment variables themselves are case-insensitive on Windows, lookup of properties is case-sensitive. + In other words, while the Windows shell returns the same value for `%PATH%` and `%Path%`, Maven distinguishes between `${env.PATH}` and `${env.Path}`. + **The names of environment variables are normalized to all upper-case** for the sake of reliability. -2. `project.x`: A dot (`.`) notated path in the POM will contain the corresponding element's value. +1. `project.x`: A dot (`.`) notated path in the POM will contain the corresponding element's value. For example: `1.0 is accessible via `${project.version}`. -3. `settings.x`: A dot (`.`) notated path in the `settings.xml` will contain the corresponding element's value. +1. `settings.x`: A dot (`.`) notated path in the `settings.xml` will contain the corresponding element's value. For example: `false is accessible via `${settings.offline}`. -4. Java System Properties: All properties accessible via `java.lang.System.getProperties()` are available as POM properties, such as `${java.home}`. -5. `x`: Set within a ` element in the POM. The value of `value may be used as `${someVar}`. +1. Java System Properties: All properties accessible via `java.lang.System.getProperties()` are available as POM properties, such as `${java.home}`. +1. `x`: Set within a ` element in the POM. The value of `value may be used as `${someVar}`. ## Build Settings @@ -1489,7 +1489,7 @@ should not be contacted about the project, they do not need to be listed here. developer's name and email address. * ``, ``: - As you probably guessed, these are the developer's organization name and it's URL, respectively. + As you probably guessed, these are the developer's organization name and its URL, respectively. * ``: A `role` should specify the standard actions that the person is responsible for. Like a single person