flapi-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.unquietcode.tools.flapi</groupId>
<artifactId>flapi-runtime</artifactId>
<version>2.0</version>
</dependency><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>
<parent>
<groupId>com.unquietcode.tools.flapi</groupId>
<artifactId>flapi-parent</artifactId>
<version>2.0</version>
<relativePath>../flapi-parent/pom.xml</relativePath>
</parent>
<artifactId>flapi-runtime</artifactId>
<packaging>jar</packaging>
<name>flapi-runtime</name>
<description>Flapi runtime classes</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<source.package>unquietcode/tools/flapi/runtime</source.package>
</properties>
<build>
<resources>
<resource>
<directory>src/main/java/${source.package}</directory>
<includes>
<include>*.java</include>
<include>*.class</include>
</includes>
<targetPath>sources/${source.package}</targetPath>
</resource>
</resources>
</build>
</project>