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