This commit is contained in:
nheron 2025-05-30 12:16:12 +02:00
commit 0144b0536f
2 changed files with 19 additions and 2 deletions

16
.gitignore vendored
View file

@ -11,3 +11,19 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/

View file

@ -11,6 +11,7 @@
<packaging>pom</packaging>
<description>Accounting project</description>
<modules>
<module>drools-lesson4</module>
<module>drools-lesson1</module>
<module>drools-lesson2</module>
<module>drools-lesson31</module>
@ -18,7 +19,7 @@
<module>drools-lesson33</module>
<module>drools-lesson34</module>
<module>drools-lesson35</module>
<module>drools-lesson4</module>
<module>drools-lesson-pojo</module>
</modules>
<build>
@ -84,4 +85,4 @@
</dependency>
</dependencies>
</project>
</project>