Author: amarkhel
Date: 2010-02-02 14:10:57 -0500 (Tue, 02 Feb 2010)
New Revision: 16400
Modified:
branches/community/3.3.X/pom.xml
Log:
https://jira.jboss.org/jira/browse/RFPL-324
Modified: branches/community/3.3.X/pom.xml
===================================================================
--- branches/community/3.3.X/pom.xml 2010-02-02 17:38:02 UTC (rev 16399)
+++ branches/community/3.3.X/pom.xml 2010-02-02 19:10:57 UTC (rev 16400)
@@ -3,7 +3,7 @@
<groupId>org.richfaces</groupId>
<artifactId>root</artifactId>
<packaging>pom</packaging>
- <name>Jboss RichFaces project</name>
+ <name>RichFaces project</name>
<version>3.3.3-SNAPSHOT</version>
<
url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
@@ -78,7 +78,7 @@
<name>org.ajax4jsf.test.checkXHTML.file</name>
<value>C:/m2.txt</value>
</property>-->
- <property>
+ <property>
<name>org.ajax4jsf.test.checkXHTML</name>
<value>true</value>
</property>
@@ -163,11 +163,18 @@
<system>JIRA</system>
<
url>http://jira.jboss.org/jira/browse/RF</url>
</issueManagement>
- <ciManagement>
- <system>cruisecontrol</system>
- </ciManagement>
<developers>
<developer>
+ <id>jbalunas</id>
+ <name>Jay Balunas</name>
+ <email>jbalunas(a)redhat.com</email>
+ <organization>RedHat Inc.</organization>
+ <roles>
+ <role>lead</role>
+ </roles>
+ <timezone>+5</timezone>
+ </developer>
+ <developer>
<id>alexsmirnov</id>
<name>Alexander Smirnov</name>
<email>alexsmirnov(a)exadel.com</email>
@@ -180,41 +187,83 @@
<timezone>-3</timezone>
</developer>
<developer>
- <id>ishabalov</id>
- <name>Igor Shabalov</name>
- <email>ishabalov(a)exadel.com</email>
+ <id>nbelayevsky</id>
+ <name>Nick Belyaevsky</name>
+ <email>nbelayevsky(a)exadel.com</email>
<organization>Exadel Inc.</organization>
<organizationUrl>http://www.exadel.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
- <timezone>+8</timezone>
+ <timezone>-2</timezone>
</developer>
<developer>
- <id>sergeysmirnov</id>
- <name>Sergey Smirnov</name>
- <email>sergeysmirnov(a)exadel.com</email>
+ <id>kmishin</id>
+ <name>Konstantin Mishin</name>
+ <email>kmishin(a)exadel.com</email>
<organization>Exadel Inc.</organization>
<organizationUrl>http://www.exadel.com</organizationUrl>
<roles>
- <role>architect</role>
<role>developer</role>
</roles>
- <timezone>+8</timezone>
+ <timezone>-2</timezone>
</developer>
<developer>
- <id>nbelayevsky</id>
- <name>Nik Belyaevsky</name>
- <email>nbelayevsky(a)exadel.com</email>
+ <id>abelevich</id>
+ <name>Anton Belevich</name>
+ <email>abelevich(a)exadel.com</email>
<organization>Exadel Inc.</organization>
<organizationUrl>http://www.exadel.com</organizationUrl>
<roles>
- <role>architect</role>
<role>developer</role>
</roles>
<timezone>-2</timezone>
</developer>
+ <developer>
+ <id>pyaschenko</id>
+ <name>Pavel Yaschenko</name>
+ <email>pyaschenko(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>developer</role>
+ </roles>
+ <timezone>-2</timezone>
+ </developer>
+ <developer>
+ <id>amarkhel</id>
+ <name>Andrey Markhel</name>
+ <email>amarkhel(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>developer</role>
+ </roles>
+ <timezone>-2</timezone>
+ </developer>
+ <developer>
+ <id>akolonitsky</id>
+ <name>Alex Kolonitsky</name>
+ <email>akolonitsky(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>developer</role>
+ </roles>
+ <timezone>-2</timezone>
+ </developer>
+ <developer>
+ <id>ishaikovsky</id>
+ <name>Ilya Shaikovsky</name>
+ <email>ishaikovsky(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>developer</role>
+ </roles>
+ <timezone>-2</timezone>
+ </developer>
</developers>
<licenses>
<license>
@@ -252,32 +301,6 @@
</modules>
</profile>
<profile>
- <id>eclipse-custom-templates</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <groupId>org.apache.maven.plugins</groupId>
- <configuration>
- <additionalConfig>
- <file>
- <name>
- .settings/org.eclipse.jdt.ui.prefs
- </name>
- <content>
- <![CDATA[
- eclipse.preferences.version=1
- org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0"
encoding\="UTF-8" standalone\="no"?><templates><template
autoinsert\="false" context\="typecomment_context"
deleted\="false" description\="Comment for created types"
enabled\="true"
id\="org.eclipse.jdt.ui.text.codetemplates.typecomment"
name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br
/>\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since
${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n
*/\r\n</template><template autoinsert\="false"
context\="filecomment_context" deleted\="false"
description\="Comment for created Java files" enabled\="true"
id\="org.eclipse.jdt.ui.text.codetemplates.filecomment"
name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n * JBoss RichFaces
- Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This
library is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version
2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed
in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the
implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have
received a copy of the GNU Lesser General Public\r\n * License along with this library; if
not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
- ]]>
- </content>
- </file>
- </additionalConfig>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>clover</id>
<build>
<plugins>
@@ -331,109 +354,5 @@
</plugins>
</reporting>
</profile>
- <profile>
- <id>beet</id>
- <activation>
- <property>
- <name>mangelWurzel</name>
- </property>
- </activation>
- <pluginRepositories>
- <pluginRepository>
- <id>Codehaus Snapshots</id>
- <
url>http://snapshots.repository.codehaus.org/</url>
- </pluginRepository>
- </pluginRepositories>
- <build>
-
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>dashboard-maven-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
- <configuration>
- <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
- <driverClass>org.postgresql.Driver</driverClass>
- <username>${dashboard.username}</username>
- <password>${dashboard.password}</password>
- </configuration>
- <dependencies>
- <dependency>
- <!-- to override commons-logging in Hibernate library dependancy -->
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
-
- </build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <configLocation>src/main/reports/exadel-checks.xml</configLocation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <rulesets>
- <ruleset>src/main/reports/PMDExadelRuleSet.xml</ruleset>
- </rulesets>
- <targetJdk>1.5</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>dashboard-maven-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>1.2</version>
- <configuration>
- <xmlOutput>true</xmlOutput>
- <onlyAnalyze>org.richfaces.-, org.ajax4jsf.-</onlyAnalyze>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <configuration>
- <tags>
- <tag>@fixme</tag>
- <tag>FIXME</tag>
- <tag>@todo</tag>
- <tag>TODO</tag>
- </tags>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- <version>2.0-beta-2</version>
- </plugin>
- </plugins>
- </reporting>
- <distributionManagement>
- <site>
- <url>${mangelWurzel}</url>
- </site>
- </distributionManagement>
- </profile>
</profiles>
</project>