[ https://issues.apache.org/jira/browse/MNGSITE-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Elliotte Rusty Harold reassigned MNGSITE-457: --------------------------------------------- Assignee: Elliotte Rusty Harold > 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)