in DevOps by (6.3k points)
How to Verify Maven Project Creation?

1 Answer

0 votes
by (6.3k points)
  • Go to the Maven project location and find your newly created project first-maven-project.

  • The project structure would contain src and pom.xml files. This is a standard structure that Maven creates.

  • src folder holds the com.fresco.play.App.java file and com.fresco.play.AppTest.java files, which are the source code and test code files.

Project creation can be considered successful if you see this kind of a structure.

Related questions

0 votes
asked Feb 22, 2020 in DevOps by AdilsonLima (6.3k points)
0 votes
asked Feb 24, 2020 by DavidAnderson (9.0k points)
0 votes
asked Feb 22, 2020 in DevOps by AdilsonLima (6.3k points)
0 votes
asked Feb 24, 2020 in DevOps by DavidAnderson (9.0k points)
0 votes
asked Jul 23, 2020 in DevOps by Hodge (2.6k points)
0 votes
0 votes
asked Jul 23, 2020 in DevOps by Hodge (2.6k points)
0 votes
asked Aug 19 in Maven - Coalescing Pipeline by GeorgeBell (5.2k points)
0 votes
asked Jan 31, 2020 in Azure by Tate (883 points)
0 votes
asked Jan 31, 2020 in Azure by Tate (883 points)
...