Skip to content
Snippets Groups Projects

Refactoring toward clean architecture

53 files
+ 554
127
Compare changes
  • Side-by-side
  • Inline

Files

+ 8
4
@@ -6,26 +6,29 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="unl-tools-infrastructure" />
<module name="unl-tools-application" />
<module name="unl-tools-core" />
<module name="unl-tools-infrastructure" />
</profile>
<profile name="Annotation profile for unl-tools-main" enabled="true">
<profile name="Annotation profile for unl-tools" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<option name="project" value="fr.tetras_libre.unl/unl-tools-app" />
<option name="project" value="fr.tetras_libre.unl/unl-tools-main" />
<processorPath useClasspath="false">
<entry name="$MAVEN_REPOSITORY$/info/picocli/picocli-codegen/4.2.0/picocli-codegen-4.2.0.jar" />
<entry name="$MAVEN_REPOSITORY$/info/picocli/picocli/4.2.0/picocli-4.2.0.jar" />
</processorPath>
<module name="unl-tools-app" />
<module name="unl-tools-main" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="11">
<module name="unl-parser" target="11" />
<module name="unl-tools-app" target="11" />
<module name="unl-tools-application" target="11" />
<module name="unl-tools-core" target="11" />
<module name="unl-tools-infrastructure" target="11" />
<module name="unl-tools-main" target="11" />
<module name="unl2rdf" target="11" />
<module name="unl2rdf-app" target="11" />
<module name="unlTools" target="11" />
@@ -35,6 +38,7 @@
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="unl-parser" options="" />
<module name="unl-tools-app" options="-Aproject=fr.tetras_libre.unl/unl-tools-app" />
<module name="unl-tools-main" options="-Aproject=fr.tetras_libre.unl/unl-tools-main" />
<module name="unl2rdf" options="-Aproject=unl2rdf/unl2rdf" />
<module name="unl2rdf-app" options="-Aproject=fr.tetras_libre.unl/unl2rdf-app" />
</option>
Loading