bw-wfmodules-calendar-engine-caldav
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.bedework.deploy</groupId>
<artifactId>bw-wfmodules-calendar-engine-caldav</artifactId>
<version>1.0.5</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">
<parent>
<artifactId>bw-wfmodules-calendar-engine</artifactId>
<groupId>org.bedework.deploy</groupId>
<version>1.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bw-wfmodules-calendar-engine-caldav</artifactId>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>org.bedework.caleng</groupId>
<artifactId>bw-calendar-engine-caldav</artifactId>
<version>${bw-calendar-engine.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.bedework</groupId>
<artifactId>bw-util-maven-deploy-wfmodule</artifactId>
<configuration>
<moduleName>org.bedework.calendar.engine.caldav</moduleName>
<noArtifact>true</noArtifact>
<jarResources>
<jarResource>
<groupId>org.bedework.caleng</groupId>
<artifactId>bw-calendar-engine-caldav</artifactId>
<version>${bw-calendar-engine.version}</version>
</jarResource>
</jarResources>
<moduleDependencies>
<moduleDependency>
<name>org.bedework.calendar.engine.impl</name>
</moduleDependency>
<moduleDependency>
<name>org.bedework.calendar.common.api.rw</name>
</moduleDependency>
<moduleDependency>
<name>org.bedework.calendar.common.convert</name>
</moduleDependency>
</moduleDependencies>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>