[jboss-cvs] repository.jboss.com/maven2/org/ajax4jsf/master/1.1.0 ...
Alexander Smirnov
asmirnov at exadel.com
Fri Mar 9 12:45:09 EST 2007
User: alexsmirnov
Date: 07/03/09 12:45:09
Added: maven2/org/ajax4jsf/master/1.1.0
master-1.1.0-site.xml.sha1 master-1.1.0.pom
master-1.1.0.pom.md5 master-1.1.0-site.xml
master-1.1.0-site.xml.md5 master-1.1.0.pom.sha1
Log:
Publish releases of the ajax4jsf 1.1.0 and RichFaces 3.0.0
Revision Changes Path
1.1 date: 2007/03/09 17:45:09; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/master/1.1.0/master-1.1.0-site.xml.sha1
Index: master-1.1.0-site.xml.sha1
===================================================================
c84d185aeb47d0a644a676930f24ce4b8260f792
1.1 date: 2007/03/09 17:45:09; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/master/1.1.0/master-1.1.0.pom
Index: master-1.1.0.pom
===================================================================
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.ajax4jsf</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<name>Ajax for Java Server faces core project</name>
<url>http://jboss.org/projects/jbossajax4jsf</url>
<licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
<comments>
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1
</comments>
</license>
</licenses>
<issueManagement>
<system>JIRA</system>
<url>http://jira.jboss.org/jira/browse/AJSF</url>
</issueManagement>
<developers>
<developer>
<id>alexsmirnov</id>
<name>Alexander Smirnov</name>
<email>alexsmirnov at exadel.com</email>
<organization>Exadel Inc.</organization>
<organizationUrl>http://www.exadel.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>-3</timezone>
</developer>
<developer>
<id>ishabalov</id>
<name>Igor Shabalov</name>
<email>ishabalov at exadel.com</email>
<organization>Exadel Inc.</organization>
<organizationUrl>http://www.exadel.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<id>sergeysmirnov</id>
<name>Sergey Smirnov</name>
<email>sergeysmirnov at exadel.com</email>
<organization>Exadel Inc.</organization>
<organizationUrl>http://www.exadel.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<distributionManagement>
<downloadUrl>
http://labs.jboss.com/portal/jbossajax4jsf/downloads
</downloadUrl>
<repository>
<id>releases-repository</id>
<uniqueVersion>false</uniqueVersion>
<url>${releaseRepository}</url>
</repository>
<snapshotRepository>
<id>snap-repository</id>
<uniqueVersion>true</uniqueVersion>
<url>${snapshotRepository}</url>
</snapshotRepository>
<site>
<id>ajax4jsf.website</id>
<name>Ajax4jsf Website</name>
<url>${site.ajax4jsf.org}</url>
</site>
</distributionManagement>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>maven-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>
https://maven-repository.dev.java.net/nonav/repository
</url>
<layout>legacy</layout>
</repository>
</repositories>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<quiet>true</quiet>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<xmlOutput>false</xmlOutput>
<threshold>Normal</threshold>
<effort>Max</effort>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<modules>
<module>framework</module>
<module>test</module>
<module>cdk</module>
</modules>
<profiles>
<profile>
<id>gwt</id>
<modules>
<module>gwtjsf</module>
</modules>
</profile>
<profile>
<id>trinidad</id>
<modules>
<module>a4j-trinidad</module>
</modules>
</profile>
<profile>
<id>seam</id>
<modules>
<module>a4j-seam</module>
</modules>
</profile>
<profile>
<id>portlet</id>
<modules>
<module>a4j-portlet</module>
</modules>
</profile>
<profile>
<id>assembly</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>true</index>
<manifest>
<addDefaultSpecificationEntries>
true
</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<mode>development</mode>
<Build-Number>${buildNumber}</Build-Number>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadoc</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-source</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<finalName>ajax4jsf-${version}</finalName>
<descriptors>
<descriptor>
src/main/assembly/distribution.xml
</descriptor>
<descriptor>
src/main/assembly/src.xml
</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<!--module>samples</module-->
</project>
1.1 date: 2007/03/09 17:45:09; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/master/1.1.0/master-1.1.0.pom.md5
Index: master-1.1.0.pom.md5
===================================================================
cc056940216a3aa1829a693573997de9
1.1 date: 2007/03/09 17:45:09; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/master/1.1.0/master-1.1.0-site.xml
Index: master-1.1.0-site.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?><project name="JSF Components development kit">
<bannerLeft>
<name>JSF Components development kit</name>
<src>images/exadel_logo.jpg</src>
<href>http://ajax4jsf.org/cdk</href>
</bannerLeft>
<bannerRight>
<src>http://maven.apache.org/images/maven-small.gif</src>
</bannerRight>
<publishDate position="navigation-bottom" format="MM-dd-yy" />
<body>
<links>
<item name="JSF" href="https://javaserverfaces.dev.java.net/" />
<item name="Maven 2" href="http://maven.apache.org/maven2/" />
</links>
<menu name="Modules" ref="modules">
<item name="Components Development kit" href="cdk/index.html" />
<item name="Java Server Faces AJAX framework" href="/index.html" />
<item name="Ajax4Jsf test framework" href="/index.html" />
</menu>
<menu ref="reports" />
</body>
</project>
1.1 date: 2007/03/09 17:45:09; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/master/1.1.0/master-1.1.0-site.xml.md5
Index: master-1.1.0-site.xml.md5
===================================================================
578d5411ae72ab65481c7bf7c0d40b7f
1.1 date: 2007/03/09 17:45:09; author: alexsmirnov; state: Exp;repository.jboss.com/maven2/org/ajax4jsf/master/1.1.0/master-1.1.0.pom.sha1
Index: master-1.1.0.pom.sha1
===================================================================
395913e00c3cfcdbddbb6a5eb427f4eb22895666
More information about the jboss-cvs-commits
mailing list