1 <?xml version="1.0" encoding="UTF-8"?>
4 * This is a utility project for wide range of applications
6 * Copyright (C) 2008 Imran M Yousuf (imyousuf@smartitengineering.com)
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 3 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 <modelVersion>4.0.0</modelVersion>
26 <groupId>com.smartitengineering</groupId>
27 <artifactId>smart-core</artifactId>
28 <version>0.1-SNAPSHOT</version>
30 <groupId>com.smartitengineering</groupId>
31 <artifactId>smart-util</artifactId>
32 <packaging>pom</packaging>
33 <version>0.2-SNAPSHOT</version>
34 <name>smart-util</name>
35 <inceptionYear>2009</inceptionYear>
37 This project basically aims to create Utility libraries for wide range
40 <url>http://code.google.com/p/smart-util/</url>
42 <name>Smart IT Engineering</name>
43 <url>http://www.smartitengineering.com</url>
46 <system>Google Code Issue Tracker</system>
47 <url>http://code.google.com/p/smart-util/issues/</url>
51 <name>Mailing List</name>
52 <archive>http://groups.google.com/group/smart-util</archive>
53 <post>smart-util@googlegroups.com</post>
59 <distribution>repo and manual</distribution>
60 <url>http://www.gnu.org/licenses/lgpl.html</url>
66 <name>Imran M Yousuf</name>
67 <email>imyousuf@smartitengineering.com</email>
68 <organization>Smart IT Engineering</organization>
69 <timezone>GMT +0600</timezone>
71 <role>Project Owner</role>
72 <role>Developer</role>
73 <role>Maintainer</role>
78 <connection>scm:git:git://github.com/imyousuf/smart-util.git</connection>
80 <distributionManagement>
81 <!-- deploy site here -->
83 <id>smartit-googlecode</id>
84 <name>Smart IT Engineering GoogleCode repository</name>
85 <url>svn:https://imyousuf@smart-it.googlecode.com/svn/maven2/site/util</url>
87 </distributionManagement>
92 <groupId>org.apache.maven.plugins</groupId>
93 <artifactId>maven-surefire-plugin</artifactId>
94 <inherited>true</inherited>
97 <id>integration-tests</id>
98 <phase>integration-test</phase>
99 <inherited>true</inherited>
105 <include>**/*IT*.java</include>
112 <groupId>org.apache.maven.plugins</groupId>
113 <artifactId>maven-compiler-plugin</artifactId>
114 <inherited>true</inherited>
121 <groupId>org.apache.maven.plugins</groupId>
122 <artifactId>maven-javadoc-plugin</artifactId>
123 <inherited>true</inherited>
125 <attach>true</attach>
130 <phase>install</phase>
131 <inherited>true</inherited>
139 <groupId>org.apache.maven.plugins</groupId>
140 <artifactId>maven-source-plugin</artifactId>
141 <inherited>true</inherited>
143 <attach>true</attach>
147 <id>attach-sources</id>
148 <phase>verify</phase>
149 <inherited>true</inherited>
160 <groupId>org.apache.maven.plugins</groupId>
161 <artifactId>maven-source-plugin</artifactId>
164 <groupId>org.apache.maven.plugins</groupId>
165 <artifactId>maven-javadoc-plugin</artifactId>
168 <groupId>org.apache.maven.plugins</groupId>
169 <artifactId>maven-compiler-plugin</artifactId>
172 <groupId>org.apache.maven.plugins</groupId>
173 <artifactId>maven-surefire-plugin</artifactId>
178 <module>smart-bean-util</module>
179 <module>simple-util</module>
180 <module>smart-bean-spring-util</module>
181 <module>rest</module>