go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Create Directories
 
Subject: Create Directories
Author: Linux
In response to: Maven Multi Module Project Example
Posted on: 10/31/2017 05:20:14 AM


Container:

$ mkdir hello-one


Sub-directories for modules
$ cd hello-one
$ mkdir app
$ mkdir util


Source and test dir for util module
$ mkdir -p util/src/main/java/com/xyz/commons
$ mkdir -p util/src/test/java/com/xyz/commons


Source dir for app module
$ mkdir -p app/src/main/java/com/xyz/integration
$ mkdir -p app/src/test/java/com/xyz/integration


 

> On 10/31/2017 05:18:44 AM Linux wrote:


Let's say that your company has a project which consists of two module's directories app and util. Each module has its own dedicated team working on it.

  [+] ... hello-one
      [+] ... app
      {+] ... util
      [-] ... pom.xml





References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.