bernard
authored
2010-10-29 07:04:59 +0000
1
<?xml version="1.0"?>
bernard
authored
2012-01-25 10:17:17 +0000
2
<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" >
bernard
authored
2010-10-29 07:04:59 +0000
3
4
<parent>
<artifactId> ui</artifactId>
bernard
authored
2012-01-25 10:16:38 +0000
5
6
<groupId> org.richfaces</groupId>
<version> 3.3.3.Final</version>
bernard
authored
2010-10-29 07:04:59 +0000
7
</parent>
bernard
authored
2012-01-25 10:16:38 +0000
8
bernard
authored
2010-10-29 07:04:59 +0000
9
10
11
<modelVersion> 4.0.0</modelVersion>
<groupId> org.richfaces.sandbox.ui</groupId>
<artifactId> focus</artifactId>
bernard
authored
2012-01-25 10:17:17 +0000
12
<version> 3.3.4.B1</version>
bernard
authored
2010-10-29 07:04:59 +0000
13
<name> focus</name>
bernard
authored
2012-01-25 10:16:38 +0000
14
bernard
authored
2010-10-29 07:04:59 +0000
15
16
17
18
19
<build>
<plugins>
<plugin>
<groupId> org.richfaces.cdk</groupId>
<artifactId> maven-cdk-plugin</artifactId>
bernard
authored
2012-01-25 10:16:38 +0000
20
<version> ${richfaces.version}</version>
bernard
authored
2010-10-29 07:04:59 +0000
21
22
23
24
25
26
27
28
29
30
<executions>
<execution>
<phase> generate-sources</phase>
<goals>
<goal> generate</goal>
</goals>
</execution>
</executions>
<configuration>
<library>
bernard
authored
2012-01-25 10:16:38 +0000
31
<prefix> org.richfaces.sandbox.ui</prefix>
bernard
authored
2010-10-29 07:04:59 +0000
32
33
<taglib>
<shortName> focus</shortName>
bernard
authored
2010-12-06 07:45:21 +0000
34
<uri> http://richfaces.org/sandbox/focus</uri>
bernard
authored
2010-10-29 07:04:59 +0000
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
</taglib>
</library>
</configuration>
</plugin>
<plugin>
<artifactId> maven-compiler-plugin</artifactId>
<inherited> true</inherited>
<configuration>
<source> 1.5</source>
<target> 1.5</target>
<encoding> ${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId> org.apache.maven.plugins</groupId>
<artifactId> maven-resources-plugin</artifactId>
<version> 2.2</version>
<configuration>
<encoding> ${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId> org.richfaces.framework</groupId>
<artifactId> richfaces-impl</artifactId>
bernard
authored
2012-01-25 10:16:38 +0000
62
<version> ${richfaces.version}</version>
bernard
authored
2010-10-29 07:04:59 +0000
63
64
</dependency>
</dependencies>
bernard
authored
2012-01-25 10:16:38 +0000
65
bernard
authored
2010-10-29 07:04:59 +0000
66
67
<properties>
<project.build.sourceEncoding> UTF-8</project.build.sourceEncoding>
bernard
authored
2012-01-25 10:16:38 +0000
68
<richfaces.version> 3.3.3.Final</richfaces.version>
bernard
authored
2010-10-29 07:04:59 +0000
69
</properties>
bernard
authored
2012-01-25 10:16:38 +0000
70
71
<scm>
bernard
authored
2012-01-25 10:17:17 +0000
72
73
74
<developerConnection> scm:svn:https://it-crowd.com.pl/svn/richfaces/tags/focus-3.3.4.B1</developerConnection>
<url> https://it-crowd.com.pl/svn/richfaces/tags/focus-3.3.4.B1</url>
<connection> scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/focus-3.3.4.B1</connection>
bernard
authored
2012-01-25 10:16:38 +0000
75
76
</scm>
bernard
authored
2010-12-17 07:55:59 +0000
77
<distributionManagement>
bernard
authored
2012-01-25 10:16:38 +0000
78
79
80
81
82
<repository>
<id> it-crowd.com.pl</id>
<name> IT Crowd Company Internal Repository</name>
<url> http://artifactory.it-crowd.com.pl/libs-release-local</url>
</repository>
bernard
authored
2011-03-15 21:10:42 +0000
83
<snapshotRepository>
bernard
authored
2012-01-25 10:16:38 +0000
84
85
86
<id> it-crowd.com.pl</id>
<name> IT Crowd Company Internal Repository</name>
<url> http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
bernard
authored
2011-03-15 21:10:42 +0000
87
</snapshotRepository>
bernard
authored
2010-12-17 07:55:59 +0000
88
89
</distributionManagement>
bernard
authored
2010-06-07 20:29:22 +0000
90
</project>