Aggiunto il supporto a Maven

This commit is contained in:
Fabio Scotto di Santolo
2020-04-18 19:29:13 +02:00
parent e935b1b9b3
commit be1640f72f
53 changed files with 374 additions and 154 deletions

16
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="AlgoritmiStruttureDati" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="AlgoritmiStruttureDati" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>