Showing
1 changed file
with
44 additions
and
0 deletions
pom.xml
0 → 100644
1 | +<?xml version="1.0"?> | ||
2 | +<project> | ||
3 | + <parent> | ||
4 | + <artifactId>ui</artifactId> | ||
5 | + <groupId>org.richfaces.sandbox</groupId> | ||
6 | + <version>3.3.3.Final</version> | ||
7 | + </parent> | ||
8 | + <modelVersion>4.0.0</modelVersion> | ||
9 | + <groupId>org.richfaces.sandbox.ui</groupId> | ||
10 | + <artifactId>notify</artifactId> | ||
11 | + <name>notify</name> | ||
12 | + <build> | ||
13 | + <plugins> | ||
14 | + <plugin> | ||
15 | + <groupId>org.richfaces.cdk</groupId> | ||
16 | + <artifactId>maven-cdk-plugin</artifactId> | ||
17 | + <version>${project.version}</version> | ||
18 | + <executions> | ||
19 | + <execution> | ||
20 | + <phase>generate-sources</phase> | ||
21 | + <goals> | ||
22 | + <goal>generate</goal> | ||
23 | + </goals> | ||
24 | + </execution> | ||
25 | + </executions> | ||
26 | + <configuration> | ||
27 | + <library> | ||
28 | + <prefix>org.richfaces.ui</prefix> | ||
29 | + <taglib> | ||
30 | + <shortName>notify</shortName> | ||
31 | + </taglib> | ||
32 | + </library> | ||
33 | + </configuration> | ||
34 | + </plugin> | ||
35 | + </plugins> | ||
36 | + </build> | ||
37 | + <dependencies> | ||
38 | + <dependency> | ||
39 | + <groupId>org.richfaces.framework</groupId> | ||
40 | + <artifactId>richfaces-impl</artifactId> | ||
41 | + <version>${project.version}</version> | ||
42 | + </dependency> | ||
43 | + </dependencies> | ||
44 | +</project> |
Please
register
or
login
to post a comment