root
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ligoj.app</groupId>
<artifactId>root</artifactId>
<version>3.2.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.ligoj.parent</groupId> <artifactId>project</artifactId> <version>17.0.0</version> <relativePath /> </parent> <groupId>org.ligoj.app</groupId> <artifactId>root</artifactId> <version>3.2.3</version> <packaging>pom</packaging> <name>Ligoj - Application</name> <description>Ligoj - Landing page of your team</description> <url>https://github.com/ligoj/ligoj</url> <modules> <module>app-api</module> <module>app-ui</module> </modules> <scm> <connection>scm:git:https://github.com/ligoj/ligoj.git</connection> <developerConnection>scm:git:https://github.com/ligoj/ligoj.git</developerConnection> <url>https://github.com/ligoj/ligoj</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/ligoj/ligoj</url> </issueManagement> <ciManagement> <system>Travis</system> <url>https://travis-ci.com/ligoj/ligoj</url> </ciManagement> <profiles> <profile> <id>github</id> <distributionManagement> <repository> <id>github-ligoj</id> <name>GitHub Packages</name> <url>https://maven.pkg.github.com/ligoj/ligoj</url> </repository> </distributionManagement> </profile> </profiles> </project>