Mail Archive Home | fractal-commits List | June 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
[maven-release-plugin] copy for tag fractaladl-2.4-alpha-3
--- trunk/fractaladl/toolchain/ast-core/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/ast-core/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,73 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl</groupId>
- <artifactId>toolchain-parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <artifactId>ast-core</artifactId>
- <name>Fractal ADL AST core</name>
-
- <dependencies>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.0</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>dtdparser</groupId>
- <artifactId>dtdparser</artifactId>
- <version>1.21</version>
- </dependency>
-
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>3.0</version>
- </dependency>
-
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>xml-maven-plugin</artifactId>
- </plugin>
-
- </plugins>
- </build>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/ast-core</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/ast-core</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/ast-core</url>
- </scm>
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/ast-core/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/ast-core/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,73 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>toolchain-parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <artifactId>ast-core</artifactId>
+ <name>Fractal ADL AST core</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>dtdparser</groupId>
+ <artifactId>dtdparser</artifactId>
+ <version>1.21</version>
+ </dependency>
+
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>3.0</version>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/ast-core</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/ast-core</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3/ast-core</url>
+ </scm>
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/examples/comanche/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/examples/comanche/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,97 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>comanche</artifactId>
- <name>Fractal ADL Comanche example</name>
-
- <description>The Fractal Comanche example.</description>
-
- <properties>
- <fractaladl.definition>comanche.Comanche</fractaladl.definition>
- </properties>
-
- <developers>
- <developer>
- <id>bruneton</id>
- <name>Eric Bruneton</name>
- <email>Eric.Bruneton@xxxxxxxxxxxxxxxxxxxx</email>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- <roles>
- <role>Architect</role>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>coupaye</id>
- <name>Thierry Coupaye</name>
- <email>Thierry.Coupaye@xxxxxxxxxxxxxxxxxxxx</email>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- <roles>
- <role>Project Manager</role>
- <role>Architect</role>
- </roles>
- </developer>
- <developer>
- <id>stefani</id>
- <name>Jean-Bernard Stefani</name>
- <email>Jean-Bernard.Stefani@xxxxxxxxxxxx</email>
- <organization>INRIA</organization>
- <organizationUrl>http://www.inria.fr</organizationUrl>
- <roles>
- <role>Project Manager</role>
- <role>Architect</role>
- </roles>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Laurent Andrey</name>
- <organization>Loria</organization>
- <organizationUrl>http://www.loria.fr</organizationUrl>
- </contributor>
- <contributor>
- <name>Pierre Charles David</name>
- <organization>EMN</organization>
- <organizationUrl>http://www.emn.fr</organizationUrl>
- </contributor>
- <contributor>
- <name>Pascal Dechamboux</name>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- </contributor>
- <contributor>
- <name>Romain Lenglet</name>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- </contributor>
- <contributor>
- <name>Philippe Merle</name>
- <organization>INRIA</organization>
- <organizationUrl>http://www.inria.fr</organizationUrl>
- </contributor>
- </contributors>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples/comanche</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples/comanche</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/examples/comanche</url>
- </scm>
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/examples/comanche/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/examples/comanche/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,97 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>comanche</artifactId>
+ <name>Fractal ADL Comanche example</name>
+
+ <description>The Fractal Comanche example.</description>
+
+ <properties>
+ <fractaladl.definition>comanche.Comanche</fractaladl.definition>
+ </properties>
+
+ <developers>
+ <developer>
+ <id>bruneton</id>
+ <name>Eric Bruneton</name>
+ <email>Eric.Bruneton@xxxxxxxxxxxxxxxxxxxx</email>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ <roles>
+ <role>Architect</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>coupaye</id>
+ <name>Thierry Coupaye</name>
+ <email>Thierry.Coupaye@xxxxxxxxxxxxxxxxxxxx</email>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ <roles>
+ <role>Project Manager</role>
+ <role>Architect</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>stefani</id>
+ <name>Jean-Bernard Stefani</name>
+ <email>Jean-Bernard.Stefani@xxxxxxxxxxxx</email>
+ <organization>INRIA</organization>
+ <organizationUrl>http://www.inria.fr</organizationUrl>
+ <roles>
+ <role>Project Manager</role>
+ <role>Architect</role>
+ </roles>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>Laurent Andrey</name>
+ <organization>Loria</organization>
+ <organizationUrl>http://www.loria.fr</organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Pierre Charles David</name>
+ <organization>EMN</organization>
+ <organizationUrl>http://www.emn.fr</organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Pascal Dechamboux</name>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Romain Lenglet</name>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Philippe Merle</name>
+ <organization>INRIA</organization>
+ <organizationUrl>http://www.inria.fr</organizationUrl>
+ </contributor>
+ </contributors>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples/comanche</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples/comanche</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3/examples/comanche</url>
+ </scm>
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/examples/helloworld/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/examples/helloworld/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,100 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>helloworld</artifactId>
- <name>Fractal ADL HelloWorld example</name>
-
- <description>
- Fractal ADL is an extensible toolset for supporting heterogenous
- architecture descriptions.
- </description>
-
- <properties>
- <fractaladl.definition>HelloWorld</fractaladl.definition>
- </properties>
-
- <developers>
- <developer>
- <id>bruneton</id>
- <name>Eric Bruneton</name>
- <email>Eric.Bruneton@xxxxxxxxxxxxxxxxxxxx</email>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- <roles>
- <role>Architect</role>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>coupaye</id>
- <name>Thierry Coupaye</name>
- <email>Thierry.Coupaye@xxxxxxxxxxxxxxxxxxxx</email>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- <roles>
- <role>Project Manager</role>
- <role>Architect</role>
- </roles>
- </developer>
- <developer>
- <id>stefani</id>
- <name>Jean-Bernard Stefani</name>
- <email>Jean-Bernard.Stefani@xxxxxxxxxxxx</email>
- <organization>INRIA</organization>
- <organizationUrl>http://www.inria.fr</organizationUrl>
- <roles>
- <role>Project Manager</role>
- <role>Architect</role>
- </roles>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Laurent Andrey</name>
- <organization>Loria</organization>
- <organizationUrl>http://www.loria.fr</organizationUrl>
- </contributor>
- <contributor>
- <name>Pierre Charles David</name>
- <organization>EMN</organization>
- <organizationUrl>http://www.emn.fr</organizationUrl>
- </contributor>
- <contributor>
- <name>Pascal Dechamboux</name>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- </contributor>
- <contributor>
- <name>Romain Lenglet</name>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- </contributor>
- <contributor>
- <name>Philippe Merle</name>
- <organization>INRIA</organization>
- <organizationUrl>http://www.inria.fr</organizationUrl>
- </contributor>
- </contributors>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples/helloworld</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples/helloworld</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/examples/helloworld</url>
- </scm>
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/examples/helloworld/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/examples/helloworld/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,100 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>helloworld</artifactId>
+ <name>Fractal ADL HelloWorld example</name>
+
+ <description>
+ Fractal ADL is an extensible toolset for supporting heterogenous
+ architecture descriptions.
+ </description>
+
+ <properties>
+ <fractaladl.definition>HelloWorld</fractaladl.definition>
+ </properties>
+
+ <developers>
+ <developer>
+ <id>bruneton</id>
+ <name>Eric Bruneton</name>
+ <email>Eric.Bruneton@xxxxxxxxxxxxxxxxxxxx</email>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ <roles>
+ <role>Architect</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>coupaye</id>
+ <name>Thierry Coupaye</name>
+ <email>Thierry.Coupaye@xxxxxxxxxxxxxxxxxxxx</email>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ <roles>
+ <role>Project Manager</role>
+ <role>Architect</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>stefani</id>
+ <name>Jean-Bernard Stefani</name>
+ <email>Jean-Bernard.Stefani@xxxxxxxxxxxx</email>
+ <organization>INRIA</organization>
+ <organizationUrl>http://www.inria.fr</organizationUrl>
+ <roles>
+ <role>Project Manager</role>
+ <role>Architect</role>
+ </roles>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>Laurent Andrey</name>
+ <organization>Loria</organization>
+ <organizationUrl>http://www.loria.fr</organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Pierre Charles David</name>
+ <organization>EMN</organization>
+ <organizationUrl>http://www.emn.fr</organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Pascal Dechamboux</name>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Romain Lenglet</name>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Philippe Merle</name>
+ <organization>INRIA</organization>
+ <organizationUrl>http://www.inria.fr</organizationUrl>
+ </contributor>
+ </contributors>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples/helloworld</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples/helloworld</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3/examples/helloworld</url>
+ </scm>
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/examples/helloworld-groovy/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/examples/helloworld-groovy/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,72 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>helloworld-groovy</artifactId>
- <name>Fractal ADL HelloWorld example (with Groovy)</name>
-
- <description>
- FractalADL example in which the primitive server component is
- written in the Groovy programming language.
- </description>
-
- <properties>
- <fractaladl.definition>HelloWorldGroovy</fractaladl.definition>
- </properties>
-
- <dependencies>
- <!-- it depends on the helloworld example to extend it using a Groovy component -->
- <dependency>
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>helloworld</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <!-- compiles the .groovy files into java bytecode -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>groovy-maven-plugin</artifactId>
- <version>1.0-alpha-2</version>
- <executions>
- <execution>
- <goals>
- <goal>compile</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <developers>
- <developer>
- <id>apace</id>
- <name>Alessio Pace</name>
- <email>alessio.pace@xxxxxxxxx</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- </developers>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples/helloworld-groovy</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples/helloworld-groovy</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/examples/helloworld-groovy</url>
- </scm>
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/examples/helloworld-groovy/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/examples/helloworld-groovy/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,72 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>helloworld-groovy</artifactId>
+ <name>Fractal ADL HelloWorld example (with Groovy)</name>
+
+ <description>
+ FractalADL example in which the primitive server component is
+ written in the Groovy programming language.
+ </description>
+
+ <properties>
+ <fractaladl.definition>HelloWorldGroovy</fractaladl.definition>
+ </properties>
+
+ <dependencies>
+ <!-- it depends on the helloworld example to extend it using a Groovy component -->
+ <dependency>
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>helloworld</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!-- compiles the .groovy files into java bytecode -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>groovy-maven-plugin</artifactId>
+ <version>1.0-alpha-2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compile</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <developers>
+ <developer>
+ <id>apace</id>
+ <name>Alessio Pace</name>
+ <email>alessio.pace@xxxxxxxxx</email>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples/helloworld-groovy</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples/helloworld-groovy</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3/examples/helloworld-groovy</url>
+ </scm>
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/examples/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/examples/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,277 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl</groupId>
- <artifactId>toolchain-parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
- <artifactId>parent</artifactId>
- <name>Fractal ADL examples parent project</name>
- <packaging>pom</packaging>
-
- <!-- the submodules -->
- <modules>
- <module>comanche</module>
- <module>helloworld</module>
- <module>helloworld-groovy</module>
- </modules>
-
- <!-- common dependencies to all sub examples modules -->
- <dependencies>
- <dependency>
- <groupId>org.objectweb.fractal</groupId>
- <artifactId>fractal-api</artifactId>
- <version>2.0.2</version>
- </dependency>
- </dependencies>
-
- <!-- some shared properties, override or add new ones in sub projects -->
- <properties>
- <fractaladl.factory>org.objectweb.fractal.adl.BasicFactory</fractaladl.factory>
- <fractaladl.daemon>false</fractaladl.daemon>
- <fractaladl.itf>r</fractaladl.itf>
- </properties>
-
- <build>
- <plugins>
- <!--
- XXX consider using instead the build profiles below with the
- exec-maven-plugin (see README.txt also)
- -->
- <plugin>
- <groupId>org.objectweb.fractal.fractaladl</groupId>
- <artifactId>maven-fractaladl-plugin</artifactId>
- <version>2.4-SNAPSHOT</version>
- <configuration>
- <definition>${fractaladl.definition}</definition>
- <runnableItf>${fractaladl.itf}</runnableItf>
- <daemon>${fractaladl.daemon}</daemon>
- <factory>
- ${fractaladl.factory}
- </factory>
- <backend>
- org.objectweb.fractal.adl.FractalBackend
- </backend>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <!--
- These profiles are meant to be inherited by sub modules, specyfing the specific properties
- which are either left here as maven $variables, or that are specific to each project.
-
- TODO Maybe a Maven project artifact could be created with those.
- -->
- <profiles>
- <!-- Fractal backend with Julia provider. -->
- <profile>
- <id>run.julia</id>
- <build>
- <defaultGoal>compile</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>java</goal>
- </goals>
- <phase>compile</phase>
- </execution>
- </executions>
- <configuration>
- <mainClass>
- org.objectweb.fractal.adl.Launcher
- </mainClass>
- <arguments>
- <argument>-fractal.provider=org.objectweb.fractal.julia.Julia</argument>
- <argument>-fractaladl.factory=${fractaladl.factory}</argument>
- <argument>-fractaladl.backend=org.objectweb.fractal.adl.FractalBackend</argument>
- <argument>-fractaladl.definition=${fractaladl.definition}</argument>
- <argument>-fractaladl.itf=${fractaladl.itf}</argument>
- </arguments>
- <systemProperties>
- <systemProperty>
- <key>fractal.provider</key>
- <value>org.objectweb.fractal.julia.Julia</value>
- </systemProperty>
- </systemProperties>
- <!-- the project does not include Fractal ADL and Julia -->
- <includePluginDependencies>
- true
- </includePluginDependencies>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>
- org.objectweb.fractal.fractaladl
- </groupId>
- <artifactId>fractal-adl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>
- org.objectweb.fractal.julia
- </groupId>
- <artifactId>julia-runtime</artifactId>
- <version>${julia.version}</version>
- </dependency>
- <dependency>
- <groupId>
- org.objectweb.fractal.julia
- </groupId>
- <artifactId>julia-asm</artifactId>
- <version>${julia.version}</version>
- </dependency>
- <dependency>
- <groupId>
- org.objectweb.fractal.julia
- </groupId>
- <artifactId>julia-mixins</artifactId>
- <version>${julia.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!-- Fractal backend with Koch provider. -->
- <profile>
- <id>run.koch</id>
- <build>
- <defaultGoal>compile</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>java</goal>
- </goals>
- <phase>compile</phase>
- </execution>
- </executions>
- <configuration>
- <mainClass>
- org.objectweb.fractal.adl.Launcher
- </mainClass>
- <arguments>
- <argument>-fractal.provider=org.objectweb.fractal.koch.Koch</argument>
- <argument>-fractaladl.factory=${fractaladl.factory}</argument>
- <argument>-fractaladl.backend=org.objectweb.fractal.adl.FractalBackend</argument>
- <argument>-fractaladl.definition=${fractaladl.definition}</argument>
- <argument>-fractaladl.itf=${fractaladl.itf}</argument>
- </arguments>
- <systemProperties>
- <systemProperty>
- <key>fractal.provider</key>
- <value>org.objectweb.fractal.koch.Koch</value>
- </systemProperty>
- </systemProperties>
- <!-- because the project does not include Fractal ADL and Koch -->
- <includePluginDependencies>
- true
- </includePluginDependencies>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>
- org.objectweb.fractal.fractaladl
- </groupId>
- <artifactId>fractal-adl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>
- org.objectweb.fractal.julia
- </groupId>
- <artifactId>koch-runtime</artifactId>
- <version>${julia.version}</version>
- </dependency>
- <dependency>
- <groupId>
- org.objectweb.fractal.julia
- </groupId>
- <artifactId>koch-mixins</artifactId>
- <version>${julia.version}</version>
- </dependency>
- <dependency>
- <groupId>
- org.objectweb.fractal.julia
- </groupId>
- <artifactId>julia-mixins</artifactId>
- <version>${julia.version}</version>
- </dependency>
- <dependency>
- <groupId>
- org.objectweb.fractal.julia
- </groupId>
- <artifactId>julia-asm</artifactId>
- <version>${julia.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!-- The Java backend. -->
- <profile>
- <id>run.java</id>
- <build>
- <defaultGoal>compile</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>java</goal>
- </goals>
- <phase>compile</phase>
- </execution>
- </executions>
- <configuration>
- <mainClass>
- org.objectweb.fractal.adl.Launcher
- </mainClass>
- <arguments>
- <argument>-fractaladl.backend=org.objectweb.fractal.adl.JavaBackend</argument>
- <argument>-fractaladl.definition=${fractaladl.definition}</argument>
- <argument>-fractaladl.itf=${fractaladl.itf}</argument>
- </arguments>
- <!-- because the project does not include Fractal ADL -->
- <includePluginDependencies>
- true
- </includePluginDependencies>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>
- org.objectweb.fractal.fractaladl
- </groupId>
- <artifactId>fractal-adl</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/examples</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/examples</url>
- </scm>
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/examples/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/examples/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,277 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>toolchain-parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
+ <artifactId>parent</artifactId>
+ <name>Fractal ADL examples parent project</name>
+ <packaging>pom</packaging>
+
+ <!-- the submodules -->
+ <modules>
+ <module>comanche</module>
+ <module>helloworld</module>
+ <module>helloworld-groovy</module>
+ </modules>
+
+ <!-- common dependencies to all sub examples modules -->
+ <dependencies>
+ <dependency>
+ <groupId>org.objectweb.fractal</groupId>
+ <artifactId>fractal-api</artifactId>
+ <version>2.0.2</version>
+ </dependency>
+ </dependencies>
+
+ <!-- some shared properties, override or add new ones in sub projects -->
+ <properties>
+ <fractaladl.factory>org.objectweb.fractal.adl.BasicFactory</fractaladl.factory>
+ <fractaladl.daemon>false</fractaladl.daemon>
+ <fractaladl.itf>r</fractaladl.itf>
+ </properties>
+
+ <build>
+ <plugins>
+ <!--
+ XXX consider using instead the build profiles below with the
+ exec-maven-plugin (see README.txt also)
+ -->
+ <plugin>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>maven-fractaladl-plugin</artifactId>
+ <version>2.4-alpha-3</version>
+ <configuration>
+ <definition>${fractaladl.definition}</definition>
+ <runnableItf>${fractaladl.itf}</runnableItf>
+ <daemon>${fractaladl.daemon}</daemon>
+ <factory>
+ ${fractaladl.factory}
+ </factory>
+ <backend>
+ org.objectweb.fractal.adl.FractalBackend
+ </backend>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!--
+ These profiles are meant to be inherited by sub modules, specyfing the specific properties
+ which are either left here as maven $variables, or that are specific to each project.
+
+ TODO Maybe a Maven project artifact could be created with those.
+ -->
+ <profiles>
+ <!-- Fractal backend with Julia provider. -->
+ <profile>
+ <id>run.julia</id>
+ <build>
+ <defaultGoal>compile</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ <phase>compile</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <mainClass>
+ org.objectweb.fractal.adl.Launcher
+ </mainClass>
+ <arguments>
+ <argument>-fractal.provider=org.objectweb.fractal.julia.Julia</argument>
+ <argument>-fractaladl.factory=${fractaladl.factory}</argument>
+ <argument>-fractaladl.backend=org.objectweb.fractal.adl.FractalBackend</argument>
+ <argument>-fractaladl.definition=${fractaladl.definition}</argument>
+ <argument>-fractaladl.itf=${fractaladl.itf}</argument>
+ </arguments>
+ <systemProperties>
+ <systemProperty>
+ <key>fractal.provider</key>
+ <value>org.objectweb.fractal.julia.Julia</value>
+ </systemProperty>
+ </systemProperties>
+ <!-- the project does not include Fractal ADL and Julia -->
+ <includePluginDependencies>
+ true
+ </includePluginDependencies>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.fractaladl
+ </groupId>
+ <artifactId>fractal-adl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.julia
+ </groupId>
+ <artifactId>julia-runtime</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.julia
+ </groupId>
+ <artifactId>julia-asm</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.julia
+ </groupId>
+ <artifactId>julia-mixins</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!-- Fractal backend with Koch provider. -->
+ <profile>
+ <id>run.koch</id>
+ <build>
+ <defaultGoal>compile</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ <phase>compile</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <mainClass>
+ org.objectweb.fractal.adl.Launcher
+ </mainClass>
+ <arguments>
+ <argument>-fractal.provider=org.objectweb.fractal.koch.Koch</argument>
+ <argument>-fractaladl.factory=${fractaladl.factory}</argument>
+ <argument>-fractaladl.backend=org.objectweb.fractal.adl.FractalBackend</argument>
+ <argument>-fractaladl.definition=${fractaladl.definition}</argument>
+ <argument>-fractaladl.itf=${fractaladl.itf}</argument>
+ </arguments>
+ <systemProperties>
+ <systemProperty>
+ <key>fractal.provider</key>
+ <value>org.objectweb.fractal.koch.Koch</value>
+ </systemProperty>
+ </systemProperties>
+ <!-- because the project does not include Fractal ADL and Koch -->
+ <includePluginDependencies>
+ true
+ </includePluginDependencies>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.fractaladl
+ </groupId>
+ <artifactId>fractal-adl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.julia
+ </groupId>
+ <artifactId>koch-runtime</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.julia
+ </groupId>
+ <artifactId>koch-mixins</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.julia
+ </groupId>
+ <artifactId>julia-mixins</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.julia
+ </groupId>
+ <artifactId>julia-asm</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!-- The Java backend. -->
+ <profile>
+ <id>run.java</id>
+ <build>
+ <defaultGoal>compile</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ <phase>compile</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <mainClass>
+ org.objectweb.fractal.adl.Launcher
+ </mainClass>
+ <arguments>
+ <argument>-fractaladl.backend=org.objectweb.fractal.adl.JavaBackend</argument>
+ <argument>-fractaladl.definition=${fractaladl.definition}</argument>
+ <argument>-fractaladl.itf=${fractaladl.itf}</argument>
+ </arguments>
+ <!-- because the project does not include Fractal ADL -->
+ <includePluginDependencies>
+ true
+ </includePluginDependencies>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>
+ org.objectweb.fractal.fractaladl
+ </groupId>
+ <artifactId>fractal-adl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/examples</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3/examples</url>
+ </scm>
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/fractal-adl/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/fractal-adl/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,248 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl</groupId>
- <artifactId>toolchain-parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <artifactId>fractal-adl</artifactId>
- <name>Fractal ADL toolchain</name>
-
- <description>
- Fractal ADL is an extensible toolset for supporting heterogenous
- architecture descriptions.
- </description>
-
- <developers>
- <developer>
- <id>bruneton</id>
- <name>Eric Bruneton</name>
- <email>Eric.Bruneton@xxxxxxxxxxxxxxxxxxxx</email>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- <roles>
- <role>Architect</role>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>coupaye</id>
- <name>Thierry Coupaye</name>
- <email>Thierry.Coupaye@xxxxxxxxxxxxxxxxxxxx</email>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- <roles>
- <role>Project Manager</role>
- <role>Architect</role>
- </roles>
- </developer>
- <developer>
- <id>stefani</id>
- <name>Jean-Bernard Stefani</name>
- <email>Jean-Bernard.Stefani@xxxxxxxxxxxx</email>
- <organization>INRIA</organization>
- <organizationUrl>http://www.inria.fr</organizationUrl>
- <roles>
- <role>Project Manager</role>
- <role>Architect</role>
- </roles>
- </developer>
- <developer>
- <id>ozcan</id>
- <name>Ali-Erdem Ozcan</name>
- <email>ali-erdem.ozcan@xxxxxx</email>
- <organization>STMicroelectronics</organization>
- </developer>
- <developer>
- <id>leclerq</id>
- <name>Matthieu Leclercq</name>
- <email>matthieu.leclercq@xxxxxx</email>
- <organization>STMicroelectronics</organization>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Laurent Andrey</name>
- <organization>Loria</organization>
- <organizationUrl>http://www.loria.fr</organizationUrl>
- </contributor>
- <contributor>
- <name>Pierre Charles David</name>
- <organization>EMN</organization>
- <organizationUrl>http://www.emn.fr</organizationUrl>
- </contributor>
- <contributor>
- <name>Pascal Dechamboux</name>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- </contributor>
- <contributor>
- <name>Romain Lenglet</name>
- <organization>France Telecom RD</organization>
- <organizationUrl>
- http://www.rd.francetelecom.com
- </organizationUrl>
- </contributor>
- <contributor>
- <name>Philippe Merle</name>
- <organization>INRIA</organization>
- <organizationUrl>http://www.inria.fr</organizationUrl>
- </contributor>
- <contributor>
- <name>Alessio Pace</name>
- <email>alessio.pace@xxxxxxxxx</email>
- </contributor>
- </contributors>
-
- <build>
- <plugins>
- <!-- the source code has Java 5.0 language features (generics, annotations, ..) -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <excludes>
- <exclude>**/TestUtil.java</exclude>
- <exclude>**/*KillerThread.java</exclude>
- </excludes>
- <systemProperties>
- <property>
- <name>build.dir</name>
- <value>target/test-build</value>
- </property>
- <property>
- <name>source.path</name>
- <value>
- target/test-resources:target/test-classes
- </value>
- </property>
- <property>
- <name>arch.dir</name>
- <value>arch</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <addDefaultSpecificationEntries>
- true
- </addDefaultSpecificationEntries>
- <addDefaultImplementationEntries>
- true
- </addDefaultImplementationEntries>
- </manifest>
- </archive>
- </configuration>
- </plugin>
-
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.0</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.fractal</groupId>
- <artifactId>fractal-api</artifactId>
- <version>2.0.2</version>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.fractal</groupId>
- <artifactId>fractal-util</artifactId>
- <version>1.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.monolog</groupId>
- <artifactId>monolog-api</artifactId>
- <version>1.8</version>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>ast-core</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>task-framework</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>task-deployment</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <!-- needed to run integration tests requiring a Fractal backend -->
- <dependency>
- <groupId>org.objectweb.fractal.julia</groupId>
- <artifactId>julia-runtime</artifactId>
- <version>${julia.version}</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.fractal.julia</groupId>
- <artifactId>julia-asm</artifactId>
- <version>${julia.version}</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.fractal.julia</groupId>
- <artifactId>julia-mixins</artifactId>
- <version>${julia.version}</version>
- <scope>test</scope>
- </dependency>
-
- <!-- needed to run tests of static java backend -->
- <dependency>
- <groupId>fr.inria.gforge.spoon</groupId>
- <artifactId>spoon-core</artifactId>
- <version>1.3</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/fractal-adl</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/fractal-adl</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/fractal-adl</url>
- </scm>
-
-
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/fractal-adl/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/fractal-adl/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,248 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>toolchain-parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <artifactId>fractal-adl</artifactId>
+ <name>Fractal ADL toolchain</name>
+
+ <description>
+ Fractal ADL is an extensible toolset for supporting heterogenous
+ architecture descriptions.
+ </description>
+
+ <developers>
+ <developer>
+ <id>bruneton</id>
+ <name>Eric Bruneton</name>
+ <email>Eric.Bruneton@xxxxxxxxxxxxxxxxxxxx</email>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ <roles>
+ <role>Architect</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>coupaye</id>
+ <name>Thierry Coupaye</name>
+ <email>Thierry.Coupaye@xxxxxxxxxxxxxxxxxxxx</email>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ <roles>
+ <role>Project Manager</role>
+ <role>Architect</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>stefani</id>
+ <name>Jean-Bernard Stefani</name>
+ <email>Jean-Bernard.Stefani@xxxxxxxxxxxx</email>
+ <organization>INRIA</organization>
+ <organizationUrl>http://www.inria.fr</organizationUrl>
+ <roles>
+ <role>Project Manager</role>
+ <role>Architect</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>ozcan</id>
+ <name>Ali-Erdem Ozcan</name>
+ <email>ali-erdem.ozcan@xxxxxx</email>
+ <organization>STMicroelectronics</organization>
+ </developer>
+ <developer>
+ <id>leclerq</id>
+ <name>Matthieu Leclercq</name>
+ <email>matthieu.leclercq@xxxxxx</email>
+ <organization>STMicroelectronics</organization>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>Laurent Andrey</name>
+ <organization>Loria</organization>
+ <organizationUrl>http://www.loria.fr</organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Pierre Charles David</name>
+ <organization>EMN</organization>
+ <organizationUrl>http://www.emn.fr</organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Pascal Dechamboux</name>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Romain Lenglet</name>
+ <organization>France Telecom RD</organization>
+ <organizationUrl>
+ http://www.rd.francetelecom.com
+ </organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Philippe Merle</name>
+ <organization>INRIA</organization>
+ <organizationUrl>http://www.inria.fr</organizationUrl>
+ </contributor>
+ <contributor>
+ <name>Alessio Pace</name>
+ <email>alessio.pace@xxxxxxxxx</email>
+ </contributor>
+ </contributors>
+
+ <build>
+ <plugins>
+ <!-- the source code has Java 5.0 language features (generics, annotations, ..) -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <excludes>
+ <exclude>**/TestUtil.java</exclude>
+ <exclude>**/*KillerThread.java</exclude>
+ </excludes>
+ <systemProperties>
+ <property>
+ <name>build.dir</name>
+ <value>target/test-build</value>
+ </property>
+ <property>
+ <name>source.path</name>
+ <value>
+ target/test-resources:target/test-classes
+ </value>
+ </property>
+ <property>
+ <name>arch.dir</name>
+ <value>arch</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>
+ true
+ </addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.fractal</groupId>
+ <artifactId>fractal-api</artifactId>
+ <version>2.0.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.fractal</groupId>
+ <artifactId>fractal-util</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.monolog</groupId>
+ <artifactId>monolog-api</artifactId>
+ <version>1.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ast-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>task-framework</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>task-deployment</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- needed to run integration tests requiring a Fractal backend -->
+ <dependency>
+ <groupId>org.objectweb.fractal.julia</groupId>
+ <artifactId>julia-runtime</artifactId>
+ <version>${julia.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.fractal.julia</groupId>
+ <artifactId>julia-asm</artifactId>
+ <version>${julia.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.fractal.julia</groupId>
+ <artifactId>julia-mixins</artifactId>
+ <version>${julia.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- needed to run tests of static java backend -->
+ <dependency>
+ <groupId>fr.inria.gforge.spoon</groupId>
+ <artifactId>spoon-core</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/fractal-adl</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/fractal-adl</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3/fractal-adl</url>
+ </scm>
+
+
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/fractal-adl-jdk14-all/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/fractal-adl-jdk14-all/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,136 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl</groupId>
- <artifactId>toolchain-parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <artifactId>fractal-adl-jdk14-all</artifactId>
- <name>
- Fractal ADL toolchain (for JDK 1.4) including ALL the Java 5.0 dependencies
- </name>
-
- <description>
- Fractal ADL toolchain (for JDK 1.4) including ALL the Java 5.0
- dependencies: ast-core, task-framework, task-deployment, fractal-adl
- </description>
-
-
- <build>
- <plugins>
-
- <!-- FractalADL for JDK 5.0 must be unpacked BEFORE the retrotranslation takes place -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>unpack-dependencies</id>
- <phase>process-classes</phase>
- <goals>
- <goal>unpack-dependencies</goal>
- </goals>
- <configuration>
- <includeArtifactIds>
- fractal-adl,ast-core,task-framework,task-deployment
- </includeArtifactIds>
- <outputDirectory>
- ${project.build.outputDirectory}
- </outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- Translate to Java 1.4 -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>retrotranslator-maven-plugin</artifactId>
- <executions>
- <execution>
- <phase>process-classes</phase>
- <goals>
- <goal>translate</goal>
- </goals>
- <configuration>
- <filesets>
- <fileset>
- <directory>
- ${project.build.outputDirectory}
- </directory>
- <includes>
- <include>**/*.class</include>
- </includes>
- </fileset>
- </filesets>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build>
-
- <dependencies>
-
- <dependency>
- <groupId>org.objectweb.fractal</groupId>
- <artifactId>fractal-api</artifactId>
- <version>2.0.2</version>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.fractal</groupId>
- <artifactId>fractal-util</artifactId>
- <version>1.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.monolog</groupId>
- <artifactId>monolog-api</artifactId>
- <version>1.8</version>
- </dependency>
-
- <dependency>
- <groupId>dtdparser</groupId>
- <artifactId>dtdparser</artifactId>
- <version>1.21</version>
- </dependency>
-
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>3.0</version>
- </dependency>
-
- <!-- the retrotranslator runtime to use the retrotranslated classes -->
- <dependency>
- <groupId>net.sf.retrotranslator</groupId>
- <artifactId>retrotranslator-runtime</artifactId>
- <version>1.2.1</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>fractal-adl</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
- <!--
- this is an hack to make the maven build process
- notice that we need fractal-adl :-)
- -->
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/fractal-adl-jdk14-all</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/fractal-adl-jdk14-all</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/fractal-adl</url>
- </scm>
-
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/fractal-adl-jdk14-all/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/fractal-adl-jdk14-all/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,136 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>toolchain-parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <artifactId>fractal-adl-jdk14-all</artifactId>
+ <name>
+ Fractal ADL toolchain (for JDK 1.4) including ALL the Java 5.0 dependencies
+ </name>
+
+ <description>
+ Fractal ADL toolchain (for JDK 1.4) including ALL the Java 5.0
+ dependencies: ast-core, task-framework, task-deployment, fractal-adl
+ </description>
+
+
+ <build>
+ <plugins>
+
+ <!-- FractalADL for JDK 5.0 must be unpacked BEFORE the retrotranslation takes place -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack-dependencies</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>unpack-dependencies</goal>
+ </goals>
+ <configuration>
+ <includeArtifactIds>
+ fractal-adl,ast-core,task-framework,task-deployment
+ </includeArtifactIds>
+ <outputDirectory>
+ ${project.build.outputDirectory}
+ </outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Translate to Java 1.4 -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>retrotranslator-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>translate</goal>
+ </goals>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>
+ ${project.build.outputDirectory}
+ </directory>
+ <includes>
+ <include>**/*.class</include>
+ </includes>
+ </fileset>
+ </filesets>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.objectweb.fractal</groupId>
+ <artifactId>fractal-api</artifactId>
+ <version>2.0.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.fractal</groupId>
+ <artifactId>fractal-util</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.monolog</groupId>
+ <artifactId>monolog-api</artifactId>
+ <version>1.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>dtdparser</groupId>
+ <artifactId>dtdparser</artifactId>
+ <version>1.21</version>
+ </dependency>
+
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>3.0</version>
+ </dependency>
+
+ <!-- the retrotranslator runtime to use the retrotranslated classes -->
+ <dependency>
+ <groupId>net.sf.retrotranslator</groupId>
+ <artifactId>retrotranslator-runtime</artifactId>
+ <version>1.2.1</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>fractal-adl</artifactId>
+ <version>${project.version}</version>
+ <type>jar</type>
+ <!--
+ this is an hack to make the maven build process
+ notice that we need fractal-adl :-)
+ -->
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/fractal-adl-jdk14-all</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/fractal-adl-jdk14-all</developerConnection>
+ <url>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/fractal-adl</url>
+ </scm>
+
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/maven-fractaladl-plugin/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/maven-fractaladl-plugin/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,165 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl</groupId>
- <artifactId>toolchain-parent</artifactId>
- <version>2.4-SNAPSHOT</version>
- </parent>
-
- <artifactId>maven-fractaladl-plugin</artifactId>
- <packaging>maven-plugin</packaging>
- <name>Fractal ADL Maven Plugin</name>
- <description>
- Deploy and start a Fractal application using the Julia runtime.
- </description>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/maven-fractaladl-plugin</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain/maven-fractaladl-plugin</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain/maven-fractaladl-plugin</url>
- </scm>
-
- <developers>
- <developer>
- <id>apace</id>
- <name>Alessio Pace</name>
- <email>alessio.pace@xxxxxxxxx</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- </developers>
-
- <build>
- <!-- Enable filtering on test resources -->
- <testResources>
- <testResource>
- <directory>${basedir}/src/test/resources</directory>
- <filtering>true</filtering>
- </testResource>
- <testResource>
- <directory>${basedir}/src/test/it</directory>
- <targetPath>../test-it</targetPath>
- <filtering>true</filtering>
- </testResource>
- </testResources>
-
- <plugins>
- <!-- the source code has Java 5.0 language features (generics, annotations, ..) -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- <!-- Need to install IT snapshot of plugin -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <executions>
- <execution>
- <id>integration-test</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>install-file</goal>
- </goals>
- <configuration>
- <file>
- ${project.build.directory}/${project.build.finalName}.jar
- </file>
- <version>it-SNAPSHOT</version>
- <packaging>maven-plugin</packaging>
- <pomFile>${basedir}/pom.xml</pomFile>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- Execute pom.xml into target/test-classes/it -->
- <plugin>
- <artifactId>maven-invoker-plugin</artifactId>
- <configuration>
- <projectsDirectory>
- ${project.build.directory}/test-it
- </projectsDirectory>
- <pomIncludes>
- <pomInclude>**/pom.xml</pomInclude>
- </pomIncludes>
- <goals>
- <goal>clean</goal>
- <goal>package</goal>
- </goals>
- <postBuildHookScript>verify.bsh</postBuildHookScript>
- <debug>true</debug>
- </configuration>
- <executions>
- <execution>
- <id>integration-test</id>
- <phase>integration-test</phase>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>2.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0</version>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>fractal-adl</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <!-- =========================================== -->
- <!-- Maven Testing stuff -->
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-plugin-testing-harness</artifactId>
- <version>1.1</version>
- <scope>test</scope>
- </dependency>
- <!-- =========================================== -->
-
- <!-- =========================================== -->
- <!-- the Julia dependencies -->
- <dependency>
- <groupId>org.objectweb.fractal.julia</groupId>
- <artifactId>julia-runtime</artifactId>
- <version>${julia.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.fractal.julia</groupId>
- <artifactId>julia-asm</artifactId>
- <version>${julia.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.objectweb.fractal.julia</groupId>
- <artifactId>julia-mixins</artifactId>
- <version>${julia.version}</version>
- </dependency>
- <!-- =========================================== -->
-
- </dependencies>
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/maven-fractaladl-plugin/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/maven-fractaladl-plugin/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,165 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>toolchain-parent</artifactId>
+ <version>2.4-alpha-3</version>
+ </parent>
+
+ <artifactId>maven-fractaladl-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>Fractal ADL Maven Plugin</name>
+ <description>
+ Deploy and start a Fractal application using the Julia runtime.
+ </description>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/maven-fractaladl-plugin</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3/maven-fractaladl-plugin</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3/maven-fractaladl-plugin</url>
+ </scm>
+
+ <developers>
+ <developer>
+ <id>apace</id>
+ <name>Alessio Pace</name>
+ <email>alessio.pace@xxxxxxxxx</email>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <build>
+ <!-- Enable filtering on test resources -->
+ <testResources>
+ <testResource>
+ <directory>${basedir}/src/test/resources</directory>
+ <filtering>true</filtering>
+ </testResource>
+ <testResource>
+ <directory>${basedir}/src/test/it</directory>
+ <targetPath>../test-it</targetPath>
+ <filtering>true</filtering>
+ </testResource>
+ </testResources>
+
+ <plugins>
+ <!-- the source code has Java 5.0 language features (generics, annotations, ..) -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+
+ <!-- Need to install IT snapshot of plugin -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>integration-test</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>install-file</goal>
+ </goals>
+ <configuration>
+ <file>
+ ${project.build.directory}/${project.build.finalName}.jar
+ </file>
+ <version>it-SNAPSHOT</version>
+ <packaging>maven-plugin</packaging>
+ <pomFile>${basedir}/pom.xml</pomFile>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Execute pom.xml into target/test-classes/it -->
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <configuration>
+ <projectsDirectory>
+ ${project.build.directory}/test-it
+ </projectsDirectory>
+ <pomIncludes>
+ <pomInclude>**/pom.xml</pomInclude>
+ </pomIncludes>
+ <goals>
+ <goal>clean</goal>
+ <goal>package</goal>
+ </goals>
+ <postBuildHookScript>verify.bsh</postBuildHookScript>
+ <debug>true</debug>
+ </configuration>
+ <executions>
+ <execution>
+ <id>integration-test</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>fractal-adl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!-- =========================================== -->
+ <!-- Maven Testing stuff -->
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-plugin-testing-harness</artifactId>
+ <version>1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <!-- =========================================== -->
+
+ <!-- =========================================== -->
+ <!-- the Julia dependencies -->
+ <dependency>
+ <groupId>org.objectweb.fractal.julia</groupId>
+ <artifactId>julia-runtime</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.fractal.julia</groupId>
+ <artifactId>julia-asm</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.objectweb.fractal.julia</groupId>
+ <artifactId>julia-mixins</artifactId>
+ <version>${julia.version}</version>
+ </dependency>
+ <!-- =========================================== -->
+
+ </dependencies>
+</project>
\ No newline at end of file
--- trunk/fractaladl/toolchain/pom.xml 2008-06-30 10:54:48 UTC (rev 7986)
+++ tags/fractaladl-2.4-alpha-3/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -1,409 +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/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.objectweb.fractal.fractaladl</groupId>
- <artifactId>parent</artifactId>
- <version>2.1.7</version>
- </parent>
-
- <!--
- XXX groupId is *NOT* o.o.f.f.toolchain, in order mantain the same name
- of the old "fractal-adl" sub-module release.
- -->
- <artifactId>toolchain-parent</artifactId>
- <name>Fractal ADL Toolchain parent project</name>
- <version>2.4-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <description>
- Fractal ADL is an extensible toolset for supporting heterogenous
- architecture descriptions.
- </description>
-
- <!-- FractalADL web page -->
- <url>
- http://fractal.objectweb.org/fractaladl-site/${project.version}
- </url>
-
- <modules>
- <module>ast-core</module>
- <module>fractal-adl</module>
- <module>fractal-adl-jdk14-all</module>
- <module>task-framework</module>
- <module>task-deployment</module>
- <module>maven-fractaladl-plugin</module>
- <module>examples</module>
- </modules>
-
- <properties>
- <!-- The julia version used by sub modules -->
- <julia.version>2.5.2</julia.version>
-
- <!-- The login name of the OW2 forge. By default use the local user
- name. -->
- <ow.username>${user.name}</ow.username>
-
- <!-- The OW2 forge hostname -->
- <ow.hostname>forge.objectweb.org</ow.hostname>
-
- <!-- The directory into which the generated site will be deployed -->
- <ow.site.deploy.dir>
- /var/lib/gforge/chroot/home/groups/fractal/htdocs/fractaladl-site
- </ow.site.deploy.dir>
-
- <!-- The distributionManagement.site.url. It is defined as a property
- so that it can be overridden on the command line which helps site
- development -->
- <deploy.site.url>
- scp://${ow.hostname}${ow.site.deploy.dir}/${project.version}
- </deploy.site.url>
- <!-- Documentation properties -->
- <site.resources>
- ${project.basedir}/src/site/resources
- </site.resources>
- <docbook.source>
- ${project.basedir}/src/site/docbook
- </docbook.source>
- <docbook.target>${project.basedir}/target/doc</docbook.target>
- <docbook.xsl>
- ${project.build.directory}/docbook-xsl
- </docbook.xsl>
- <dir.site>${project.basedir}/src/site</dir.site>
- <docbook-xsl-version>1.72.0</docbook-xsl-version>
- <docbook-clean-plugin-version>1.0</docbook-clean-plugin-version>
- </properties>
-
- <scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain</connection>
- <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fractaladl/toolchain</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fractaladl/toolchain</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>objectweb-site</id>
- <name>ObjectWeb's site deployment</name>
- <url>${deploy.site.url}</url>
- </site>
- </distributionManagement>
-
- <!-- Gather reporting definitions in the parent POM -->
- <reporting>
- </reporting>
-
- <build>
- <resources>
- <resource>
- <directory>${basedir}/src/main/resources</directory>
- <filtering>true</filtering>
- </resource>
- <resource>
- <directory>${basedir}/src/site/apt</directory>
- <targetPath>../filtered-site/apt</targetPath>
- <filtering>true</filtering>
- </resource>
- <resource>
- <directory>${basedir}/src/site</directory>
- <targetPath>../filtered-site</targetPath>
- <filtering>false</filtering>
- <excludes>
- <exclude>apt/**/*</exclude>
- </excludes>
- </resource>
- </resources>
-
- <plugins>
- <!-- Configure the maven-release-plugin -->
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-7</version>
- <configuration>
- <!-- Configure the tagBase property of the release plugin -->
- <tagBase>
- svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags
- </tagBase>
-
- <!-- The SCM username if the OW2 username. -->
- <username>${ow.username}</username>
-
- <!-- Sub modules have the same version as this one. -->
- <autoVersionSubmodules>true</autoVersionSubmodules>
-
- <!-- At preparation phase, new artifacts must be installed
- in the local repository. In particular, maven plugins
- must be available when the release is performed because
- of the maven-source-pluging that fork a maven lifecycle
- -->
- <preparationGoals>clean install</preparationGoals>
-
- <!-- release goals contain "antrun:run" to update
- documentation link on the OW2 forge. -->
- <!-- TODO running the "antrun:run" goal while performing
- release is not very clean since sub modules may defines
- there own configuration of this plugin which may produce
- unexpected result. Should use a more specific MOJO. -->
- <goals>clean deploy site-deploy antrun:run</goals>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!-- maven-dependency-plugin is be declared before
- xml-maven-plugin. It is important as we must unpack archive before use files
- that it contains. -->
-
- <!-- In order to transform docbook
- to xhtml usable by maven, we need to unpack the docbook-xsl archive
- which contains xslt files docbook->xhtml -->
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>pre-site</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.docbook</groupId>
- <artifactId>docbook-xsl</artifactId>
- <version>1.72.0</version>
- <type>jar</type>
- <outputDirectory>
- ${project.build.directory}/docbook-xsl
- </outputDirectory>
- </artifactItem>
- </artifactItems>
- <overWriteReleases>true</overWriteReleases>
- <overWriteSnapshots>
- true
- </overWriteSnapshots>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-5</version>
- <configuration>
- <siteDirectory>
- ${basedir}/target/filtered-site
- </siteDirectory>
- </configuration>
- </plugin>
- </plugins>
- <pluginManagement>
- <plugins>
- <!-- Apply the xsl file to transform all docbook files in
- xhtml that will be use by maven to construct the website.
- The docbook file must be located in the src/site/docbook
- directory. And are generated in the target/filtered-site/xdoc directory -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>xml-maven-plugin</artifactId>
- <executions>
- <execution>
- <phase>pre-site</phase>
- <goals>
- <goal>transform</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon</artifactId>
- <version>8.7</version>
- </dependency>
- </dependencies>
- <configuration>
-
- <transformationSets>
- <transformationSet>
- <dir>${docbook.source}</dir>
- <includes>
- <include>**/*.dbk</include>
- </includes>
- <stylesheet>
- ${project.build.directory}/docbook-xsl/xhtml/docbook.xsl
- </stylesheet>
- <outputDir>
- ${project.basedir}/target/filtered-site/xdoc
- </outputDir>
- <fileMappers>
- <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
- <targetExtension>
- .xml
- </targetExtension>
- </fileMapper>
- </fileMappers>
- </transformationSet>
-
- </transformationSets>
-
- <catalogs>
- <catalog>
- ${docbook.source}/catalog.xml
- </catalog>
-
- </catalogs>
-
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <profiles>
- <profile>
- <id>local-site-deploy</id>
-
- <properties>
- <local.deploy.dir>/tmp/fractaladl-site/${project.version}</local.deploy.dir>
- </properties>
- <distributionManagement>
- <site>
- <name>local site deployment</name>
- <url>file://${local.deploy.dir}</url>
- </site>
- </distributionManagement>
- </profile>
-
- <!-- Use this profile to generate the every maven reports. These reports
- have been extracted in a separated profile since they are pretty
- long to generate; which may be painful when developing site pages.
- Note that this profile is automatically activated when a release is
- performed -->
- <profile>
- <id>full-reporting</id>
-
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
-
- <reporting>
- <plugins>
- <!-- javadoc -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <windowtitle>
- ${project.name} Documentation
- </windowtitle>
- <doctitle>
- ${project.name} ${project.version} Documentation
- </doctitle>
- <docfilessubdirs>true</docfilessubdirs>
- <excludedocfilessubdir>.svn</excludedocfilessubdir>
- <links>
- <link>
- http://java.sun.com/j2se/1.5/docs/api
- </link>
- </links>
- <quiet>true</quiet>
- </configuration>
- </plugin>
-
- <!-- source cross reference reports -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
-
- <!-- project reports -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>
- maven-project-info-reports-plugin
- </artifactId>
- </plugin>
-
- <!-- test coverage -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.2</version>
- </plugin>
-
- <!-- quality metrics -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
-
- <!-- source metrics -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javancss-maven-plugin</artifactId>
- <version>2.0-beta-2</version>
- </plugin>
-
- <!-- PMD reports -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <targetJdk>1.5</targetJdk>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
- </profile>
-
- <profile>
- <id>release-profile</id>
-
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
-
- <build>
- <plugins>
- <plugin>
- <!-- This Ant task will update the link to the current
- documentation of fractaladl. -->
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <inherited>false</inherited>
- <configuration>
- <tasks>
- <sshexec host="${ow.hostname}" username="${ow.username}" passphrase="" keyfile="${user.home}/.ssh/id_rsa" command="cd ${ow.site.deploy.dir}; ln -nfs ${project.version} current" />
- </tasks>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-jsch</artifactId>
- <version>1.7.0</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- </profiles>
-</project>
\ No newline at end of file
--- tags/fractaladl-2.4-alpha-3/pom.xml (rev 0)
+++ tags/fractaladl-2.4-alpha-3/pom.xml 2008-06-30 10:57:54 UTC (rev 7988)
@@ -0,0 +1,409 @@
+<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>
+
+ <parent>
+ <groupId>org.objectweb.fractal.fractaladl</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.1.7</version>
+ </parent>
+
+ <!--
+ XXX groupId is *NOT* o.o.f.f.toolchain, in order mantain the same name
+ of the old "fractal-adl" sub-module release.
+ -->
+ <artifactId>toolchain-parent</artifactId>
+ <name>Fractal ADL Toolchain parent project</name>
+ <version>2.4-alpha-3</version>
+ <packaging>pom</packaging>
+
+ <description>
+ Fractal ADL is an extensible toolset for supporting heterogenous
+ architecture descriptions.
+ </description>
+
+ <!-- FractalADL web page -->
+ <url>
+ http://fractal.objectweb.org/fractaladl-site/${project.version}
+ </url>
+
+ <modules>
+ <module>ast-core</module>
+ <module>fractal-adl</module>
+ <module>fractal-adl-jdk14-all</module>
+ <module>task-framework</module>
+ <module>task-deployment</module>
+ <module>maven-fractaladl-plugin</module>
+ <module>examples</module>
+ </modules>
+
+ <properties>
+ <!-- The julia version used by sub modules -->
+ <julia.version>2.5.2</julia.version>
+
+ <!-- The login name of the OW2 forge. By default use the local user
+ name. -->
+ <ow.username>${user.name}</ow.username>
+
+ <!-- The OW2 forge hostname -->
+ <ow.hostname>forge.objectweb.org</ow.hostname>
+
+ <!-- The directory into which the generated site will be deployed -->
+ <ow.site.deploy.dir>
+ /var/lib/gforge/chroot/home/groups/fractal/htdocs/fractaladl-site
+ </ow.site.deploy.dir>
+
+ <!-- The distributionManagement.site.url. It is defined as a property
+ so that it can be overridden on the command line which helps site
+ development -->
+ <deploy.site.url>
+ scp://${ow.hostname}${ow.site.deploy.dir}/${project.version}
+ </deploy.site.url>
+ <!-- Documentation properties -->
+ <site.resources>
+ ${project.basedir}/src/site/resources
+ </site.resources>
+ <docbook.source>
+ ${project.basedir}/src/site/docbook
+ </docbook.source>
+ <docbook.target>${project.basedir}/target/doc</docbook.target>
+ <docbook.xsl>
+ ${project.build.directory}/docbook-xsl
+ </docbook.xsl>
+ <dir.site>${project.basedir}/src/site</dir.site>
+ <docbook-xsl-version>1.72.0</docbook-xsl-version>
+ <docbook-clean-plugin-version>1.0</docbook-clean-plugin-version>
+ </properties>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/fractaladl-2.4-alpha-3</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/fractaladl-2.4-alpha-3</url>
+ </scm>
+
+ <distributionManagement>
+ <site>
+ <id>objectweb-site</id>
+ <name>ObjectWeb's site deployment</name>
+ <url>${deploy.site.url}</url>
+ </site>
+ </distributionManagement>
+
+ <!-- Gather reporting definitions in the parent POM -->
+ <reporting>
+ </reporting>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ <resource>
+ <directory>${basedir}/src/site/apt</directory>
+ <targetPath>../filtered-site/apt</targetPath>
+ <filtering>true</filtering>
+ </resource>
+ <resource>
+ <directory>${basedir}/src/site</directory>
+ <targetPath>../filtered-site</targetPath>
+ <filtering>false</filtering>
+ <excludes>
+ <exclude>apt/**/*</exclude>
+ </excludes>
+ </resource>
+ </resources>
+
+ <plugins>
+ <!-- Configure the maven-release-plugin -->
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-7</version>
+ <configuration>
+ <!-- Configure the tagBase property of the release plugin -->
+ <tagBase>
+ svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags
+ </tagBase>
+
+ <!-- The SCM username if the OW2 username. -->
+ <username>${ow.username}</username>
+
+ <!-- Sub modules have the same version as this one. -->
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+
+ <!-- At preparation phase, new artifacts must be installed
+ in the local repository. In particular, maven plugins
+ must be available when the release is performed because
+ of the maven-source-pluging that fork a maven lifecycle
+ -->
+ <preparationGoals>clean install</preparationGoals>
+
+ <!-- release goals contain "antrun:run" to update
+ documentation link on the OW2 forge. -->
+ <!-- TODO running the "antrun:run" goal while performing
+ release is not very clean since sub modules may defines
+ there own configuration of this plugin which may produce
+ unexpected result. Should use a more specific MOJO. -->
+ <goals>clean deploy site-deploy antrun:run</goals>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- maven-dependency-plugin is be declared before
+ xml-maven-plugin. It is important as we must unpack archive before use files
+ that it contains. -->
+
+ <!-- In order to transform docbook
+ to xhtml usable by maven, we need to unpack the docbook-xsl archive
+ which contains xslt files docbook->xhtml -->
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack</id>
+ <phase>pre-site</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.docbook</groupId>
+ <artifactId>docbook-xsl</artifactId>
+ <version>1.72.0</version>
+ <type>jar</type>
+ <outputDirectory>
+ ${project.build.directory}/docbook-xsl
+ </outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ <overWriteReleases>true</overWriteReleases>
+ <overWriteSnapshots>
+ true
+ </overWriteSnapshots>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0-beta-5</version>
+ <configuration>
+ <sit