sub-project rename, added velocity (unfihsed) + config api and the velocity implemntation of the config
This commit is contained in:
28
pom.xml
28
pom.xml
@@ -9,9 +9,29 @@
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<modules>
|
||||
<module>agl-api</module>
|
||||
<module>agl-velocity</module>
|
||||
<module>gal-api</module>
|
||||
<module>gal-velocity</module>
|
||||
</modules>
|
||||
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<configuration>
|
||||
<target>17</target>
|
||||
<source>17</source>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<properties>
|
||||
<project-version>${project.version}</project-version>
|
||||
</properties>
|
||||
</project>
|
||||
Reference in New Issue
Block a user