apps
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.joynr.javascript</groupId>
<artifactId>apps</artifactId>
<version>0.14.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>apps</artifactId>
<groupId>io.joynr.javascript</groupId>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>joynr JavaScript Apps</description>
<parent>
<groupId>io.joynr</groupId>
<artifactId>javascript</artifactId>
<version>0.14.3</version>
</parent>
<modules>
<module>radio</module>
</modules>
<build>
<sourceDirectory>src/main/webapp</sourceDirectory>
<testSourceDirectory>src/test/resources</testSourceDirectory>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
</testResources>
</build>
</project>