Commit c2dd5150cdd9e6646417083d0a4acf44f5f8cefc
1 parent
1a44c66c
Restructuring repo to match branches/tags/trunk.
Showing
1 changed file
with
18 additions
and
0 deletions
pom.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
3 | + xmlns="http://maven.apache.org/POM/4.0.0" | ||
4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
5 | + <modelVersion>4.0.0</modelVersion> | ||
6 | + <groupId>org.richfaces.sandbox</groupId> | ||
7 | + <artifactId>bernard-aggregator</artifactId> | ||
8 | + <version>3.3.4-SNAPSHOT</version> | ||
9 | + <packaging>pom</packaging> | ||
10 | + <name>bernard-aggregator</name> | ||
11 | + | ||
12 | + <modules> | ||
13 | + <module>ui</module> | ||
14 | + <module>samples</module> | ||
15 | + </modules> | ||
16 | + | ||
17 | +</project> | ||
18 | + |
Please
register
or
login
to post a comment