| POM: |
Show
hide
<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>
<groupId>com.seleniti.ioccommons</groupId>
<artifactId>ioccommons-extra-gwt-extensions</artifactId>
<packaging>jar</packaging>
<version>2.5.1.1</version>
<name>Tools and extensions classes for GWT 2.5.1 library</name>
<description>Some helper and tool classes extending GWT 2.5.1 library.</description>
<url>https://code.google.com/p/ioccommons/</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<developerConnection>scm:svn:https://ioccommons.googlecode.com/svn/trunk/libs/extra/ioc-commons-extra-gwt-extensions</developerConnection>
<connection>scm:svn:https://ioccommons.googlecode.com/svn/trunk/libs/extra/ioc-commons-extra-gwt-extensions</connection>
<url>https://ioccommons.googlecode.com/svn/trunk/libs/extra/ioc-commons-extra-gwt-extensions</url>
</scm>
<properties>
<checkoutDirectory>${basedir}/code</checkoutDirectory>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.5.1</gwtVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ioc-commons-version>1.1.2-SNAPSHOT</ioc-commons-version>
</properties>
<developers>
<developer>
<id />
<name>Jesús Lunar Pérez</name>
<email>lunarjchav@gmail.com</email>
<roles>
<role>owner</role>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<issueManagement>
<url>https://code.google.com/p/ioccommons/issues/list</url>
</issueManagement>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.8.1</version>
<configuration>
<connectionType>connection</connectionType>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<version>2.9</version>
<configuration>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version><!--$NO-MVN-MAN-VER$ -->
<configuration>
<tagBase>https://ioccommons.googlecode.com/svn/tags/libs/extra</tagBase>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>create</goal>
</goals>
</execution>
</executions>
<configuration>
<doCheck>false</doCheck>
<doUpdate>true</doUpdate>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Implementation-Build>${buildNumber}</Implementation-Build>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.googlecode.gwtmodernizr</groupId>
<artifactId>gwtmodernizr</artifactId>
<version>1.0.1</version>
<scope>system</scope>
<systemPath>${basedir}/gwt-user-libs/gwtmodernizr-1.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.seleniti.ioccommons</groupId>
<artifactId>ioc-commons-gwt-impl</artifactId>
<version>${ioc-commons-version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.seleniti.ioccommons</groupId>
<artifactId>ioc-commons-ext</artifactId>
<version>${ioc-commons-version}</version>
<optional>true</optional>
</dependency>
</dependencies>
<distributionManagement>
<!-- Repository for snapshots -->
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Nexus Snapshots Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<!-- Repository for releases -->
<repository>
<id>nexus-releases</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</project>
|