[webbeans-commits] Webbeans SVN: r1302 - ri/trunk.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 12:27:50 -0500 (Thu, 29 Jan 2009)
New Revision: 1302
Modified:
ri/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 1.0.0.ALPHA2
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-01-29 17:27:24 UTC (rev 1301)
+++ ri/trunk/pom.xml 2009-01-29 17:27:50 UTC (rev 1302)
@@ -344,15 +344,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-8</version>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/webbeans/ri/tags</tagBase>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
</build>
15 years, 11 months
[webbeans-commits] Webbeans SVN: r1301 - ri/trunk.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 12:27:24 -0500 (Thu, 29 Jan 2009)
New Revision: 1301
Modified:
ri/trunk/pom.xml
Log:
better pom
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-01-29 17:24:33 UTC (rev 1300)
+++ ri/trunk/pom.xml 2009-01-29 17:27:24 UTC (rev 1301)
@@ -336,8 +336,7 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin
- </artifactId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
<version>2.4.3</version>
</plugin>
<plugin>
@@ -346,15 +345,13 @@
<version>2.4.3</version>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-8</version>
- <configuration>
- <tagBase>
- https://svn.jboss.org/repos/jbossas/projects/webbeans-ri-int/tags
- </tagBase>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/webbeans/ri/tags</tagBase>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
</plugin>
</plugins>
</pluginManagement>
15 years, 11 months
[webbeans-commits] Webbeans SVN: r1300 - ri/trunk.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 12:24:33 -0500 (Thu, 29 Jan 2009)
New Revision: 1300
Modified:
ri/trunk/pom.xml
Log:
better pom
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-01-29 17:22:49 UTC (rev 1299)
+++ ri/trunk/pom.xml 2009-01-29 17:24:33 UTC (rev 1300)
@@ -336,7 +336,8 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
+ <artifactId>maven-surefire-report-plugin
+ </artifactId>
<version>2.4.3</version>
</plugin>
<plugin>
@@ -344,6 +345,17 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <tagBase>
+ https://svn.jboss.org/repos/jbossas/projects/webbeans-ri-int/tags
+ </tagBase>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
15 years, 11 months
[webbeans-commits] Webbeans SVN: r1299 - in ri/trunk: dist and 1 other directory.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 12:22:49 -0500 (Thu, 29 Jan 2009)
New Revision: 1299
Modified:
ri/trunk/dist/release-process.txt
ri/trunk/pom.xml
Log:
replace project.version
Modified: ri/trunk/dist/release-process.txt
===================================================================
--- ri/trunk/dist/release-process.txt 2009-01-29 17:15:04 UTC (rev 1298)
+++ ri/trunk/dist/release-process.txt 2009-01-29 17:22:49 UTC (rev 1299)
@@ -2,7 +2,9 @@
--------------------------------
* Run the testsuite and examples
+* Alter the RI POM to exclude the RI
* Tag using mvn release:prepare in the ri/trunk checkout
+* Checkout the newly released APIs, and install them locally
* Tag docs using mvn release:prepare in the doc/trunk/reference checkout
* Tag examples using mvn release:prepare in the examples/trunk checkout
* Check the tags
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-01-29 17:15:04 UTC (rev 1298)
+++ ri/trunk/pom.xml 2009-01-29 17:22:49 UTC (rev 1299)
@@ -79,6 +79,7 @@
<properties>
<webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
+ <webbeans.ri.version>1.0.0.ALPHA2</webbeans.ri.version>
</properties>
<dependencyManagement>
@@ -228,20 +229,19 @@
<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-api</artifactId>
-
- <version>${project.version}</version>
+ <version>${webbeans.ri.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-ri</artifactId>
- <version>${project.version}</version>
+ <version>${webbeans.ri.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-ri-spi</artifactId>
- <version>${project.version}</version>
+ <version>${webbeans.ri.version}</version>
</dependency>
<dependency>
15 years, 11 months
[webbeans-commits] Webbeans SVN: r1298 - examples/trunk.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 12:15:04 -0500 (Thu, 29 Jan 2009)
New Revision: 1298
Modified:
examples/trunk/pom.xml
Log:
minor
Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml 2009-01-29 17:11:19 UTC (rev 1297)
+++ examples/trunk/pom.xml 2009-01-29 17:15:04 UTC (rev 1298)
@@ -11,6 +11,7 @@
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
+ <version>1.0.0-SNAPSHOT</version>
<name>Web Beans Examples</name>
<description>
15 years, 11 months
[webbeans-commits] Webbeans SVN: r1297 - examples/trunk.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 12:11:19 -0500 (Thu, 29 Jan 2009)
New Revision: 1297
Modified:
examples/trunk/pom.xml
Log:
update to alpha2 web beans
Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml 2009-01-29 16:52:34 UTC (rev 1296)
+++ examples/trunk/pom.xml 2009-01-29 17:11:19 UTC (rev 1297)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.webbeans</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.ALPHA2</version>
</parent>
<groupId>org.jboss.webbeans.examples</groupId>
<artifactId>parent</artifactId>
15 years, 11 months
[webbeans-commits] Webbeans SVN: r1295 - in doc/tags: webbeans-reference-guide-1.0.0.ALPHA2 and 1 other directories.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 11:52:30 -0500 (Thu, 29 Jan 2009)
New Revision: 1295
Added:
doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/
doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml
doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml
Removed:
doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml
doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml
Log:
[maven-release-plugin] copy for tag webbeans-reference-guide-1.0.0.ALPHA2
Copied: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2 (from rev 1284, doc/trunk/reference)
Deleted: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml
===================================================================
--- doc/trunk/reference/en-US/master.xml 2009-01-29 14:40:51 UTC (rev 1284)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml 2009-01-29 16:52:30 UTC (rev 1295)
@@ -1,59 +0,0 @@
-<?xml version='1.0' encoding="iso-8859-1"?>
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ]>
-
-<book lang="en">
-
- <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- <toc/>
-
- <part>
- <title>Using contextual objects</title>
-
- <xi:include href="part1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ri.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="injection.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="scopescontexts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="producermethods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- </part>
-
- <part>
- <title>Developing loosely-coupled code</title>
-
- <xi:include href="part2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="interceptors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="decorators.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- </part>
-
- <part>
- <title>Making the most of strong typing</title>
-
- <xi:include href="part3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- <xi:include href="stereotypes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="specialization.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- </part>
-
- <part>
- <title>Web Beans and the Java EE ecosystem</title>
-
- <xi:include href="part4.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- <xi:include href="ee.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="extend.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- </part>
-
- <xi:include href="next.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ri-spi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</book>
-
Copied: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml (from rev 1288, doc/trunk/reference/en-US/master.xml)
===================================================================
--- doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml (rev 0)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/en-US/master.xml 2009-01-29 16:52:30 UTC (rev 1295)
@@ -0,0 +1,71 @@
+<?xml version='1.0' encoding="iso-8859-1"?>
+
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ]>
+
+<book lang="en">
+
+ <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <preface>
+ <title>Note</title>
+ <para>
+ JSR-299 has recently changed it's name from "Web Beans" to "Java
+ Contexts and Dependency Injection". The reference guide still refers
+ to JSR-299 as "Web Beans" and the JSR-299 Reference Implementation as
+ the "Web Beans RI". Other documentation, blogs, forum posts etc. may
+ use the new nomenclature, including the new name for the JSR-299
+ Reference Implementation - "Web Beans".
+ </para>
+ </preface>
+
+ <toc/>
+
+ <part>
+ <title>Using contextual objects</title>
+
+ <xi:include href="part1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="ri.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="injection.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="scopescontexts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="producermethods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ </part>
+
+ <part>
+ <title>Developing loosely-coupled code</title>
+
+ <xi:include href="part2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="interceptors.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="decorators.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ </part>
+
+ <part>
+ <title>Making the most of strong typing</title>
+
+ <xi:include href="part3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <xi:include href="stereotypes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="specialization.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ </part>
+
+ <part>
+ <title>Web Beans and the Java EE ecosystem</title>
+
+ <xi:include href="part4.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <xi:include href="ee.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="extend.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ </part>
+
+ <xi:include href="next.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="ri-spi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+</book>
+
Deleted: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml 2009-01-29 14:40:51 UTC (rev 1284)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml 2009-01-29 16:52:30 UTC (rev 1295)
@@ -1,202 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.jboss.webbeans.reference-guide</groupId>
- <artifactId>webbeans-reference-guide</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>jdocbook</packaging>
- <name>Web Beans Reference Guide</name>
-
- <pluginRepositories>
- <pluginRepository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2</url>
- </repository>
- </repositories>
-
- <properties>
- <mpjdocbook.version>2.1.1</mpjdocbook.version>
- </properties>
-
- <build>
- <defaultGoal>process-classes</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-plugin</artifactId>
- <version>${mpjdocbook.version}</version>
- <extensions>true</extensions>
- <dependencies>
- <dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>webbeans-docbook-xslt</artifactId>
- <version>1.1.1.BETA2</version>
- <exclusions>
- <exclusion>
- <groupId>org.eclipse.wst.css</groupId>
- <artifactId>core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.eclipse.wst.sse</groupId>
- <artifactId>core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-jdocbook-style</artifactId>
- <version>1.1.0.GA</version>
- <type>jdocbook-style</type>
- </dependency>
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossorg-jdocbook-style</artifactId>
- <version>1.1.0</version>
- <type>jdocbook-style</type>
- </dependency>
- </dependencies>
- <configuration>
- <sourceDirectory>${pom.basedir}</sourceDirectory>
- <sourceDocumentName>master.xml</sourceDocumentName>
- <masterTranslation>en-US</masterTranslation>
- <translations>
- <translation>it-IT</translation>
- <translation>zh-CN</translation>
- <translation>zh-TW</translation>
- <translation>es-ES</translation>
- <translation>ko-KR</translation>
- </translations>
- <imageResource>
- <directory>${pom.basedir}/en-US</directory>
- <includes>
- <include>images/*.png</include>
- </includes>
- </imageResource>
- <formats>
- <format>
- <formatName>pdf</formatName>
- <stylesheetResource>
- classpath:/xslt/org/jboss/webbeans/pdf.xsl
- </stylesheetResource>
- <finalName>webbeans_reference.pdf</finalName>
- </format>
- <format>
- <formatName>html</formatName>
- <stylesheetResource>
- classpath:/xslt/org/jboss/webbeans/xhtml.xsl
- </stylesheetResource>
- <finalName>index.html</finalName>
- </format>
- <format>
- <formatName>html_single</formatName>
- <stylesheetResource>
- classpath:/xslt/org/jboss/webbeans/xhtml-single.xsl
- </stylesheetResource>
- <finalName>index.html</finalName>
- </format>
- </formats>
- <options>
- <xincludeSupported>true</xincludeSupported>
- <xmlTransformerType>saxon</xmlTransformerType>
- <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
- <!-- could also locate the docbook dependency and inspect its version... -->
- <docbookVersion>1.72.0</docbookVersion>
- <localeSeparator>-</localeSeparator>
- </options>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>process-classes</phase>
- <configuration>
- <tasks>
- <copy file="${basedir}/target/docbook/publish/en-US/pdf/webbeans_reference.pdf" todir="${basedir}" />
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-plugin</artifactId>
- <version>${mpjdocbook.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- </extensions>
- </build>
-
- <profiles>
- <profile>
- <activation>
- <property>
- <name>build.translations</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-plugin</artifactId>
- <executions>
- <execution>
- <phase>process-resources</phase>
- <goals>
- <goal>translate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <ciManagement>
- <system>Hudson</system>
- <url />
-
- </ciManagement>
-
- <issueManagement>
- <system>JIRA</system>
- <url>http://jira.jboss.org/browse/WBRI</url>
- </issueManagement>
-
- <inceptionYear>2008</inceptionYear>
-
- <scm>
-
- <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/doc</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/doc</developerConnection>
- <url>http://fisheye.jboss.org/browse/WebBeans/doc</url>
- </scm>
-</project>
\ No newline at end of file
Copied: doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml (from rev 1294, doc/trunk/reference/pom.xml)
===================================================================
--- doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml (rev 0)
+++ doc/tags/webbeans-reference-guide-1.0.0.ALPHA2/pom.xml 2009-01-29 16:52:30 UTC (rev 1295)
@@ -0,0 +1,202 @@
+<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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.jboss.webbeans.reference-guide</groupId>
+ <artifactId>webbeans-reference-guide</artifactId>
+ <version>1.0.0.ALPHA2</version>
+ <packaging>jdocbook</packaging>
+ <name>Web Beans Reference Guide</name>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
+ <properties>
+ <mpjdocbook.version>2.1.1</mpjdocbook.version>
+ </properties>
+
+ <build>
+ <defaultGoal>process-classes</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>${mpjdocbook.version}</version>
+ <extensions>true</extensions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.webbeans</groupId>
+ <artifactId>webbeans-docbook-xslt</artifactId>
+ <version>1.1.1.BETA2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.wst.css</groupId>
+ <artifactId>core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.wst.sse</groupId>
+ <artifactId>core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-jdocbook-style</artifactId>
+ <version>1.1.0.GA</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <sourceDirectory>${pom.basedir}</sourceDirectory>
+ <sourceDocumentName>master.xml</sourceDocumentName>
+ <masterTranslation>en-US</masterTranslation>
+ <translations>
+ <translation>it-IT</translation>
+ <translation>zh-CN</translation>
+ <translation>zh-TW</translation>
+ <translation>es-ES</translation>
+ <translation>ko-KR</translation>
+ </translations>
+ <imageResource>
+ <directory>${pom.basedir}/en-US</directory>
+ <includes>
+ <include>images/*.png</include>
+ </includes>
+ </imageResource>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>
+ classpath:/xslt/org/jboss/webbeans/pdf.xsl
+ </stylesheetResource>
+ <finalName>webbeans_reference.pdf</finalName>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>
+ classpath:/xslt/org/jboss/webbeans/xhtml.xsl
+ </stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>
+ classpath:/xslt/org/jboss/webbeans/xhtml-single.xsl
+ </stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ </formats>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ <xmlTransformerType>saxon</xmlTransformerType>
+ <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
+ <!-- could also locate the docbook dependency and inspect its version... -->
+ <docbookVersion>1.72.0</docbookVersion>
+ <localeSeparator>-</localeSeparator>
+ </options>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <configuration>
+ <tasks>
+ <copy file="${basedir}/target/docbook/publish/en-US/pdf/webbeans_reference.pdf" todir="${basedir}" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>${mpjdocbook.version}</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ </extensions>
+ </build>
+
+ <profiles>
+ <profile>
+ <activation>
+ <property>
+ <name>build.translations</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>translate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <ciManagement>
+ <system>Hudson</system>
+ <url />
+
+ </ciManagement>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://jira.jboss.org/browse/WBRI</url>
+ </issueManagement>
+
+ <inceptionYear>2008</inceptionYear>
+
+ <scm>
+
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/doc/tags/webbeans-referen...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/doc/tags/webbeans-reference-...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/WebBeans/doc/tags/webbeans-reference-guid...</url>
+ </scm>
+</project>
\ No newline at end of file
15 years, 11 months
[webbeans-commits] Webbeans SVN: r1293 - in ri/trunk: webbeans-api and 1 other directories.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-01-29 11:36:57 -0500 (Thu, 29 Jan 2009)
New Revision: 1293
Modified:
ri/trunk/pom.xml
ri/trunk/webbeans-api/pom.xml
ri/trunk/webbeans-ri-spi/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-01-29 16:36:52 UTC (rev 1292)
+++ ri/trunk/pom.xml 2009-01-29 16:36:57 UTC (rev 1293)
@@ -3,7 +3,7 @@
<groupId>org.jboss.webbeans</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0.ALPHA2</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Web Beans</name>
<url>http://www.seamframework.org/WebBeans</url>
@@ -415,9 +415,9 @@
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.ALPHA2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.ALPHA2</developerConnection>
- <url>http://fisheye.jboss.org/browse/WebBeans/ri/tags/1.0.0.ALPHA2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri</developerConnection>
+ <url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
</scm>
<distributionManagement>
Modified: ri/trunk/webbeans-api/pom.xml
===================================================================
--- ri/trunk/webbeans-api/pom.xml 2009-01-29 16:36:52 UTC (rev 1292)
+++ ri/trunk/webbeans-api/pom.xml 2009-01-29 16:36:57 UTC (rev 1293)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.webbeans</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0.ALPHA2</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.webbeans</groupId>
Modified: ri/trunk/webbeans-ri-spi/pom.xml
===================================================================
--- ri/trunk/webbeans-ri-spi/pom.xml 2009-01-29 16:36:52 UTC (rev 1292)
+++ ri/trunk/webbeans-ri-spi/pom.xml 2009-01-29 16:36:57 UTC (rev 1293)
@@ -2,7 +2,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
- <version>1.0.0.ALPHA2</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
15 years, 11 months