module
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>module</artifactId>
<version>10.5.1</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">
<parent>
<groupId>uk.org.retep</groupId>
<artifactId>retepMicroKernel</artifactId>
<version>10.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>module</artifactId>
<version>10.5.1</version>
<packaging>jar</packaging>
<name>retepMicroKernel Module</name>
<description>
The Module API. If used this artifact should be used with the scope
of "provided" as at runtime it is included within the Bootstrap.
It allows a 'module' to run at the same level as the main spring kernel.
</description>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
</plugins>
</build>
</project>