google-calendar-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.customware.confluence.plugin.google.calendar</groupId> <artifactId>google-calendar-plugin</artifactId> <version>4.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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.servicerocket</groupId> <artifactId>servicerocket-oss</artifactId> <version>5</version> <relativePath /> </parent> <groupId>net.customware.confluence.plugin.google.calendar</groupId> <artifactId>google-calendar-plugin</artifactId> <version>4.2.0</version> <packaging>atlassian-plugin</packaging> <name>Google Calendar</name> <description>Creates Google Calendar links in Confluence.</description> <url>http://wiki.customware.net/repository/display/AtlassianPlugins/Google+Calendar+Plugin</url> <scm> <connection>scm:git:git@bitbucket.org:servicerocket/google-calendar-plugin.git</connection> <developerConnection>scm:git:git@bitbucket.org:servicerocket/google-calendar-plugin.git</developerConnection> <url>https://bitbucket.org/servicerocket/google-calendar-plugin</url> <tag>4.2.0</tag> </scm> <repositories> <repository> <id>sonatype.oss</id> <url>https://oss.sonatype.org/content/repositories/releases/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>sonatype.oss.snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </snapshots> </repository> </repositories> <properties> <project.build.sourceRootDirectory>${project.basedir}/plugin/src/main</project.build.sourceRootDirectory> <atlassian.plugin.key>net.customware.confluence.plugin.google.calendar</atlassian.plugin.key> <atlassian.plugin.name>Google Calendar</atlassian.plugin.name> <amps.version>6.1.2</amps.version> <platform.name>confluence</platform.name> <platform.minVersion>5.7</platform.minVersion> <platform.maxVersion>6.0.3</platform.maxVersion> <confluence.version>${platform.minVersion}</confluence.version> <confluence.data.version>${confluence.version}</confluence.data.version> <hamcrest.version>1.3</hamcrest.version> <mockito.version>1.9.5</mockito.version> <junit.version>4.11</junit.version> <atlassian-webdriver-core.version>2.4.6</atlassian-webdriver-core.version> <confluence.stateless.version>2.5.0</confluence.stateless.version> <confluence-test-utils.version>3.2.3</confluence-test-utils.version> <confluence-webdriver-pageobjects.version>4.1.17</confluence-webdriver-pageobjects.version> <common-exec.version>1.3</common-exec.version> <guava.version>19.0</guava.version> <httpclient.version>4.5.1</httpclient.version> <sonar.exclusions>parent,plugin-compat</sonar.exclusions> </properties> <dependencies> <dependency> <groupId>com.atlassian.confluence</groupId> <artifactId>confluence</artifactId> <version>${confluence.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.atlassian.confluence.rest</groupId> <artifactId>confluence-rest-plugin</artifactId> <version>${confluence.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.atlassian.confluence</groupId> <artifactId>atlassian-confluence-pageobjects</artifactId> <version>${confluence.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> </exclusion> <exclusion> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.atlassian.selenium</groupId> <artifactId>atlassian-webdriver-core</artifactId> <version>${atlassian-webdriver-core.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.atlassian.confluence</groupId> <artifactId>confluence-webdriver-support</artifactId> <version>${confluence.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>com.atlassian.confluence</groupId> <artifactId>confluence-not-shippable</artifactId> </exclusion> <exclusion> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.atlassian.confluence</groupId> <artifactId>confluence-stateless-test-runner</artifactId> <version>${confluence.stateless.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.atlassian.confluence</groupId> <artifactId>confluence-test-utils</artifactId> <version>${confluence-test-utils.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.atlassian.confluence</groupId> <artifactId>confluence-webdriver-pageobjects</artifactId> <version>${confluence-webdriver-pageobjects.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-exec</artifactId> <version>${common-exec.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>${hamcrest.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>${mockito.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>com.atlassian.maven.plugins</groupId> <artifactId>maven-confluence-plugin</artifactId> <version>${amps.version}</version> <extensions>true</extensions> <configuration> <productVersion>${confluence.version}</productVersion> <productDataVersion>${confluence.version}</productDataVersion> <testResourcesVersion>${confluence.version}</testResourcesVersion> <installPlugin>true</installPlugin> <jvmArgs>-Djava.awt.headless=true -Dconfluence.devmode=true</jvmArgs> <products> <product> <id>confluence</id> <instanceId>confluence</instanceId> <version>${confluence.version}</version> </product> </products> <instructions> <Bundle-SymbolicName>${atlassian.plugin.key}</Bundle-SymbolicName> <Bundle-Name>${project.name}</Bundle-Name> <Bundle-Description>${project.description}</Bundle-Description> <Bundle-Version>${project.version}</Bundle-Version> <Export-Package /> <Private-Package /> <Import-Package> com.atlassian.confluence.*;version="[4,7)", org.apache.commons.lang.*, *;resolution:=optional, </Import-Package> <Spring-Context>*;timeout:=60</Spring-Context> <CONF_COMM /> </instructions> <testGroups> <testGroup> <id>google-calendar-it</id> <productIds> <productId>confluence</productId> </productIds> <includes> <include>it/**/*.java</include> </includes> </testGroup> </testGroups> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> <exclude>it/**/*</exclude> </excludes> </configuration> </plugin> <plugin> <!-- Use Maven Resource Plugin version 2.6 since the latest version introduce an error that might be related to https://bugzilla.redhat.com/show_bug.cgi?id=1077375 It's also a good practice to always specify version for each plugin used and don't depends on Maven to resolve the version automatically. --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> </plugin> </plugins> </build> <profiles> <profile> <id>sr-confluence-compat</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>enforce-java</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>1.8</version> </requireJavaVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>com.atlassian.maven.plugins</groupId> <artifactId>maven-confluence-plugin</artifactId> <version>6.2.1</version> <configuration> <containerId>tomcat7x</containerId> </configuration> </plugin> </plugins> </build> <properties> <confluence.version>${platform.maxVersion}</confluence.version> </properties> </profile> </profiles> </project>