bernard
authored
2010-06-07 20:28:11 +0000
1
<?xml version="1.0" encoding="UTF-8"?>
bernard
authored
2012-01-25 10:27:06 +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/xsd/maven-4.0.0.xsd" >
bernard
authored
2010-06-07 20:28:11 +0000
3
4
<parent>
<artifactId> ui</artifactId>
bernard
authored
2012-01-25 10:26:16 +0000
5
6
<groupId> org.richfaces</groupId>
<version> 3.3.3.Final</version>
bernard
authored
2010-06-07 20:28:11 +0000
7
</parent>
bernard
authored
2012-01-25 10:26:16 +0000
8
9
<modelVersion> 4.0.0</modelVersion>
bernard
authored
2010-06-07 20:28:11 +0000
10
11
<groupId> org.richfaces.sandbox.ui</groupId>
<artifactId> schedule</artifactId>
bernard
authored
2012-01-25 10:27:06 +0000
12
<version> 3.3.4.B1</version>
bernard
authored
2010-06-07 20:28:11 +0000
13
<name> schedule</name>
bernard
authored
2012-01-25 10:26:16 +0000
14
bernard
authored
2010-06-07 20:28:11 +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:26:16 +0000
20
<version> ${richfaces.version}</version>
bernard
authored
2010-06-07 20:28:11 +0000
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<executions>
<execution>
<phase> generate-sources</phase>
<goals>
<goal> generate</goal>
</goals>
</execution>
<execution>
<id> generate-test-sources</id>
<phase> generate-test-sources</phase>
<goals>
<goal> generate-tests</goal>
</goals>
</execution>
</executions>
<configuration>
<library>
bernard
authored
2012-01-25 10:26:16 +0000
38
<prefix> org.richfaces.sandbox.ui</prefix>
bernard
authored
2010-06-07 20:28:11 +0000
39
40
<taglib>
<shortName> schedule</shortName>
bernard
authored
2010-12-06 07:45:20 +0000
41
<uri> http://richfaces.org/sandbox/schedule</uri>
bernard
authored
2010-06-07 20:28:11 +0000
42
43
44
45
46
47
48
49
50
51
52
</taglib>
</library>
</configuration>
</plugin>
<plugin>
<groupId> org.apache.maven.plugins</groupId>
<artifactId> maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name> displayedDaysForMonthViewCalculationTestData</name>
bernard
authored
2010-07-16 20:49:35 +0000
53
54
<value> ${basedir}/src/test/resources/displayedDaysForMonthViewCalculationTestData.txt
</value>
bernard
authored
2010-06-07 20:28:11 +0000
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
</property>
<property>
<name> displayedDaysForWeekViewCalculationTestData</name>
<value> ${basedir}/src/test/resources/displayedDaysForWeekViewCalculationTestData.txt</value>
</property>
<property>
<name> displayedDaysForDayViewCalculationTestData</name>
<value> ${basedir}/src/test/resources/displayedDaysForDayViewCalculationTestData.txt</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId> org.richfaces.framework</groupId>
<artifactId> richfaces-impl</artifactId>
bernard
authored
2012-01-25 10:26:16 +0000
73
<version> ${richfaces.version}</version>
bernard
authored
2010-06-07 20:28:11 +0000
74
75
</dependency>
</dependencies>
bernard
authored
2012-01-25 10:26:16 +0000
76
77
78
79
80
81
82
<properties>
<project.build.sourceEncoding> UTF-8</project.build.sourceEncoding>
<richfaces.version> 3.3.3.Final</richfaces.version>
</properties>
<scm>
bernard
authored
2012-01-25 10:27:06 +0000
83
84
85
<developerConnection> scm:svn:https://it-crowd.com.pl/svn/richfaces/tags/schedule-3.3.4.B1</developerConnection>
<url> https://it-crowd.com.pl/svn/richfaces/tags/schedule-3.3.4.B1</url>
<connection> scm:svn:https://it-crowd.com.pl/svn/richfaces/tags/schedule-3.3.4.B1</connection>
bernard
authored
2012-01-25 10:26:16 +0000
86
87
</scm>
bernard
authored
2010-12-17 07:55:58 +0000
88
<distributionManagement>
bernard
authored
2012-01-25 10:26:16 +0000
89
90
91
92
93
<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
94
<snapshotRepository>
bernard
authored
2012-01-25 10:26:16 +0000
95
96
97
<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
98
</snapshotRepository>
bernard
authored
2010-12-17 07:55:58 +0000
99
100
</distributionManagement>
bernard
authored
2010-06-07 20:28:11 +0000
101
</project>