You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2023/01/01 15:58:00 UTC

[jira] [Resolved] (MNGSITE-457) Typo in "Maven in 30 minutes"-tutorial

     [ https://issues.apache.org/jira/browse/MNGSITE-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold resolved MNGSITE-457.
-------------------------------------------
    Resolution: Fixed

> Typo in "Maven in 30 minutes"-tutorial
> --------------------------------------
>
>                 Key: MNGSITE-457
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-457
>             Project: Maven Project Web Site
>          Issue Type: Bug
>            Reporter: Alex Wollmann
>            Assignee: Elliotte Rusty Harold
>            Priority: Trivial
>
> The official Maven turial page ([Link|https://maven.apache.org/guides/getting-started/index.html#How_do_I_compile_my_application_sources]) contains the following symbolized file tree:
> {code:java}
> my-app
> |-- pom.xml
> `-- src
>     |-- main
>     |   |-- java
>     |   |   `-- com
>     |   |       `-- mycompany
>     |   |           `-- app
>     |   |               `-- App.java
>     |   `-- resources
>     |       `-- META-INF
>     |           |-- application.properties
>  `-- test
>      |-- java
>      |   `-- com
>      |       `-- mycompany
>      |           `-- app
>      |               `-- AppTest.java
>      `-- resources
>          `-- test.properties
> {code}
>  
> The pipe symbol in line 12 should be removed by a backtick in order to match the formatting that is used throughout the tutorial. Currently, the provided file tree is confusing because of its inconsistency.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)