wng
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sourceforge.wurfl</groupId>
<artifactId>wng</artifactId>
<version>1.0.1-rc2</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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.wurfl</groupId>
<artifactId>wng</artifactId>
<version>1.0.1-rc2</version>
<name>Wall NG</name>
<description>
Just like WALL enabled the shift from WML to XHTML MP
back
in 2003, WNG is
the shift that will let you build great CSS-rich
pages,
while
supporting legacy XHTML devices which are still dominant
in most
markets.
</description>
<url>http://dev.wurflpro.com/projects/wng</url>
<inceptionYear>2008</inceptionYear>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/gpl-2.0.txt
</url>
<distribution>repo</distribution>
<comments>Read the COPYING file</comments>
</license>
</licenses>
<mailingLists>
<mailingList>
<name>wmlprogramming</name>
<post>wmlprogramming@yahoogroups.com</post>
<archive>http://tech.groups.yahoo.com/group/wmlprogramming/messages
</archive>
</mailingList>
</mailingLists>
<issueManagement>
<system>Trac</system>
<url>http://dev.wurflpro.com/projects/wng</url>
</issueManagement>
<ciManagement>
<system>hudson</system>
<url>http://dev.wurflpro.com/hudson/job/wng-trunk/</url>
<notifiers>
<notifier>
<configuration>
<address>asres.fantayeneh@wurflpro.it</address>
</configuration>
</notifier>
<notifier>
<configuration>
<address>filippo.deluca@wurflpro.it</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<organization>
<name>WURFL-Pro srl</name>
<url>http://www.wurflpro.com</url>
</organization>
<developers>
<developer>
<id>luca.passani</id>
<name>Luca Passani</name>
<email>luca.passani@wurflpro.it</email>
<organization>WURFL-Pro Srl</organization>
<roles>
<role>Project Manager</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>asres.fantayeneh</id>
<name>Asres Gizaw Fantayeneh</name>
<email>asres.fantayeneh@wurflpro.it
</email>
<organization>WURFL-Pro Srl</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>filippo.deluca</id>
<name>Filippo De Luca</name>
<email>filippo.deluca@wurflpro.it</email>
<organization>WURFL-Pro Srl</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>tommaso.teofili</id>
<name>Tommaso Teofili</name>
<organization>WURFL-Pro Srl</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>
scm:svn:https://dev.wurflpro.com/svn/wurflpro/wng/core/tags/wng-1.0.1-rc2
</connection>
<developerConnection>
scm:svn:https://dev.wurflpro.com/svn/wurflpro/wng/core/tags/wng-1.0.1-rc2
</developerConnection>
<url>https://dev.wurflpro.com/svn/wurflpro/wng/core/tags/wng-1.0.1-rc2</url>
</scm>
<distributionManagement>
<repository>
<id>public-releases.wurflpro.com</id>
<name>WURFL-Pro Public Repository</name>
<url>
http://dev.wurflpro.com/nexus/content/repositories/public-releases/
</url>
</repository>
<snapshotRepository>
<id>public-snapshots.wurflpro.com</id>
<name>WURFL-Pro Public Snapshot Repository</name>
<url>
http://dev.wurflpro.com/nexus/content/repositories/public-snapshot/
</url>
</snapshotRepository>
<site>
<id>site.wurflpro.com</id>
<url>scp://dev.wurflpro.com/var/www/dev.wurflpro.com/maven/wng</url>
</site>
</distributionManagement>
<properties>
<slf4jVersion>1.5.5</slf4jVersion>
</properties>
<dependencies>
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4jVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<scope>test</scope>
</dependency>
<!-- WURFL -->
<dependency>
<groupId>net.sourceforge.wurfl</groupId>
<artifactId>wurfl</artifactId>
<version>1.0.1</version>
</dependency>
<!-- Java -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent
</artifactId>
<version>3.0</version>
</dependency>
<!-- Commons -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-chain</groupId>
<artifactId>commons-chain</artifactId>
<version>1.2</version>
</dependency>
<!-- Template -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.7</version>
</dependency>
<!-- TEST -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.7</version>
<classifier>jdk14</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3</version>
<configuration>
<source>1.4</source>
<target>1.4</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/testng/unit-test.xml
</suiteXmlFile>
<suiteXmlFile>src/test/resources/testng/func-test.xml
</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<configuration>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.6.0</version>
<configuration>
<header>src/main/etc/header.txt</header>
<properties>
<years>${project.inceptionYear}-2009
</years>
<organization.name>${project.organization.name}
</organization.name>
</properties>
<mapping>
<!-- use default
<java>SLASHSTAR_STYLE</java>
-->
</mapping>
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.1</version>
<configuration>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-clover-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.3</version>
<configuration>
<tracUser>maven</tracUser>
<tracPassword>mavenwurfl</tracPassword>
<query>status=closed&order=priority&component=core&version=1.0&milestone=${project.version}</query>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<threshold>Normal</threshold>
</configuration>
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>source</id>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin
</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>src</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>ant</id>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin
</artifactId>
<executions>
<execution>
<id>assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptors>
<descriptor>src/main/assembly/ant.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>