Skip to content

Commit

Permalink
#365 Fixed issue with modules and profiles (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Oct 3, 2024
1 parent a1176d3 commit bc830f0
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1191,24 +1191,15 @@
</pluginRepository>
</pluginRepositories>

<modules>
<module>core</module>
<module>modules</module>
<module>web</module>
</modules>
<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>core</module>
<module>modules</module>
<module>web</module>
</modules>
</profile>
<profile>
<id>all</id>
<modules>
<module>core</module>
<module>modules</module>
<module>web</module>
<module>cli</module>
</modules>
</profile>
Expand Down

0 comments on commit bc830f0

Please sign in to comment.