ovea
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ovea</groupId> <artifactId>ovea</artifactId> <version>3</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> <groupId>com.ovea</groupId> <artifactId>ovea</artifactId> <version>3</version> <packaging>pom</packaging> <name>ovea-pom</name> <description>Master POM of Ovea projects</description> <inceptionYear>2011</inceptionYear> <url>http://github.com/Ovea/${project.name}</url> <properties> <jdk.version>1.6</jdk.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <connection>scm:git:git@github.com:Ovea/${project.name}.git</connection> <developerConnection>scm:git:git@github.com:Ovea/${project.name}.git</developerConnection> <url>http://github.com/Ovea/${project.name}</url> </scm> <organization> <name>Ovea</name> <url>http://www.ovea.com/</url> </organization> <developers> <developer> <id>altus34</id> <name>David Avenante</name> <email>d.avenante@ovea.com</email> <organization>Ovea</organization> <organizationUrl>http://www.ovea.com/</organizationUrl> <timezone>-5</timezone> <roles> <role>developer</role> </roles> </developer> <developer> <id>mathieucarbou</id> <name>Mathieu Carbou</name> <email>m.carbou@ovea.com</email> <organization>Ovea</organization> <organizationUrl>http://www.ovea.com/</organizationUrl> <timezone>-5</timezone> <roles> <role>developer</role> </roles> </developer> <developer> <id>s.parisot</id> <name>Stephanie Parisot</name> <email>s.parisot@ovea.com</email> <organization>Ovea</organization> <organizationUrl>http://www.ovea.com/</organizationUrl> <timezone>-5</timezone> <roles> <role>documentation</role> </roles> </developer> </developers> <ciManagement> <system>hudson</system> <url>http://build.intradev.ovea.com/hudson/</url> </ciManagement> <issueManagement> <system>github</system> <url>http://github.com/Ovea/${project.name}/issues</url> </issueManagement> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <distributionManagement> <repository> <id>ovea-oss-staging</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ovea-oss-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> <uniqueVersion>false</uniqueVersion> </snapshotRepository> </distributionManagement> <build> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav</artifactId> <version>1.0-beta-2</version> </extension> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> <version>1.0-beta-7</version> </extension> </extensions> <pluginManagement> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>1.0-beta-1</version> <configuration> <rules> <requireMavenVersion> <version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version> <message> Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. </message> </requireMavenVersion> </rules> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> </configuration> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <configuration> <useAgent>false</useAgent> <keyname>F82FA7FE</keyname> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.1</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> <version>2.1.1</version> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> </plugin> <plugin> <artifactId>maven-jarsigner-plugin</artifactId> <version>1.2</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <source>${jdk.version}</source> <encoding>UTF-8</encoding> <maxmemory>1g</maxmemory> <links> <link>http://java.sun.com/javase/6/docs/api/</link> <link>http://java.sun.com/javaee/5/docs/api</link> </links> </configuration> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>2.4.1</version> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>1.4</version> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.1.0</version> </plugin> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <version>1.9.0</version> <configuration> <header>https://github.com/Ovea/testatoo-license/raw/master/LICENSE</header> <strictCheck>true</strictCheck> <properties> <owner>Ovea</owner> <year>${project.inceptionYear}</year> <email>dev@ovea.com</email> </properties> <excludes> <exclude>README</exclude> <exclude>src/test/resources/**</exclude> <exclude>**/*.ods</exclude> <exclude>**/.gitignore</exclude> <exclude>**/jndi.properties</exclude> <exclude>**/logging.properties</exclude> <exclude>**/*.js</exclude> <exclude>**/*.swf</exclude> <exclude>.idea/**</exclude> <exclude>**/*.md</exclude> <exclude>**/pom.xml.releaseBackup</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.6</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>2.1</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.6</version> </plugin> <plugin> <groupId>org.codehaus.groovy.maven</groupId> <artifactId>gmaven-plugin</artifactId> <version>1.0</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <outputDirectory>target/site</outputDirectory> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <source>${jdk.version}</source> <encoding>UTF-8</encoding> <maxmemory>1g</maxmemory> <links> <link>http://java.sun.com/javase/6/docs/api/</link> <link>http://java.sun.com/javaee/5/docs/api</link> </links> </configuration> </plugin> <plugin> <artifactId>maven-jxr-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.3</version> </plugin> </plugins> </reporting> </profile> </profiles> </project>