myMedisys/frmgitlab/mymedisys-master/mymedisys-master/development/pom.xml
2023-09-06 05:56:42 +05:30

50 lines
1.7 KiB
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.concept</groupId>
<artifactId>mymedisys</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Development Master POM</name>
<url>http://maven.apache.org</url>
<properties>
<build.path>/var/lib/jenkins/workspace</build.path>
<project.name>MyMEDISYS</project.name>
</properties>
<profiles>
<profile>
<id>all</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>core-utility</module>
<module>identity-management-system/identity-management-system-api</module>
<module>notification-alert-system/notification-alert-system-api</module>
<module>file-management-system/file-management-system-api</module>
<module>workflow-process-system/workflow-process-system-api</module>
<module>identity-management-system/identity-management-system</module>
<module>notification-alert-system/notification-alert-system</module>
<module>file-management-system/file-management-system</module>
<module>workflow-process-system/workflow-process-system</module>
<module>materialkit-webjar</module>
<module>backend/backend-api</module>
<module>report/report-api</module>
<module>report/report</module>
<module>backend/backend</module>
<module>frontend/frontend</module>
</modules>
</profile>
</profiles>
<build>
<plugins>
</plugins>
</build>
</project>