Project

General

Profile

Architecture #2097

Updated by François ARMAND over 12 years ago

Historically, cf-clerk was a meta-project with several subprojects. It has been a long time since it is no more the case, so we should simplify the project layout and remove cf-clerck-parent, keeping only cf-clerck-core, which would be renamed into just "cf-clerk".  

 To sum up, we would go from: 

 <pre> 
 cf-clerk 
 |-- cfclerk-core 
 |       |-- pom.xml 
 |       `-- src 
 |-- LICENSE 
 |-- LICENSE_EXCEPTION 
 |-- pom.xml 
 `-- README.asciidoc 
 </pre> 

 To: 
 <pre> 
 cf-clerk cfclerk-core 
 |-- LICENSE 
 |-- LICENSE_EXCEPTION 
 |-- pom.xml 
 |-- README.asciidoc 
 `-- src 
 </pre> 

Back